Difference between revisions of "MediaWiki:Common.css"

From LID SWM Planning and Design Guide
Jump to navigation Jump to search
 
(93 intermediate revisions by 3 users not shown)
Line 4: Line 4:
   background-color: #4f4f4f;}
   background-color: #4f4f4f;}


/*Fonts for everyone*/
/*Fonts and bullets for everyone*/
   {font-family: sans-serif;
@import url('https://fonts.googleapis.com/css?family=Roboto:100');
   font-weight: 300;}
   {
  font-family: 'Roboto', sans-serif;}
 
/*linky colors*/
a {
  text-decoration: none;
  color: #0645ad;
  background: none;}
.mblink:visited, a:visited {
   color: #609;}
 
/*list formatting*/
ul{list-style-image: none;}
.plainlist ul {
    line-height: inherit;
    list-style: none none;
    margin: 0;}
.plainlist ul li {
    margin-bottom: 0;}


/*STEP logo bit*/
/*STEP logo bit*/
Line 14: Line 32:


/*Header*/
/*Header*/
div#mw-head {
#mw-head {
   position: absolute;
   position: absolute;
   top: 0;
   top: 0;
Line 22: Line 40:


/*These are the wiki tabs*/
/*These are the wiki tabs*/
div.vectorTabs ul li {
.vectorTabs ul li {
   border-radius: 5px 5px 0 0;
   border-radius: 5px 5px 0 0;
   background-image: none;
   background-image: none;
  color: black;
   background-color: #e6e6e6;}
   background-color: #e6e6e6;}
#ca-talk,
#ca-viewsource {
    display: none !important;}


div.vectorTabs li a,
.vectorTabs li a,
div.vectorTabs li.new a,  
.vectorTabs li.new a,  
div.vectorTabs li.new a:visited {
.vectorTabs li.new a:visited {
   background-image: none;
   background-image: none;
  color: white;
   font-variant: all-small-caps;}
   font-variant: small-caps;}


/*This mess is the menu on the left*/
/*This is the menu on the left*/
/* increase Vector sidebar width */
/* increase Vector sidebar width */
div#mw-panel { width: 12em; }
#mw-panel { width: 12em; }
div#footer, #mw-head-base, div#content { margin-left: 12em; }
#footer, #mw-head-base, #content { margin-left: 12em; }
#left-navigation { margin-left: 12em; }
#left-navigation { margin-left: 12em; }


div#mw-panel div.portal div.body ul li,
#mw-panel .portal .body ul li,
div#mw-panel div.portal div.body ul li a,  
#mw-panel .portal .body ul li a,  
div#mw-panel div.portal div.body ul li a:visited,
#mw-panel .portal .body ul li a:visited,
div#mw-panel div.portal h3 {
#mw-panel .portal h3 {
   list-style-type: none;
   list-style-type: none;
   color: white;
   color: white;
  font-weight: bold;
   font-size: 1em;
   font-size: 1em;
   font-variant: small-caps;}
   font-variant: all-small-caps;
  text-decoration: none;
}


/*FOOTER STUFF*/
/*FOOTER STUFF*/
/*This is your feedback widget*/
/*This is the feedback widget*/
.articleFeedbackv5-panel .articleFeedbackv5-title {
.articleFeedbackv5-panel .articleFeedbackv5-title {
   font-weight: normal;}
   font-weight: normal;}
.articleFeedbackv5-panel{
.articleFeedbackv5-panel{
   background: none;
   background: none;
   border: 1px solid teal;}
   border: 1px solid darkcyan;}


/*Last updated box*/
/*Last updated box*/
div#footer #footer-info li {
#footer #footer-info li {
   background-color: white;}
   background-color: white;
div#footer ul li {
  border-radius: 5px 5px 5px 0;}
#footer ul li {
   padding: 0.75em;}
   padding: 0.75em;}
#footer #footer-places li {
  background-color: white;
  border-radius: 0 0 5px 5px;}


/*These are your main headings, which have underlines*/
/*These are the main headings, which have underlines*/
.mw-body h1, .mw-body h2 {
.mw-body h1, .mw-body h2 {
   font-family: sans-serif;  
   font-family: sans-serif;  
   font-size: 1.8em;
   font-size: 1.8em;
   color: Gray;     
   color: Gray;     
   border-bottom: 2px solid darkcyan;}
   border-bottom: 1.5px solid darkcyan;}


/*These are your subheadings*/
/*These are the subheadings*/
h3,h4, h5, h6 {  
h3,h4, h5, h6 {  
   font-size: 1.8em;
   font-size: 1.8em;
   color: Gray;}
   color: Gray;}


/*This is your default photoframe*/
/*This is the default photoframe*/
div.thumbinner {
.thumbinner {
   border: 2px solid orange;
   border: 2px solid orange;
   padding: 3px;
   padding: 3px;
Line 83: Line 109:
   overflow: hidden;}
   overflow: hidden;}


/*The textbox quote element*/
/* TOClimit */
blockquote {
.toclimit-2 .toclevel-1 ul,
   padding: 10 px 20 px
.toclimit-3 .toclevel-2 ul,
   font-size: 1em;
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
    display: none;}
 
/*The textbox thingy*/
.textbox {
   padding: 10px 20px;
  margin: 0 0 20px;
   font-size: 1.1em;
  font-style: italic;
  background: none;
   border-left: 3px solid darkcyan;
   border-left: 3px solid darkcyan;
  border-top: none;
  border-bottom: none;
  border-right: none;}
/*Button*/
.mw-ui-button{
  border: 2px solid orange;
  box-shadow: 2px 2px 3px 0px #999;}
/*wikitable*/
/table.wikitable > tr > th, table.wikitable > * > tr > th {
/  background-color: darkcyan;
/  color: white;
/}
/*sortable wikitable*/
table.jquery-tablesorter th.headerSort {
    border: 2px solid darkcyan;
    cursor: pointer;
    background-position: center right;
    padding-right: 21px;
}
/*sortable wikitable*/
table.jquery-tablesorter th.headerSort {
  border: 2px solid darkcyan;}
table.wikitable > tr > th, table.wikitable > * > tr > th {
  background-color: darkcyan;
  color: white;}
/*Main Page stuff*/
body.page-Main_Page h1.firstHeading {display:none;
}
.mainpage_topbox {
  border-radius: 5px;
  background: #f9f9f9;
  margin: 1em 0;
}
.mainpage_layouttable {
border: 0;
margin: 0;
width: 100%;
border-spacing: 10px;
}
.mainpage_layouttable * > tr > td {
vertical-align: top;
}
.mainpage_boxtitle {
    font-size: 105%;
    padding: 0.4em;
    background-color: #eeeeee;
    font-weight: bold;
    min-height: 2em;
    vertical-align: middle;
}
.mainpage_pagetitle {
    color: black;
    font-size: 200%;
    padding: 0.2em 0.4em;
}
.mainpage_hubtitle {
    text-align: center;
}
}


/* wiki looking bit
.mainpage_boxcontents {
div.vectorTabs span a,
    background: #ffffff;
div.vectorMenu h3 span {
    padding: 0.2em 0.4em;
  padding-top: 4em;
}
}
div.vectorMenu h3 a {
 
   height: 1em;
.mainpage_boxcontents_small {
    font-size: 95%;
}
 
.mainpage_boxcontents_title {
    display: block;
    border-bottom: 1px solid #AAA;
    margin-bottom: 0.5em;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}
 
.mainpage_middleblock .mainpage_hubbox_left {
   width: 75%;
}
 
.mainpage_mwtitle {
    color: #005288;
}
}
#ca-unwatch.icon a, #ca-watch.icon a { padding-top: 1em; }
div#simpleSearch { margin-top: 0; }
#left-navigation, #right-navigation { margin-top:1.5em; }
*/

Latest revision as of 17:53, 12 March 2021

/*Page background*/
#mw-page-base, body {
  background-image: none;
  background-color: #4f4f4f;}

/*Fonts and bullets for everyone*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100');
  {
  font-family: 'Roboto', sans-serif;}

/*linky colors*/
a {
  text-decoration: none;
  color: #0645ad;
  background: none;}
.mblink:visited, a:visited {
  color: #609;}

/*list formatting*/
ul{list-style-image: none;}
.plainlist ul {
    line-height: inherit;
    list-style: none none;
    margin: 0;}
.plainlist ul li {
    margin-bottom: 0;}

/*STEP logo bit*/
#p-logo {
  border-radius: 5px;
  background-color: white;}

/*Header*/
#mw-head {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #e6e6e6;}

/*These are the wiki tabs*/
.vectorTabs ul li {
  border-radius: 5px 5px 0 0;
  background-image: none;
  color: black;
  background-color: #e6e6e6;}
#ca-talk,
#ca-viewsource {
    display: none !important;}

.vectorTabs li a,
.vectorTabs li.new a, 
.vectorTabs li.new a:visited {
  background-image: none;
  font-variant: all-small-caps;}

/*This is the menu on the left*/
/* increase Vector sidebar width */
#mw-panel { width: 12em; }
#footer, #mw-head-base, #content { margin-left: 12em; }
#left-navigation { margin-left: 12em; }

#mw-panel .portal .body ul li,
#mw-panel .portal .body ul li a, 
#mw-panel .portal .body ul li a:visited,
#mw-panel .portal h3 {
  list-style-type: none;
  color: white;
  font-size: 1em;
  font-variant: all-small-caps;
  text-decoration: none;
}

/*FOOTER STUFF*/
/*This is the feedback widget*/
.articleFeedbackv5-panel .articleFeedbackv5-title {
  font-weight: normal;}
.articleFeedbackv5-panel{
  background: none;
  border: 1px solid darkcyan;}

/*Last updated box*/
#footer #footer-info li {
  background-color: white;
  border-radius: 5px 5px 5px 0;}
#footer ul li {
  padding: 0.75em;}
#footer #footer-places li {
  background-color: white;
  border-radius: 0 0 5px 5px;}

/*These are the main headings, which have underlines*/
.mw-body h1, .mw-body h2 {
  font-family: sans-serif; 
  font-size: 1.8em;
  color: Gray;    
  border-bottom: 1.5px solid darkcyan;}

/*These are the subheadings*/
h3,h4, h5, h6 { 
  font-size: 1.8em;
  color: Gray;}

/*This is the default photoframe*/
.thumbinner {
  border: 2px solid orange;
  padding: 3px;
  text-align: center;
  overflow: hidden;}

/* TOClimit */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
    display: none;}

/*The textbox thingy*/
.textbox {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 1.1em;
  font-style: italic;
  background: none;
  border-left: 3px solid darkcyan;
  border-top: none;
  border-bottom: none;
  border-right: none;}

/*Button*/
.mw-ui-button{
  border: 2px solid orange;
  box-shadow: 2px 2px 3px 0px #999;}

/*wikitable*/
/table.wikitable > tr > th, table.wikitable > * > tr > th {
/  background-color: darkcyan;
/  color: white;
/}

/*sortable wikitable*/
table.jquery-tablesorter th.headerSort {
    border: 2px solid darkcyan;
    cursor: pointer;
    background-position: center right;
    padding-right: 21px;
}

/*sortable wikitable*/
table.jquery-tablesorter th.headerSort {
  border: 2px solid darkcyan;}

table.wikitable > tr > th, table.wikitable > * > tr > th {
  background-color: darkcyan;
  color: white;}


/*Main Page stuff*/

body.page-Main_Page h1.firstHeading {display:none; 
}

.mainpage_topbox {
  border-radius: 5px;	
  background: #f9f9f9;
  margin: 1em 0;
}

.mainpage_layouttable {
	border: 0;
	margin: 0;
	width: 100%;
	border-spacing: 10px;
}
.mainpage_layouttable * > tr > td {
	vertical-align: top;
}

.mainpage_boxtitle {
    font-size: 105%;
    padding: 0.4em;
    background-color: #eeeeee;
    font-weight: bold;
    min-height: 2em;
    vertical-align: middle;
}

.mainpage_pagetitle {
    color: black;
    font-size: 200%;
    padding: 0.2em 0.4em;
}

.mainpage_hubtitle {
    text-align: center;
}

.mainpage_boxcontents {
    background: #ffffff;
    padding: 0.2em 0.4em;
}

.mainpage_boxcontents_small {
    font-size: 95%;
}

.mainpage_boxcontents_title {
    display: block;
    border-bottom: 1px solid #AAA;
    margin-bottom: 0.5em;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.mainpage_middleblock .mainpage_hubbox_left {
  width: 75%;
}

.mainpage_mwtitle {
    color: #005288;
}