Actions

MediaWiki

Difference between revisions of "Foreground.css"

From Hockey Library

Line 93: Line 93:
 
.top-bar input {
 
.top-bar input {
 
width: 165px;}
 
width: 165px;}
 +
 +
 +
#searchInput { placeholder: "test";}

Revision as of 03:58, 13 February 2019

/*@import url('https://fonts.googleapis.com/css?family=Roboto');

* {font-family: 'Roboto', sans-serif !important;}*/
body {background-color: #E4F4FB; min-height: 100%;}
html {height: 100%;}
footer {display: none;}
#tagline {display: none;}
#page-content {width: 900px; margin: 0 auto;}

/* Hide Section Edit Links */
.mw-editsection { display:none!important; }

img.testtest {width: 50%; height: auto;}

/* Actions Button  Styling */
#actions-button {background: #0174af; color: #fff; padding: 8px;}

/* Top Bar + Dropdown Menu styling */
.top-bar ul li ul#toolbox-dropdown a {background: #2789bb;}
.top-bar ul li ul#toolbox-dropdown a:hover {background: #0174af;}
.top-bar ul li#personal-tools-dropdown ul a {background: #2789bb;}
.top-bar ul li#personal-tools-dropdown ul a:hover {background: #0174af;}
.top-bar.expanded .toggle-topbar a, .top-bar.expanded .menu-icon {background: #0174af; color: #ffffff;}
.top-bar.expanded, .top-bar.expanded .name  {background: #0174af; color: #ffffff;}

/* Title Name Width so it fits */
div.title-name {width: 175px; }
.title-area {width: 175px; }

/* Maps Border Styling */
.maps-map {border: 5px solid #0174af; width: 100%;}

/* Page Title Bottom Margin  */
#firstHeading.title {margin-bottom: 30px;}

/* Page Category Top Margin  */
.group {margin-top: 10px; margin-bottom: 10px; font-size: smaller;}

/* Top Bar Color */
.top-bar,
.top-bar-section,
.top-bar-section .has-form,
.top-bar-section .has-dropdown
  { background: #0174af;
    color: #fff; }

/* Top Bar Search Button Color */
.top-bar-section .button.search
  { background-color: #2789bb;
    border-color: #fff; }

/* Wiki Namespace Label Color */
.namespace.label
  { background: #0174af;
    color: #fff;}

/* Wiki Image Thumbnail Border Styling */
.thumbborder {background-color: #0174af; padding: 5px; color: #fff;}

/* Hide Actions Menu + Heading on Home Page Only */
body.page-Home #actions-button { display: none; }
body.page-Home #firstHeading { display: none; }

/* Wiki Category Link Styling */
#catlinks a:link {color: #0174af; background-color: transparent;}
#catlinks a:visited {color: #0174af; background-color: transparent;}
#catlinks a:hover {color: #0174af; background-color: transparent;}
#catlinks a:active {color: #0174af; background-color: transparent;}
#catlinks a:link.new {color: #DD0000; background-color: transparent; font: inherit;}
#catlinks a:visited.new {color: #DD0000; background-color: transparent;}
#catlinks a:hover.new {color: #CC0000; background-color: transparent;}
#catlinks a:active.new {color: #DD0000; background-color: transparent;}

/* Wiki Table Styling */
table.wikitable {border: 5px solid #0174af; }
table.wikitable > tr > th,
table.wikitable > tr > td, 
table.wikitable > * > tr > th, 
table.wikitable > * > tr > td {border: #0174af solid 1px; background-color: #fff;}
table.wikitable > tr > th, 
table.wikitable > * > tr > th {background-color: #ceeeff;}


/*Style Thumbnails*/
.thumb {box-shadow: 2px 2px 0px 0px #000;}
.thumbinner {
    background: #0074ab;
    color: white;
    border: 5px solid #0074ab;
}


.top-bar input {
width: 165px;}


#searchInput { placeholder: "test";}