Difference between revisions of "MediaWiki:Vector.css"

From Funtoo
Jump to navigation Jump to search
Line 1: Line 1:
/*
/* personal bar styling */
 
div#mw-head div.vectorMenu h3 {
    height: 2.0em;
}
 
div.vectorTabs li.new a, div.vectorTabs li.new span a:visited {
    color: #a55858;
}
 
#p-personal li#pt-userpage a {
    text-transform: lowercase;
    color: #004a21bf;
    text-decoration: none;
}
 
#p-personal li#pt-mytalk a {
    color: #004a21bf;
    text-decoration: none;
}
 
#p-personal a {
    text-decoration: none;
    color: #004a21bf;
    font-family: Arial, Helvetica, sans-serif;
}
 
 
/* smaller tabs */
 
#ca-unwatch.icon a, #ca-watch.icon a {
    padding-top: 2.3em;
}
 
div.vectorTabs li a {
    padding-top: 0.55em;
    color: #385c96;
}
 
div.vectorTabs {
    height: 2.0em;
}
 
div.vectorMenu h3 span {
    padding-top: 0.55em;
}
 
#left-navigation {
    margin-top: 3.0em;
}
 
#right-navigation {
    margin-top: 3.0em;
}
 
div#simpleSearch {
    margin-top: 0.15em;
    width: none;
    min-width: none;
    max-width: 15em;
}
 
#p-search {
    float: right;
    margin-top: 3.0em;
}
 
#p-search form {
    margin-top: 0;
}
 
/* end smaller tabs */
 
/* background */


#mw-page-base {
#mw-page-base {
  background-color: #1a2843;
    background-image: none;
    background-color: transparent;
}
 
body {
    background-image: none; /*
    background-color: #d1d5d6;
*/
    /*background-color: #ececec;*/
    background: url(/new-gravesbg.jpg) no-repeat 0px 0px #fff;
}
 
/* pretty up search form */
 
input, textarea, select, button {
    font-family: 'Open Sans', sans-serif;
}
 
#searchform {
    border-radius: 6px;
}
 
/* search form end */
 
body {
    font-family: 'Open Sans', sans-serif;
}
 
div.vectorTabs li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}
 
div.vectorTabs li.selected a {
    font-weight: 600;
    border-bottom: none;
}
 
div.vectorTabs li.new a, div.vectorTabs li.new a:visited {
    /* discussion red link */
    color: #c52626;
}
 
a.new, #p-personal a.new {
    color: #a92121;
    text-decoration: dotted underline;
}
 
.mw-body {
    border: 0px solid #a7d7f9;
    border-bottom-left-radius: 8px;
    font-family: 'Noto Sans', serif;
}
 
.mw-body-content p {
    /* selected for noto sans */
    line-height: 1.6;
}
 
.mw-body, .parsoid-body {
    /* increase contrast ratio */
    color: #110633;
}
 
#mw-head-base {
    /* alignment fixup with lines removed. */
    border-bottom: 1px solid white;
}
 
body div.vectorTabs {
    padding-left: 0px;
    background-image: none;
}
 
div.vectorMenu div.menu {
    border: none;
    box-shadow: 4px 4px 10px 0 rgba(0,0,0,0.05), 2px 2px 6px 0 rgba(0,0,0,0.2);
    padding-right: 2em;
    padding-left: 0.25em;
}
 
div#mw-head div.vectorMenu h3 {
    /* near more menu, vertical blue line */
    background-image: none;
}
 
div.vectorTabs ul {
    background-image: none;
}
 
div.vectorTabs ul li {
    /* default unselected tab with some alpha so it tints to bg color. */
    background: #f8f8ffab;
 
}
 
div.vectorTabs ul li:first-child {
    border-top-left-radius: 8px;
}
 
div.vectorTabs ul li:last-child {
    border-top-right-radius: 8px;
}
 
div.vectorTabs li.selected {
    background-image: none;
    background-color: #fff;
}
 
div.vectorTabs span {
    background-image: none;
}
 
h1 {
    border-bottom: 1px solid #ececec;
}
 
div#mw-panel div.portal div.body ul li a:visited {
    color: #0645ad;
}
}


#p-personal a, #p-personal a:visited, #p-personal a:hover, #p-personal a:focus {
.mw-body h1 {
  color: #fff;
    font-family: 'Noto Serif';
    font-size: 1.875em;
}
}


*/
.mw-body h2 {
    font-family: 'Noto Serif', serif;
}
 
.mw-body h3 {
    font-family: 'Noto-Serif', serif;
}
 
div#simpleSearch {
    border: 0px;
    border-radius: 4px;
    background-image: none;
}


.toc {
div#simpleSearch #searchInput {
  float: right;
    padding: 0.2em 0 0.2em 0.4em;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}
}

Revision as of 01:08, September 9, 2018

/* personal bar styling */

div#mw-head div.vectorMenu h3 {
    height: 2.0em;
}

div.vectorTabs li.new a, div.vectorTabs li.new span a:visited {
    color: #a55858;
}

#p-personal li#pt-userpage a {
    text-transform: lowercase;
    color: #004a21bf;
    text-decoration: none;
}

#p-personal li#pt-mytalk a {
    color: #004a21bf;
    text-decoration: none;
}

#p-personal a {
    text-decoration: none;
    color: #004a21bf;
    font-family: Arial, Helvetica, sans-serif;
}


/* smaller tabs */

#ca-unwatch.icon a, #ca-watch.icon a {
    padding-top: 2.3em;
}

div.vectorTabs li a {
    padding-top: 0.55em;
    color: #385c96;
}

div.vectorTabs {
    height: 2.0em;
}

div.vectorMenu h3 span {
    padding-top: 0.55em;
}

#left-navigation {
    margin-top: 3.0em;
}

#right-navigation {
    margin-top: 3.0em;
}

div#simpleSearch {
    margin-top: 0.15em;
    width: none;
    min-width: none;
    max-width: 15em;
}

#p-search {
    float: right;
    margin-top: 3.0em;
}

#p-search form {
    margin-top: 0;
}

/* end smaller tabs */

/* background */

#mw-page-base {
    background-image: none;
    background-color: transparent;
}

body {
    background-image: none; /*
    background-color: #d1d5d6;
*/
    /*background-color: #ececec;*/
    background: url(/new-gravesbg.jpg) no-repeat 0px 0px #fff;
}

/* pretty up search form */

input, textarea, select, button {
    font-family: 'Open Sans', sans-serif;
}

#searchform {
    border-radius: 6px;
}

/* search form end */

body {
    font-family: 'Open Sans', sans-serif;
}

div.vectorTabs li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

div.vectorTabs li.selected a {
    font-weight: 600;
    border-bottom: none;
}

div.vectorTabs li.new a, div.vectorTabs li.new a:visited {
    /* discussion red link */
    color: #c52626;
}

a.new, #p-personal a.new {
    color: #a92121;
    text-decoration: dotted underline;
}

.mw-body {
    border: 0px solid #a7d7f9;
    border-bottom-left-radius: 8px;
    font-family: 'Noto Sans', serif;
}

.mw-body-content p {
    /* selected for noto sans */
    line-height: 1.6;
}

.mw-body, .parsoid-body {
    /* increase contrast ratio */
    color: #110633;
}

#mw-head-base {
    /* alignment fixup with lines removed. */
    border-bottom: 1px solid white;
}

body div.vectorTabs {
    padding-left: 0px;
    background-image: none;
}

div.vectorMenu div.menu {
    border: none;
    box-shadow: 4px 4px 10px 0 rgba(0,0,0,0.05), 2px 2px 6px 0 rgba(0,0,0,0.2);
    padding-right: 2em;
    padding-left: 0.25em;
}

div#mw-head div.vectorMenu h3 {
    /* near more menu, vertical blue line */
    background-image: none;
}

div.vectorTabs ul {
    background-image: none;
}

div.vectorTabs ul li {
    /* default unselected tab with some alpha so it tints to bg color. */
    background: #f8f8ffab;

}

div.vectorTabs ul li:first-child {
    border-top-left-radius: 8px;
}

div.vectorTabs ul li:last-child {
    border-top-right-radius: 8px;
}

div.vectorTabs li.selected {
    background-image: none;
    background-color: #fff;
}

div.vectorTabs span {
    background-image: none;
}

h1 {
    border-bottom: 1px solid #ececec;
}

div#mw-panel div.portal div.body ul li a:visited {
    color: #0645ad;
}

.mw-body h1 {
    font-family: 'Noto Serif';
    font-size: 1.875em;
}

.mw-body h2 {
    font-family: 'Noto Serif', serif;
}

.mw-body h3 {
    font-family: 'Noto-Serif', serif;
}

div#simpleSearch {
    border: 0px;
    border-radius: 4px;
    background-image: none;
}

div#simpleSearch #searchInput {
    padding: 0.2em 0 0.2em 0.4em;
}