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

m
m
Line 108: Line 108:
 
}
 
}
 
table tr:hover td { background-color: #ddd !important }
 
table tr:hover td { background-color: #ddd !important }
 +
 +
.infobox {
 +
    border: solid #ccc 1px;
 +
    -moz-border-radius: 6px;
 +
    -webkit-border-radius: 6px;
 +
    border-radius: 6px;
 +
    -webkit-box-shadow: 0 1px 1px #ccc;
 +
    -moz-box-shadow: 0 1px 1px #ccc;
 +
    box-shadow: 0 1px 1px #ccc;       
 +
}

Revision as of 07:46, 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;
}
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 {
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;  
  border-collapse: collapse !important;
}
table th, table td { border: none !important }
table th:first-child {
  -moz-border-radius: 5px 0 0 0 !important;
}
table th:last-child {
  -moz-border-radius: 0 5px 0 0 !important;
}
table tr:last-child td:first-child {
  -moz-border-radius: 0 0 0 5px !important;
}
table tr:last-child td:last-child {
  -moz-border-radius: 0 0 5px 0 !important;
}
table tr:hover td { background-color: #ddd !important }

.infobox {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}