User:17master/roundedblue.css: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
No edit summary
mNo 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 */


#p-Navigation h5 {
#p-Navigation h5 {
Line 7: Line 7:
height: 30px;
height: 30px;
width: 136px;
width: 136px;
}
background:url(http://www.khwiki.net/images/8/8b/Sidebar-Roundedblue-Navigation.png) no-repeat center;
 
/* Edit tabs. */
 
#p-cactions {
  position:absolute;
  top: 227px !important;
}
}


Line 20: Line 14:
}
}


/* Keeps the logo from flashing. */
#p-logo a, #p-logo a:hover {  
 
#p-logo a:hover {  
  display:block !important;
  display:block !important;
  background-image: url(/images/b/bc/Wiki.png) !important;
  background-image: url(http://www.khwiki.net/images/7/7f/Wiki-KH3D_RB.png) !important;
  background-color: transparent
  background-color: transparent
}
}


/* Header colors. */
#mw-dismissable-notice {
 
-khtml-border-radius: 1em;
h1, h2 {
-webkit-border-radius: 1em;
overflow:hidden;
-moz-border-radius: 1em;
        color: black;  
-border-radius: 1em;
        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 {
#td-roundedbox {
  margin-top: 5px !important;
  margin-top: 10px !important;
  border-color:#070F38;
  border-color:#1D0319;
  border-width: 5px;
  border-width: 5px;
  border-style:solid;
  border-style:solid;
  --khtml-border-radius: 2em;
  -khtml-border-radius: 1em;
  --webkit-border-radius: 2em;
  -webkit-border-radius: 1em;
  --moz-border-radius: 2em;
  -moz-border-radius: 1em;
  border-radius: 2em;
  -border-radius: 1em;
background-color: #FFFFFF;
background-color: #FFFFFF;
}
}
.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 {
background-color: #070F38;
background-color: #abcdef;
background-image:none;
background-image:none;
width:10px;
width:10px;
}
}
/* Interaction portlet. */
#p-Interaction h5 {
#p-Interaction h5 {
text-indent: -9999px;
text-indent: -9999px;
Line 73: Line 49:
height: 30px;
height: 30px;
width: 140px;
width: 140px;
background:url("images/2/28/Interaction.png") no-repeat center;
background:url(http://www.khwiki.net/images/9/94/Sidebar-Roundedblue-Community.png) no-repeat center;
}
}
/* Search */


#p-Search h5 {
#p-Search h5 {
Line 84: Line 58:
height: 30px;
height: 30px;
width: 140px;
width: 140px;
        background: url(images/2/25/Logotest1.png) no-repeat center;
        position:absolute;
        left: 590px !important;
}
}
/* Duh */


#siteNotice {
#siteNotice {
Line 96: Line 65:
margin: 0 10px;
margin: 0 10px;
         border: transparent;
         border: transparent;
}
#p-cactions {
top: 216px;
        position: absolute !important;
        display: block !important;
}
}


Line 119: Line 94:


body {
body {
background: #060B4E url(/images/1/13/Header_prototype2.png) repeat-x;
background: #1D0319 url(http://www.khwiki.net/images/archive/7/76/20111011143108%21Wiki-SoraKairiRikuHeader.png) repeat-x;
}
}


/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {   
#p-cactions ul li, #p-cactions ul li a {   
  -moz-border-radius-topleft: 1em;
-moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
-moz-border-radius-topright: 1em;
}
}
#content {  
#content {  
  -moz-border-radius-topleft: 1em;  
-moz-border-radius-topleft: 1em;  
  -moz-border-radius-bottomleft: 1em;
-moz-border-radius-bottomleft: 1em;
}
}
div.pBody {
div.pBody {
  -moz-border-radius-topright: 1em;
-moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
-moz-border-radius-bottomright: 1em;
}
}
 
/* same following the css3 draft specs, any browsers supporting this? */
/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {   
#p-cactions ul li, #p-cactions ul li a {   
  border-radius-topleft: 2em;
-border-radius-topleft: 2em;
  border-radius-topright: 2em;
-border-radius-topright: 2em;
}
}
#content {  
#content {  
  border-radius-topleft: 1em;
-border-radius-topleft: 1em;
  border-radius-bottomleft: 1em;
-border-radius-bottomleft: 1em;
}
}
div.pBody {
div.pBody {
  border-radius-topright: 1em;
-border-radius-topright: 1em;
  border-radius-bottomright: 1em;
-border-radius-bottomright: 1em;
}
}
/* Links */
a {
a {
color: #3A2BD0 !important;
color: #3A2BD0 !important;
}
}
a:hover {
a:hover {
background: 0 !important;
color: #3A2BD0 !important;
color: #3A2BD0 !important;
}
}
a:visited {
a:visited {
color: #7836BA !important;
color: #7836BA !important;
}
#p-search h5 {
background-image: none !important;
}
#p-search {
position:absolute;
left: 470px !important;
}
}


.new {
#p-tb h5 {
color: #CC0000 !important;
background: url(images/2/2d/Sidebar-Roundedblue-Toolbox.png) no-repeat center;
}
}


img {
#p-personal {
border: none;
background: url(http://www.khwiki.net/images/9/91/Roundedblue-Personal.png) no-repeat bottom left;
vertical-align: none;
}
}

Latest revision as of 14:53, 17 October 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://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/7/7f/Wiki-KH3D_RB.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:#1D0319;
 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: 216px;
        position: absolute !important;
        display: block !important;
}

#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: #1D0319 url(http://www.khwiki.net/images/archive/7/76/20111011143108%21Wiki-SoraKairiRikuHeader.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;
}
a {
color: #3A2BD0 !important;
}
a:hover {
color: #3A2BD0 !important;
}
a:visited {
color: #7836BA !important;
}
#p-search h5 {
background-image: none !important;
}
#p-search {
position:absolute;
left: 470px !important;
}

#p-tb h5 {
	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;
}