User:Dark-EnigmaXIII/monobook.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 134: Line 134:
  list-style-type:disc !important;
  list-style-type:disc !important;
  list-style-image:none !important;
  list-style-image:none !important;
}
div.thumb div.magnify {
display:none !important;
}
div.thumb div.thumbcaption {
color:#2b2b2b;
}
div.thumb div.thumbinner {
background:-webkit-linear-gradient(top,#506187,#2a3347);
border:none !important;
border-radius:5px;
box-shadow:2px 2px 6px rgba(0,0,0,0.5);
padding:5px !important;
}
div.thumb .thumbcaption {
color:#f9f9f9 !important;
}
div.thumb .thumbimage {
border:none !important;
border-radius:5px;
}
}

Revision as of 04:58, 23 January 2012

/* Theme */
html, body {
 background:url(http://i545.photobucket.com/albums/hh366/StewieK/KHWiki/SyKHWBackground.png) !important;
}
.portlet#p-logo a, .portlet#p-logo a:hover {
 background-image:url(http://i545.photobucket.com/albums/hh366/StewieK/KHWiki/SyKHWLogo.png) !important;
 height:170px;
 width:190px;
}

/* Fonts */
body { font:x-small 'Segoe UI',sans-serif;color:#2b2b2b; }
#content { font-family:'Segoe UI',sans-serif;color:#2b2b2b; }
.pBody { color:inherit; }
sup { line-height:0; }

/* Navigation */
#p-Navigation, #p-search, #p-Interaction, #p-tb, #p-lang {
 background:#fff url(http://i545.photobucket.com/albums/hh366/StewieK/KHWiki/SyKHWHalo.png) no-repeat !important;
 border:1px solid #181d2b !important;
 border-radius:7px !important;
}
#p-Navigation h5, #p-search h5, #p-Interaction h5, #p-tb h5, #p-lang h5 {
 background:none !important;
 color:#2b2b2b !important;
 font:bold 22px 'Segoe UI',sans-serif;
 font-variant:small-caps;
 padding:0 4px 13px 32px !important;
 position:static !important;
 text-transform:capitalize;
 width:auto !important;
}
#p-Navigation li, #p-search li, #p-Interaction li, #p-tb li, #p-lang li {
 background:#2b2b2b;
 padding:2px 5px !important;
}
#p-Navigation li a, #p-search li a, #p-Interaction li a, #p-tb li a, #p-lang li a {
 border-bottom:1px solid #eee;
 color:#eee !important;
 display:block;
 font-size:13px;
 font-weight:normal;
 margin:0 1px !important;
 padding:2px 6px 4px !important;
 position:relative;
 width:auto;
}
#p-Navigation div ul a:hover, #p-search div ul a:hover, #p-Interaction div ul a:hover, #p-tb div ul a:hover, #p-lang div ul a:hover {
 color:#748dc4 !important;
}
#p-Navigation li:last-child a, #p-search li:last-child a, #p-Interaction li:last-child a, #p-tb li:last-child a, #p-lang li:last-child a {
 border-bottom:0 !important;
}
#p-Navigation .pBody, #p-search .pBody, #p-Interaction .pBody, #p-tb .pBody, #p-lang .pBody {
 border:0 !important;
 background:#2b2b2b !important;
}
#p-search .pBody {
 border-radius:0 0 7px 7px;
 padding:6px !important;
}

/* Tabs */
#p-cactions li {
 border-color:#667cad !important;
}
#p-cactions li:hover a, #p-cactions li a:hover {
 background:-webkit-linear-gradient(top,#ddd,#fff) !important;
 border:0 !important;
}
#p-personal ul, #p-personal ul li {
 background:none !important;
 border:0 !important;
}
#p-personal li a {
 background:#000;
 border:1px solid #90aced;
 color:#90aced !important;
 font-weight:bold;
 padding:2px 6px !important;
}
#p-personal li a:hover {
 color:#fff !important;
}

/* Input handlers */
input {
 font-family:'Segoe UI';
}
input[type="search"] {
  -webkit-appearance: textfield;
}
*:focus {
 outline:none;
}
*:disabled {
 cursor:not-allowed;
}
input[type='submit'], input[type='reset'], input[type='button'] {
 padding:1px 6px 3px;
 border:1px solid #c5c5c5;
 border-radius:4px;
 cursor:pointer;
 color:#222;
 background:#e7e7e7;
 background:-webkit-linear-gradient(top,#f7f7f7,#e7e7e7);
 opacity:0.8;
 text-shadow:1px 1px 2px #888;
}
input[type='submit']:hover, input[type='reset']:hover, input[type='button']:hover {
 border-color:#929292;
 opacity:1.0;
}
input[type='submit']:active, input[type='reset']:active, input[type='button']:active {
 padding:1px 5px 3px 7px;
}
.input-text-box {
 border:1px solid #999 !important;
 color:#555 !important;
 padding:3px !important;
}
.input-text-box:hover {
 border:1px solid #05398e !important;
 color:inherit !important;
}
.input-text-box:focus {
 border:1px solid #0645ad !important;
 box-shadow:0 0 5px #0645ad;
 color:inherit !important;
}

/* Lists */
ul {
 list-style-type:disc !important;
 list-style-image:none !important;
}
div.thumb div.magnify {
 display:none !important;
}
div.thumb div.thumbcaption {
 color:#2b2b2b;
}
div.thumb div.thumbinner {
 background:-webkit-linear-gradient(top,#506187,#2a3347);
 border:none !important;
 border-radius:5px;
 box-shadow:2px 2px 6px rgba(0,0,0,0.5);
 padding:5px !important;
}
div.thumb .thumbcaption {
 color:#f9f9f9 !important;
}
div.thumb .thumbimage {
 border:none !important;
 border-radius:5px;
}