User:Erry/roundedblue.css: Difference between revisions
From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Roundedblue skin */ | /* CSS placed here will affect users of the Roundedblue skin */ | ||
/* general styles */ | |||
table { | |||
background: white; | |||
font-size: 100%; | |||
color: black; | |||
} | |||
a { | |||
text-decoration: none; | |||
color: #C1F425; | |||
background: none; | |||
} | |||
a:visited { | |||
color: #6A8507; | |||
} | |||
a:active { | |||
color: #C1F425; | |||
} | |||
a:hover { | |||
color: #C1F425; | |||
} | |||
a.stub { | |||
color: #B4DD10; | |||
} | |||
a.new, #p-personal a.new { | |||
color: #ba0000; | |||
} | |||
a.new:visited, #p-personal a.new:visited { | |||
color: #a55858; | |||
} | |||
img { | |||
border: none; | |||
vertical-align: middle; | |||
} | |||
p { | |||
margin: .4em 0 .5em 0; | |||
line-height: 1.5em; | |||
} | |||
p img { | |||
margin: 0; | |||
} | |||
hr { | |||
height: 1px; | |||
color: #aaa; | |||
background-color: #aaa; | |||
border: 0; | |||
margin: .2em 0 .2em 0; | |||
} | |||
h1, h2, h3, h4, h5, h6 { | |||
color: black; | |||
background: none; | |||
font-weight: normal; | |||
margin: 0; | |||
padding-top: .5em; | |||
padding-bottom: .17em; | |||
} | |||
h1 { font-size: 188%; } | |||
h2 { font-size: 150%; } | |||
h3, h4, h5, h6 { | |||
border-bottom: none; | |||
font-weight: bold; | |||
} | |||
h3 { font-size: 132%; } | |||
h4 { font-size: 116%; } | |||
h5 { font-size: 100%; } | |||
h6 { font-size: 80%; } | |||
ul { | |||
line-height: 1.5em; | |||
list-style-type: square; | |||
margin: .3em 0 0 1.5em; | |||
padding: 0; | |||
list-style-image: url(bullet.gif); | |||
} | |||
ol { | |||
line-height: 1.5em; | |||
margin: .3em 0 0 3.2em; | |||
padding: 0; | |||
list-style-image: none; | |||
} | |||
li { | |||
margin-bottom: .1em; | |||
} | |||
dt { | |||
font-weight: bold; | |||
margin-bottom: .1em; | |||
} | |||
dl { | |||
margin-top: .2em; | |||
margin-bottom: .5em; | |||
} | |||
dd { | |||
line-height: 1.5em; | |||
margin-left: 2em; | |||
margin-bottom: .1em; | |||
} | |||
fieldset { | |||
border: 1px solid #2f6fab; | |||
margin: 1em 0 1em 0; | |||
padding: 0 1em 1em; | |||
line-height: 1.5em; | |||
} | |||
legend { | |||
background: white; | |||
padding: .5em; | |||
font-size: 95%; | |||
} | |||
form { | |||
border: none; | |||
margin: 0; | |||
} | |||
textarea { | |||
width: 100%; | |||
padding: .1em; | |||
} | |||
input.historysubmit { | |||
padding: 0 .3em .3em .3em !important; | |||
font-size: 94%; | |||
cursor: pointer; | |||
height: 1.7em !important; | |||
margin-left: 1.6em; | |||
} | |||
select { | |||
vertical-align: top; | |||
} | |||
abbr, acronym, .explain { | |||
border-bottom: 1px dotted black; | |||
color: black; | |||
background: none; | |||
cursor: help; | |||
} | |||
q { | |||
font-family: Times, "Times New Roman", serif; | |||
font-style: italic; | |||
} | |||
#p-Navigation h5 { | #p-Navigation h5 { |
Revision as of 10:59, 1 January 2012
/* CSS placed here will affect users of the Roundedblue skin */
/* general styles */
table {
background: white;
font-size: 100%;
color: black;
}
a {
text-decoration: none;
color: #C1F425;
background: none;
}
a:visited {
color: #6A8507;
}
a:active {
color: #C1F425;
}
a:hover {
color: #C1F425;
}
a.stub {
color: #B4DD10;
}
a.new, #p-personal a.new {
color: #ba0000;
}
a.new:visited, #p-personal a.new:visited {
color: #a55858;
}
img {
border: none;
vertical-align: middle;
}
p {
margin: .4em 0 .5em 0;
line-height: 1.5em;
}
p img {
margin: 0;
}
hr {
height: 1px;
color: #aaa;
background-color: #aaa;
border: 0;
margin: .2em 0 .2em 0;
}
h1, h2, h3, h4, h5, h6 {
color: black;
background: none;
font-weight: normal;
margin: 0;
padding-top: .5em;
padding-bottom: .17em;
}
h1 { font-size: 188%; }
h2 { font-size: 150%; }
h3, h4, h5, h6 {
border-bottom: none;
font-weight: bold;
}
h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%; }
ul {
line-height: 1.5em;
list-style-type: square;
margin: .3em 0 0 1.5em;
padding: 0;
list-style-image: url(bullet.gif);
}
ol {
line-height: 1.5em;
margin: .3em 0 0 3.2em;
padding: 0;
list-style-image: none;
}
li {
margin-bottom: .1em;
}
dt {
font-weight: bold;
margin-bottom: .1em;
}
dl {
margin-top: .2em;
margin-bottom: .5em;
}
dd {
line-height: 1.5em;
margin-left: 2em;
margin-bottom: .1em;
}
fieldset {
border: 1px solid #2f6fab;
margin: 1em 0 1em 0;
padding: 0 1em 1em;
line-height: 1.5em;
}
legend {
background: white;
padding: .5em;
font-size: 95%;
}
form {
border: none;
margin: 0;
}
textarea {
width: 100%;
padding: .1em;
}
input.historysubmit {
padding: 0 .3em .3em .3em !important;
font-size: 94%;
cursor: pointer;
height: 1.7em !important;
margin-left: 1.6em;
}
select {
vertical-align: top;
}
abbr, acronym, .explain {
border-bottom: 1px dotted black;
color: black;
background: none;
cursor: help;
}
q {
font-family: Times, "Times New Roman", serif;
font-style: italic;
}
#p-Navigation h5 {
text-indent: -9999px;
display: block;
padding: 0;
height: 30px;
width: 136px;
background:url(http://www.khwiki.net/images/8/8b/Sidebar-Roundedblue-Navigation.png) no-repeat center;
}
#content {
color: #000000;
}
#p-logo a, #p-logo a:hover {
display:block !important;
background-image: url(http://www.khwiki.net/images/3/3e/Wiki-RoundedBlue.png) !important;
background-color: transparent
}
#mw-dismissable-notice {
-khtml-border-radius: 1em;
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
-border-radius: 1em;
}
#td-roundedbox {
margin-top: 10px !important;
border-color:#e51373;
border-width: 5px;
border-style:solid;
-khtml-border-radius: 1em;
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
-border-radius: 1em;
background-color: #FFFFFF;
}
.td-tl, .td-tr, .td-bl, .td-br, .td-tc, .td-bc, .td-cl, .td-cr, .td-cc {
background-color: #abcdef;
background-image:none;
width:10px;
}
#p-Interaction h5 {
text-indent: -9999px;
display: block;
padding: 0;
height: 30px;
width: 140px;
background:url(http://www.khwiki.net/images/9/94/Sidebar-Roundedblue-Community.png) no-repeat center;
}
#p-Search h5 {
text-indent: -9999px;
display: block;
padding: 0;
height: 30px;
width: 140px;
}
#siteNotice {
padding: 23px 0.9em 0 0.9em;
background: transparent;
margin: 0 10px;
border: transparent;
}
#p-cactions {
top: 213px;
}
#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: #000000 url(http://www.khwiki.net/images/e/e8/Wiki-RoundedBlueBanner.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;
}
#p-search h5 {
background-image: none !important;
}
#p-search {
position:absolute;
left: 470px !important;
}
#p-tb h5 {
text-indent: -9999px;
display: block;
padding: 0;
height: 30px;
width: 140px;
background: url(images/2/2d/Sidebar-Roundedblue-Toolbox.png) no-repeat center;
}
#p-personal {
background: url(http://www.khwiki.net/images/9/91/Roundedblue-Personal.png) no-repeat bottom left;
}
.firstHeading {
padding: 50px 30px 5px 30px;
margin-left: 25px;
margin-top: 0px;
color: #e51373;
font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.5em;
text-align: left;
line-height: 100%;
position: relative;
z-index:20;
}
#p-cactions li a {
color: #000000;
/*background-color: #e51373;*/
border-style:solid;
border-width:2px;
border-color:#e51373;
padding: 0 .8em .3em;
text-decoration: none;
text-transform: lowercase;
position: relative;
z-index: 0;
margin: 0;
background: url(http://www.khwiki.net/images/e/ef/RoundedblueTab.png) no-repeat bottom right;
}
#p-cactions li.selected a {
z-index: 3;
color: #000000;
/*background-color: #e51373;*/
border-style:solid;
border-width:2px;
border-color:#e51373;
padding: 0 1em .2em!important;
background: url(http://www.khwiki.net/images/e/ef/RoundedblueTab.png) no-repeat bottom right;
}
#p-cactions li a:hover {
color:#e51373;
z-index: 3;
border-style:solid;
border-width:2px;
border-color:#e51373;
text-decoration: none;
background: url(http://www.khwiki.net/images/a/a4/RoundedblueTabChosen.png) no-repeat bottom right;
}
ul {
line-height: 1.5em;
list-style-type: square;
margin: .3em 0 0 1.5em;
padding: 0;
list-style-image: url(http://www.khwiki.net/images/4/40/RoundedblueBullet.png);
}
.portlet ul {
line-height: 1.5em;
list-style-type: square;
list-style-image: url(http://www.khwiki.net/images/4/40/RoundedblueBullet.png);
font-size: 95%;
}
pre { overflow: auto; }