User:KokoroSenshi/Sandbox: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
m (Undid revision 566759 by KokoroSenshi (Talk))
m (Text replacement - "Testqawsedrftgyhujikolp" to "")
Line 43: Line 43:


}}
}}
Testqawsedrftgyhujikolp

Revision as of 07:59, 25 June 2017

{{#css:

.cell-body {

   display:inline-block;
   position: relative;
   background-color: #1d578b;
   line-height: 35px;
   width: 200px;
   height: 35px;
   font-size: 24px;
   margin: 7px 10px;
   border-radius: 1px;
   box-shadow: 1.5px 2px 2px 1px rgba(0, 0, 0, 0.18);

}

.cell-body a {

   position:absolute;
   width:100%;
   height:100%;
   text-align: right;
   color: white;
   text-decoration:none;
   left: 0em;

} .cell-img {

   position: absolute;
   top: -7px;
   left: 0.5em

}

}}