User

lambert/rise.css: Difference between revisions

From Rise: The Vieneo Province

No edit summary
(Replaced content with ".image img { display: block; }")
Line 3: Line 3:
     display: block;
     display: block;
}
}
table.standard
{
border-collapse: collapse;display:block;
background-color:transparent;overflow-x: scroll;
padding-left:210px;
}
table.standard tr
{margin:0px;min-width:210px;}
table.standard th
{
min-width:200px;padding:5px;border-bottom:1px solid #999;background-color:#fff; }
table.standard th:first-child
{position:absolute; z-index:+1;margin-left:-210px;}
table.standard td
{
border-bottom:1px solid #999;padding:5px;
min-width:200px;}
table.standard td:first-child{position:absolute; z-index:+1;margin-left:-210px; background-color:#333333;color:#fff;}
table.standard col.titlecolumn{
background: rgba(224,15,19,1.00);
margin-top:-1px;
}
table.standard thead
{overflow: scroll;width:640px; background-color:#999999;}
table.standard tfoot
{overflow: scroll;width:640px;}
table.standard tbody
{overflow: scroll; width:640px;-webkit-box-shadow: inset 4px 4px 5px 0px rgba(0,0,0,0.49);
-moz-box-shadow: inset 4px 4px 5px 0px rgba(0,0,0,0.49);
box-shadow: inset 4px 4px 5px 0px rgba(0,0,0,0.49);}

Revision as of 00:06, 28 March 2017

.image img {

    display: block;
}