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

m
m
Line 60: Line 60:
 
border-radius: 15px;
 
border-radius: 15px;
 
}
 
}
#portlet
+
.portlet
 
{
 
{
 
-moz-border-radius: 15px;
 
-moz-border-radius: 15px;

Revision as of 07:02, 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: 15px;
border-radius: 15px;
}
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
}