User:Troisnyxetienne/roundedblue.css

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Roundedblue skin */

#title-linktabs { 
	top: -82px;
}

a {
	text-decoration: none;
	color: #418971;
	background: none;
}
a:visited {
	color: #0a1a14
}
a:active {
	color: #000000;
}
a:hover {
	color: #418971;
}
a.stub {
	color: #93DF0F;
}
a.new, #p-personal a.new {
	color: #BA0000;
}
a.new:visited, #p-personal a.new:visited {
	color: #A55858;
}
#column-one a:visited, #column-one a:hover {
	color: #00B831;
}

.portlet a {
	text-decoration: none;
        color: #00B831;
	background: none;
}
.portlet a:hover {
	text-decoration: underline;
	background-color: transparent;
}
.portlet a:visited {
        color: #00802B;
}
.portlet a:active {
        color: #00B831;
}
.portlet a:hover {
	text-decoration: underline;
	background-color: transparent;
}

#lastmod, #about, #copyright, #privacy, #about, #disclaimer {
	color: black !important;
}
#lastmod a, #about a, #copyright a, #privacy a, #about a, #disclaimer a {
	color: black !important;
}
#about a:hover, #copyright a:hover, #privacy a:hover, #about a:hover, #disclaimer a:hover {
	text-decoration: underline !important;
}

a.feedlink {
	background: url(/skins/common/images/feed-icon.png) no-repeat scroll left center transparent;
}

#prefcontrol {
	padding-top: 0.15em;
}

#siteNotice {
	padding: 23px 0.9em 0 0.9em;
	background: transparent;
	margin: 0 10px;
	border: transparent;
}
.mw-dismissable-notice {
	border: 5px solid #93E190;
	background: white;
	-khtml-border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-border-radius: 1em;
}

#p-Navigation h5 {
	text-indent: -9999px;
	display: block;
	padding: 0;
	height: 30px;
	width: 136px;
	background:url(/images/8/8b/Sidebar-Roundedblue-Navigation.png) no-repeat center;
}
#p-Interaction h5 {
	text-indent: -9999px;
	display: block;
	padding: 0;
	height: 30px;
	width: 140px;
	background:url(/images/9/94/Sidebar-Roundedblue-Community.png) no-repeat center;
}
#p-lang h5 {
	text-indent: -9999px;
	display: block;
	padding: 0;
	height: 30px;
	width: 140px;
	background:url(/images/a/a6/Sidebar-Roundedblue-OtherWikis.png) no-repeat center;
}

#p-lang {
	width: 190px;
}
#td-roundedbox, #p-lang {
	margin-top: 10px !important;
	border-color:#93E190;
	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: #AFF0AD;
	background-image:none;
	width:10px;
}

#p-cactions {
	top: 210px;
}
#p-cactions li a {
	color: #4A5A46;
	/*background-color: #282828;*/
        border-style:solid;
        border-width:2px;
        border-color:#93E190;
	padding: 0 .8em .3em;
	text-decoration: none;
	text-transform: lowercase;
	position: relative;
	z-index: 0;
	margin: 0;
	background: url(/images/e/ef/RoundedblueTab.png) no-repeat bottom right;
}

#p-cactions li.selected a {
	z-index: 3;
        border-top-right-radius:2px;
        border-top-left-radius:2px;
	color: #4A5A46;
	/*background-color: #282828;*/
	border-style:solid;
	border-width:2px;
        border-color:#4A5A46;
	padding: 0 1em .2em!important;
        background: #93E190;
}
#p-cactions li a:hover {
	color: #93E190;
	z-index: 3;
        border-top-right-radius:2px;
        border-top-left-radius:2px;
	border-style:solid;
	border-width:2px;
        border-color:#93E190;
	text-decoration: none;
        background: #4A5A46;
}

#bodyContentInnerWrapper a, #bodyContentInnerWrapper a.external {
	background-color: transparent;
	color: #00B83D;
}

#bodyContentInnerWrapper a:hover {
	background-color: transparent;
	color: #00B83D;
}

#p-tb ul {
	margin-bottom: 0;
}

/* Top header, by the logo */

body {
	background: #000000 url(/images/e/e8/Wiki-RoundedBlueBanner.png) repeat-x;
}

/* 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: 60px;
	width: 140px;
	background: url(/images/2/2d/Sidebar-Roundedblue-Toolbox.png) no-repeat center;
}

#p-personal {
	background: url(/images/9/91/Roundedblue-Personal.png) no-repeat bottom left;
}

.firstHeading {
	padding: 50px 30px 5px 30px;
	margin-left: 25px;
	margin-top: 0px;
	color: #282828;
	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;
}
ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url(/images/4/40/RoundedblueBullet.png);
}
.portlet ul {
	line-height: 1.5em;
	list-style-type: square;
	list-style-image: url(/images/4/40/RoundedblueBullet.png);
	font-size: 95%;
}

pre { overflow: auto; }