User:Erry/roundedblue.css: Difference between revisions
From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
(Blanked the page) |
|||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Roundedblue skin */ | |||
#p-Navigation h5 { | |||
text-indent: -9999px; | |||
display: block; | |||
padding: 0; | |||
height: 30px; | |||
width: 136px; | |||
background:url(http://i56.tinypic.com/2lne15v.png) no-repeat center; | |||
} | |||
/* Edit tabs. */ | |||
#p-cactions { | |||
position:absolute; | |||
top: 227px !important; | |||
} | |||
#content { | |||
color: #000000; | |||
} | |||
/* Keeps the logo from flashing. */ | |||
#p-logo a:hover { | |||
display:block !important; | |||
background-image: url(http://i52.tinypic.com/23w9veg.png) !important; | |||
background-color: transparent | |||
} | |||
/* Header colors. */ | |||
h1, h2 { | |||
overflow:hidden; | |||
color: black; | |||
background: transparent; | |||
font-weight: normal; | |||
border-bottom: 1px solid #aaa; | |||
} | |||
h3, h4, h5, h6 { | |||
overflow:hidden; | |||
color: black; | |||
background: transparent; | |||
font-weight: normal; | |||
} | |||
/* All content. */ | |||
#td-roundedbox { | |||
margin-top: 5px !important; | |||
border-color:#99CCFF; | |||
border-width: 5px; | |||
border-style:solid; | |||
-khtml-border-radius: 2em; | |||
-webkit-border-radius: 2em; | |||
-moz-border-radius: 2em; | |||
-border-radius: 2em; | |||
background-color: #FFFFFF; | |||
} | |||
.td-tl, .td-tr, .td-bl, .td-br, .td-tc, .td-bc, .td-cl, .td-cr, .td-cc { | |||
background-color: #99CCFF; | |||
background-image:none; | |||
width:10px; | |||
} | |||
/* Interaction portlet. */ | |||
#p-Interaction h5 { | |||
text-indent: -9999px; | |||
display: block; | |||
padding: 0; | |||
height: 30px; | |||
width: 140px; | |||
background:url(http://i55.tinypic.com/2443bxv.jpg) no-repeat center; | |||
} | |||
/* Search */ | |||
#p-Search h5 { | |||
text-indent: 0px; | |||
display: block; | |||
padding: 0px; | |||
height: 16px; | |||
width: 100px; | |||
background: url(http://i55.tinypic.com/eulefp.png) no-repeat center; | |||
position:absolute; | |||
center: 100px !important; | |||
} | |||
/* Duh */ | |||
#siteNotice { | |||
padding: 23px 0.9em 0 0.9em; | |||
background: transparent; | |||
margin: 0 10px; | |||
border: transparent; | |||
} | |||
#bodyContentInnerWrapper a, #bodyContentInnerWrapper a.external { | |||
background-color: transparent; | |||
} | |||
#bodyContentInnerWrapper a:hover { | |||
background-color: transparent; | |||
color: transparent; | |||
} | |||
#p-tb ul { | |||
margin-bottom: 0; | |||
} | |||
.daysstrip{ background-color:#FFDEAD; background-image:url(/images/3/3f/WKfelt.png); } | |||
.bbsstrip{ background-color:#90EE90; background-image:url(/images/0/0e/BGStars.png); } | |||
/* Top header, by the logo */ | |||
body { | |||
background: #99CCFF url(http://img829.imageshack.us/img829/8606/81800311.png) repeat-x; | |||
} | |||
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */ | |||
#p-cactions ul li, #p-cactions ul li a { | |||
-moz-border-radius-topleft: 1em; | |||
-moz-border-radius-topright: 1em; | |||
} | |||
#content { | |||
-moz-border-radius-topleft: 1em; | |||
-moz-border-radius-bottomleft: 1em; | |||
} | |||
div.pBody { | |||
-moz-border-radius-topright: 1em; | |||
-moz-border-radius-bottomright: 1em; | |||
} | |||
/* same following the css3 draft specs, any browsers supporting this? */ | |||
#p-cactions ul li, #p-cactions ul li a { | |||
-border-radius-topleft: 2em; | |||
-border-radius-topright: 2em; | |||
} | |||
#content { | |||
-border-radius-topleft: 1em; | |||
-border-radius-bottomleft: 1em; | |||
} | |||
div.pBody { | |||
-border-radius-topright: 1em; | |||
-border-radius-bottomright: 1em; | |||
} | |||
/* Links */ | |||
a { | |||
color: #3A2BD0 !important; | |||
} | |||
a:hover { | |||
background: 0 !important; | |||
color: #3A2BD0 !important; | |||
} | |||
a:visited { | |||
color: #7836BA !important; | |||
} | |||
.new { | |||
color: #CC0000 !important; | |||
} | |||
img { | |||
border: none; | |||
vertical-align: none; | |||
} |
Revision as of 19:52, 23 February 2011
/* CSS placed here will affect users of the Roundedblue skin */
#p-Navigation h5 {
text-indent: -9999px;
display: block;
padding: 0;
height: 30px;
width: 136px;
background:url(http://i56.tinypic.com/2lne15v.png) no-repeat center;
}
/* Edit tabs. */
#p-cactions {
position:absolute;
top: 227px !important;
}
#content {
color: #000000;
}
/* Keeps the logo from flashing. */
#p-logo a:hover {
display:block !important;
background-image: url(http://i52.tinypic.com/23w9veg.png) !important;
background-color: transparent
}
/* Header colors. */
h1, h2 {
overflow:hidden;
color: black;
background: transparent;
font-weight: normal;
border-bottom: 1px solid #aaa;
}
h3, h4, h5, h6 {
overflow:hidden;
color: black;
background: transparent;
font-weight: normal;
}
/* All content. */
#td-roundedbox {
margin-top: 5px !important;
border-color:#99CCFF;
border-width: 5px;
border-style:solid;
-khtml-border-radius: 2em;
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
-border-radius: 2em;
background-color: #FFFFFF;
}
.td-tl, .td-tr, .td-bl, .td-br, .td-tc, .td-bc, .td-cl, .td-cr, .td-cc {
background-color: #99CCFF;
background-image:none;
width:10px;
}
/* Interaction portlet. */
#p-Interaction h5 {
text-indent: -9999px;
display: block;
padding: 0;
height: 30px;
width: 140px;
background:url(http://i55.tinypic.com/2443bxv.jpg) no-repeat center;
}
/* Search */
#p-Search h5 {
text-indent: 0px;
display: block;
padding: 0px;
height: 16px;
width: 100px;
background: url(http://i55.tinypic.com/eulefp.png) no-repeat center;
position:absolute;
center: 100px !important;
}
/* Duh */
#siteNotice {
padding: 23px 0.9em 0 0.9em;
background: transparent;
margin: 0 10px;
border: transparent;
}
#bodyContentInnerWrapper a, #bodyContentInnerWrapper a.external {
background-color: transparent;
}
#bodyContentInnerWrapper a:hover {
background-color: transparent;
color: transparent;
}
#p-tb ul {
margin-bottom: 0;
}
.daysstrip{ background-color:#FFDEAD; background-image:url(/images/3/3f/WKfelt.png); }
.bbsstrip{ background-color:#90EE90; background-image:url(/images/0/0e/BGStars.png); }
/* Top header, by the logo */
body {
background: #99CCFF url(http://img829.imageshack.us/img829/8606/81800311.png) repeat-x;
}
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
}
#content {
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
}
div.pBody {
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
}
/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {
-border-radius-topleft: 2em;
-border-radius-topright: 2em;
}
#content {
-border-radius-topleft: 1em;
-border-radius-bottomleft: 1em;
}
div.pBody {
-border-radius-topright: 1em;
-border-radius-bottomright: 1em;
}
/* Links */
a {
color: #3A2BD0 !important;
}
a:hover {
background: 0 !important;
color: #3A2BD0 !important;
}
a:visited {
color: #7836BA !important;
}
.new {
color: #CC0000 !important;
}
img {
border: none;
vertical-align: none;
}