MediaWiki:Roundedblue.css

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Revision as of 21:55, 5 July 2014 by Erry (talk | contribs)
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: -102px;
}

a {
	text-decoration: none;
	color: #2825F4;
	background: none;
}
a:visited {
	color: #8C52BD;
}
a:active {
	color: #000000;
}
a:hover {
	color: #2825F4;
}
a.stub {
	color: #B4DD10;
}
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: #002bb8;
}

.portlet a {
	text-decoration: none;
        color: #002bb8;
	background: none;
}
.portlet a:hover {
	text-decoration: underline;
	background-color: transparent;
}
.portlet a:visited {
        color: #800080;
}
.portlet a:active {
        color: #002bb8;
}
.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 #282828;
	background: white;
	-khtml-border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-border-radius: 1em;
}

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

#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:#282828;
	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-cactions {
	top: 210px;
}
#p-cactions li a {
	color: #000000;
	/*background-color: #282828;*/
        border-style:solid;
        border-width:2px;
        border-color:#282828;
	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: #000000;
	/*background-color: #282828;*/
	border-style:solid;
	border-width:2px;
	border-color:#282828;
	padding: 0 1em .2em!important;
	background: url(/images/e/ef/RoundedblueTab.png) no-repeat bottom right;
}
#p-cactions li a:hover {
	color:#282828;
	z-index: 3;
        border-top-right-radius:2px;
        border-top-left-radius:2px;
	border-style:solid;
	border-width:2px;
	border-color:#282828;
	text-decoration: none;
	background: url(/images/a/a4/RoundedblueTabChosen.png) no-repeat bottom right;
}

#bodyContentInnerWrapper a, #bodyContentInnerWrapper a.external {
	background-color: transparent;
	color: #002bb8;
}

#bodyContentInnerWrapper a:hover {
	background-color: transparent;
	color: #002bb8;
}

#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; }

body
{background-image: url(https://lh4.googleusercontent.com/-2wrBkMmz27k/U7SXMzJ_-_I/AAAAAAAAAM8/yMoumCL79rs/w260-h150-no/KHHD2+ver3.png);
font-family: Segoe UI;
}

#p-personal.pBody ul{
background: #D1D1D1;
border-bottom: #ffffff;
}

#p-logo a, #p-logo a:hover
{background-image: url(https://lh5.googleusercontent.com/-24_11pUo1EA/U7SX-Zf8j2I/AAAAAAAAANE/iyhPKN5Knck/s155-no/Kingdom+Hearts+Wiki+Main+Logo.png) !important;
background-color:transparent;
}

#p-Navigation, #p-Interaction, #p-search, #p-tb, #p-lang {
background: #FFFFFF url(https://lh3.googleusercontent.com/-9Xu6DBkANvw/Ux6Dkzhf4DI/AAAAAAAAAo8/9b6wklx7FJI/w720-h44-no/Ssblue.png) repeat-x;
}

#p-Navigation li, #p-Interaction li, #p-search li, #p-tb li, #p-lang li {
list-style: none;
font-family:  Segoe UI;
}

.mw-code {
font-family: Calibri;
}

#p-Navigation li > ul > li.hover > a, #p-Interaction li > ul > li.hover > a {
background-color: #FFFFFF;
}

#p-Navigation .pBody a:hover,#p-Interaction .pBody a:hover,#p-search .pBody a:hover,#p-tb .pBody a:hover,#p-lang .pBody a:hover {color: #BFBFBF; background-color:#06305B}


/*Portal CSS text follows*/

.splitrow {
display:inline-block;
white-space:nowrap;
text-align:center;
}

.nav {padding:0; display:inline-block;}
.nav:hover .dropdown{display:block}
.container{position:absolute; height: 450px;}

.dropdown {
background-image: -moz-linear-gradient(center top, #bfbfbf, #373737);
background-image: -webkit-linear-gradient(top, #bfbfbf, #373737);
background-image: -o-linear-gradient(top, #bfbfbf, #373737);
background-image: -ms-linear-gradient(top, #bfbfbf, #373737);
background-image: linear-gradient(top, #bfbfbf, #373737);
border:2px solid #BFBFBF;
border-radius:10px;
display:none;
float:left;
left:-45%;
right:-45%;
position:relative;
z-index: 100;
}

.dropdown a{
color:#FFFFFF;
text-decoration:none;
}

.dropdown caption {background-color:inherit; border-radius:10px;}


.dropdown td {
vertical-align:top;
padding:1px;
white-space:nowrap;
}

.dropdown p{
margin:0;
padding:0;
}

caption a, .dropdown td a, .dropdown th a{
display:block;
padding: 2px;
}

.dropdown caption a {
padding:5px 2px 5px 20px;
font-size:150%;
width: 300px;
}

.dropdown dl, .dropdown dd {margin:0}
.dropdown dd a {text-align:center}

/*Footer links*/
.dropdown th p a{display:inline; width:300px;}

/*Main column links*/
.dropdown td p a {
background-color: #000000;
background: -moz-linear-gradient(center top, #000000, #656565);
background: -webkit-linear-gradient(top, #000000, #656565);
background: -o-linear-gradient(top, #000000, #656565);
background: -ms-linear-gradient(top, #000000, #656565);
background: linear-gradient(top, #000000, #656565);
border:1px solid #373737;
font-size:90%;
line-height: 1.2em;
margin: 3px 1px;
padding:3px;
text-align:left;
}

.dropdown caption a:hover{
border-radius:10px;
}

.dropdown td p a:hover{
background-image: -moz-linear-gradient(center top, #bfbfbf, #373737);
background-image: -webkit-linear-gradient(top, #bfbfbf, #373737);
background-image: -o-linear-gradient(top, #bfbfbf, #373737);
background-image: -ms-linear-gradient(top, #bfbfbf, #373737);
background-image: linear-gradient(top, #bfbfbf, #373737);
}