Difference between revisions of "User:Dirk Bastion/sarna.css"

m
m
Line 93: Line 93:
 
div.gamerules {
 
div.gamerules {
 
     background-color: #D7CEDA
 
     background-color: #D7CEDA
 +
}
 +
 +
table {
 +
    *border-collapse: collapse; /* IE7 and lower */
 +
    border-spacing: 0;
 +
}
 +
 +
th:first-child {
 +
    -moz-border-radius: 6px 0 0 0;
 +
    -webkit-border-radius: 6px 0 0 0;
 +
    border-radius: 6px 0 0 0;
 +
}
 +
 +
th:last-child {
 +
    -moz-border-radius: 0 6px 0 0;
 +
    -webkit-border-radius: 0 6px 0 0;
 +
    border-radius: 0 6px 0 0;
 +
}
 +
 +
th:only-child{
 +
    -moz-border-radius: 6px 6px 0 0;
 +
    -webkit-border-radius: 6px 6px 0 0;
 +
    border-radius: 6px 6px 0 0;
 
}
 
}

Revision as of 07:05, 3 April 2013

a,body,td,p,li,input,h1,h2,h3,h4,h5,dl,dd,html,div{font-family:Sansation;font-size:13px}
body{font-family:Sansation;margin:0;background-color:#ffffe0;color:black;overflow-x:hidden}
body {
    background-color: #ECEFF2;
}
#content {
    border: 1px solid #304E72;
}

<!-- Initial copy from Marik -->

body {
    background-color: #F2EFF3;
}
#content {
    border: 1px solid #6D4C78;
}
td.MainPageBG, body.page-Main_Page td.MainPageBG div table {
    border: 2px solid #6D4C78 !important;
    background-color: #F2EFF3 !important; /*Need to find a way to style banner table w/o styling child tables.*/
}
body.page-Main_Page td.MainPageBG div table {
    background-color: #F2EFF3 !important; /*Need to find a way to style banner table w/o styling child tables.*/
}
.portlet h4 {
    color: #fff;
}
.portlet h5 {
    color: #fff;
    background: #6D4C78;
}
.portlet h6 {
    color: #fff;
}
#p-personal {
    background-color: #6D4C78;
}
#p-personal .pBodyLeft {
    color: #fff;
}
#p-personal li a {
    color: #ffffff;
}
#p-cactions li {
    border: 1px solid #CABECE;
}
#p-cactions li.selected {
    border-color: #6D4C78;
}
#footer {
    border-top: 1px solid #6D4C78;
    border-bottom: 1px solid #6D4C78;
}
a.topbar, a.topbar:link, a.topbar:active, a.topbar:visited, a.topbar:hover {
    color: #ffffff;
}
table.infobox {
    border: 1px solid #BDAEC2;
-moz-border-radius: 15px;
border-radius: 15px;
}
.portlet
{
-moz-border-radius: 10px;
border-radius: 10px;
}
table.infobox tr td.infoboxheading, table.infobox tr th.infoboxheading {
    background: #E4DEE6;
    border-color: #BDAEC2;
}
table.infobox tr.infoboxrow {
    background: #F2EFF3;
}
table.infobox tr.infoboxrow td {
    background: #F2EFF3;
    border-top: 1px solid #BDAEC2;
    border-bottom: 1px solid #BDAEC2;
}
table.infobox tr.infoboxrow td.bot {
    border-bottom: 1px solid #BDAEC2;
}
table.infobox tr.infoboxrow td.top {
    border-top: 1px solid #BDAEC2;
}
table#welcometable {
    background-color: #F2EFF3;
    border: 2px solid #6D4C78;
}
div#awardsboard {
    background-color: #F2EFF3;
    border: 2px solid #6D4C78;
}
div.gamerules {
    background-color: #D7CEDA
}

table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0; 
}

th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}