File size: 826 Bytes
23388e3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
<style id='template-skin-1' type='text/css'>
body#layout header{
padding:18px;
}
body#layout header .inner{
padding:0px;
}
body#layout #header{
width:500px;
}
body#layout .textrimSearch:before{
content:'TEXTRIM v2';
border:3px solid #4267b2;
color:#4267b2;
font-size:20px;
display:block;
padding:7px 10px;
white-space:pre;
border-radius:25px;
position:absolute;
right:18px;
}
body#layout .textrimMenu:before{
content:'Edit Menu in HTML';
background-color:#4267b2;
color:#fff;
font-size:20px;
display:block;
margin:0px 18px;
padding:7px 10px;
}
body#layout .textrimBG{
display:none;
}
body#layout main{
padding:0px 18px;
margin-top:0px;
}
body#layout #main{
width:70%;
margin-right:18px;
}
body#layout #HTML1 .widget-content{
margin-bottom:0px;
background-color:#9dc9ef;
}
</style> |