User:Soxra/monobook.css: Difference between revisions

Phase 2!
(Phase 1...)
(Phase 2!)
Line 10: Line 10:


/* Fonts */
/* Fonts */
body { font:x-small 'Segoe UI',sans-serif; }
body { font:x-small 'Segoe UI',sans-serif;color:#2b2b2b; }
#firstHeading, #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5, #bodyContent h6 { font-family:'Neutra Text'; font-variant:small-caps; }
#firstHeading, #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5, #bodyContent h6 { font-family:'Neutra Text'; font-variant:small-caps; }
.pBody { color:inherit; }
/* Gallery coloring */
ul.gallery { background:#f3f3f3 !important;border:1px solid #ccc;padding-bottom:0;display:inline-block; }
ul.gallery li { background:transparent !important;border-color:transparent !important; }
ul.gallery .gallerybox .thumb { background:#fcfcfc !important; }


/* Link colors */
/* Link colors */
Line 31: Line 37:
}
}
input[type='submit'], input[type='reset'], input[type='button'] {
input[type='submit'], input[type='reset'], input[type='button'] {
  padding:3px 6px;
  padding:1px 6px 3px;
  border:1px solid #c5c5c5;
  border:1px solid #c5c5c5;
  border-radius:4px;
  border-radius:4px;
Line 46: Line 52:
}
}
input[type='submit']:active, input[type='reset']:active, input[type='button']:active {
input[type='submit']:active, input[type='reset']:active, input[type='button']:active {
  padding:3px 5px 3px 7px;
  padding:1px 5px 3px 7px;
}
input[type='text'], input[type='password'], textarea, input#wpSummary {
border:1px solid #555;
color:#555;
padding:3px;
}
input[type='text']:hover, input[type='password']:hover, textarea:hover, input#wpSummary:hover {
border:1px solid #05398e !important;
color:inherit;
}
input[type='text']:focus, input[type='password']:focus, textarea:focus, input#wpSummary:focus {
border:1px solid #0645ad !important;
box-shadow:0 0 5px #0645ad;
color:inherit;
}
#searchInput {
display:block;
width:100%;
}
*:focus {
outline:none;
}
*:disabled {
cursor:not-allowed;
}
}


/* Userboxes */
/* Userboxes */
div.userbox img { max-width:100%; width/**\*/:100%\9; height:auto !important; }
div.userbox img { max-width:100%; width/**\*/:100%\9; height:auto !important; }
/* Navigation */
#p-Navigation, #p-search, #p-Interaction, #p-tb {
border:1px solid #4a3800 !important;
border-radius:6px !important;
}
#p-Navigation {
background:#ebb200 url(http://i545.photobucket.com/albums/hh366/StewieK/KHWiki/nav_compass.png) no-repeat !important;
}
#p-search {
background:#ebb200 url(http://i545.photobucket.com/albums/hh366/StewieK/KHWiki/nav_search.png) no-repeat !important;
}
#p-Interaction {
background:#ebb200 url(http://i545.photobucket.com/albums/hh366/StewieK/KHWiki/nav_tools.png) no-repeat !important;
}
#p-tb {
background:#ebb200 url(http://i545.photobucket.com/albums/hh366/StewieK/KHWiki/nav_users.png) no-repeat !important;
}
#p-Navigation h5, #p-search h5, #p-Interaction h5, #p-tb h5 {
background:none !important;
font:14px bold 'Neutra Text';
padding:4px 4px 4px 46px !important;
position:static !important;
text-transform:uppercase;
width:auto !important;
}
#p-Navigation li, #p-search li, #p-Interaction li, #p-tb li {
padding:2px 5px !important;
}
#p-Navigation li a, #p-search li a, #p-Interaction li a, #p-tb li a {
border:0 solid #ddd;
border-width:0 0 1px;
display:block;
margin:0 1px !important;
padding:2px 6px 4px !important;
position:relative;
width:auto;
}
#p-Navigation .pBody, #p-search .pBody, #p-Interaction .pBody, #p-tb .pBody {
border:0 !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 {
border-bottom:0 !important;
}
#p-search .pBody {
border-radius:0 0 7px 7px;
padding:6px !important;
}
3,295

edits