User:Erryk/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
 
(31 intermediate revisions by the same user not shown)
Line 12: Line 12:
#content {
#content {
color: #000000;
color: #000000;
}
#p-logo a:hover {
display:block !important;
background-image: url(/images/b/bc/Wiki.png) !important;
background-color: transparent
}
}


#td-roundedbox {
#td-roundedbox {
  border-color:black;
margin-top: 10px !important;
  border-width: 10px;
  border-color:#070F38;
  border-width: 5px;
  border-style:solid;
  border-style:solid;
  --khtml-border-radius: 1em;
  --khtml-border-radius: 1em;
Line 22: Line 29:
  --moz-border-radius: 1em;
  --moz-border-radius: 1em;
  border-radius: 1em;
  border-radius: 1em;
background-color: #abcdef;
background-color: #C0D2F1;
}
}
.td-tl, .td-tr, .td-bl, .td-br, .td-tc, .td-bc, .td-cl, .td-cr, .td-cc {
.td-tl, .td-tr, .td-bl, .td-br, .td-tc, .td-bc, .td-cl, .td-cr, .td-cc {
display: none;
background-color: #abcdef;
background-image:none;
width:10px;
}
}
#p-Interaction h5 {
#p-Interaction h5 {
Line 33: Line 42:
height: 30px;
height: 30px;
width: 140px;
width: 140px;
background:url("skins/roundedblue/title-interaction.png") no-repeat center;
background:url("images/2/28/Interaction.png") no-repeat center;
}
}


Line 42: Line 51:
height: 30px;
height: 30px;
width: 140px;
width: 140px;
background:url("/images/2/25/Logotest1.png") no-repeat center;
}
}


Line 49: Line 57:
background: transparent;
background: transparent;
margin: 0 10px;
margin: 0 10px;
        border: transparent;
}
}


Line 105: Line 114:
   border-radius-topright: 1em;
   border-radius-topright: 1em;
   border-radius-bottomright: 1em;
   border-radius-bottomright: 1em;
}
a {
color: #3A2BD0 !important;
}
a:hover {
background: 0 !important;
color: #3A2BD0 !important;
}
a:visited {
color: #7836BA !important;
}
#p-search h5 {
background-image: none !important;
}
#p-search {
position:absolute;
left: 470px !important;
}
}

Latest revision as of 18:05, 20 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("skins/roundedblue/title-navigation.gif") no-repeat center;
}

#content {
	color: #000000;
}

#p-logo a:hover { 
 display:block !important;
 background-image: url(/images/b/bc/Wiki.png) !important;
 background-color: transparent
}

#td-roundedbox {
 margin-top: 10px !important;
 border-color:#070F38;
 border-width: 5px;
 border-style:solid;
 --khtml-border-radius: 1em;
 --webkit-border-radius: 1em;
 --moz-border-radius: 1em;
 border-radius: 1em;
background-color: #C0D2F1;
}
.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("images/2/28/Interaction.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: #060B53 url(/images/1/13/Header_prototype2.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: 1em;
  border-radius-topright: 1em;
}
#content { 
  border-radius-topleft: 1em;
  border-radius-bottomleft: 1em;
}
div.pBody {
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;
}
a {
color: #3A2BD0 !important;
}
a:hover {
background: 0 !important;
color: #3A2BD0 !important;
}
a:visited {
color: #7836BA !important;
}
#p-search h5 {
background-image: none !important;
}
#p-search {
position:absolute;
left: 470px !important;
}