Difference between revisions of "User:RaMan/vector.css"

From OrbiterWiki
Jump to navigation Jump to search
(Timwi's skin test)
 
m
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
html, body {
+
@import url('http://en.wikipedia.org/w/index.php?action=raw&ctype=text/css&title=User:Lupin/navpopdev.css');
  font-family: Calibri, sans-serif;
+
@import url('//fonts.googleapis.com/css?family=Open+Sans:300italic,300,400italic,400,600italic,600,700italic,700,800italic,800');
  font-size: 12pt;
 
  margin: 0;
 
  padding: 0;
 
}
 
  
#siteSub, #jump-to-nav, .printfooter, #editpage-copywarn,
+
body {
          .mw-tos-summary, .mw-editTools, #mw-usercssyoucanpreview,
+
    font-size: 110%;
          #mw-articlefeedback {
+
    font-family: "Open Sans", Tahoma, sans-serif;
  display: none;
+
}
}
 
  
h1, h2, h3, h4, h5, h6 {
+
#bodyContent#bodyContent#bodyContent#bodyContent {
  font-family: Gentium, Cambria, serif;
+
    line-height: 1.7;
  margin: 2em 0 .8em 0;
+
}
  color: #4A85C4;
 
}
 
  
h1 {
+
div#content p {
  font-size: 28pt;
+
    margin-bottom: 0.8em;
  color: #17365D;
+
}
  border-bottom: 1px solid #4F81BD;
 
}
 
  
h2 {
+
div#content h2 {
  font-size: 19pt;
+
    font-size: 27px;
  border-bottom: 1px solid #6DB3FF;
+
}
  color: #365F91;
 
}
 
  
h1, h2 {
+
div#content h1, div#content h2, div#content #firstHeading {
  font-weight: normal;
+
    font-family: "Linux Libertine",Georgia,Times,serif;
}
+
}
 
 
hr {
 
  border: none;
 
  border-bottom: 1px solid #4F81BD;
 
}
 
#contentSub {
 
  position: relative;
 
  top: -1.9em;
 
  text-align: right;
 
}
 
 
 
#globalWrapper {
 
  position: relative;
 
  padding-left: 15em;
 
  padding-right: 2em;
 
}
 
 
 
#column-content {
 
  max-width: 47em;
 
  min-width: 20em;
 
  padding-top: 1px;
 
}
 
 
 
.editsection, .collapseButton, #editnotice-area, .toctoggle, #contentSub, #editingold {
 
  font-family: Calibri, sans-serif;
 
  font-size: 10pt;
 
  font-weight: normal;
 
  opacity: .3;
 
}
 
 
 
sup.reference, sup.Inline-Template, sup.Template-Fact {
 
  margin-left: .4em;
 
  vertical-align: baseline;
 
}
 
 
 
a { text-decoration: none; color: #018; }
 
a:visited { color: #618; }
 
a:hover { color: #04f; text-decoration: underline; }
 
 
 
pre, .mw-geshi pre, pre.de1, pre.de2 {
 
  background: #fafaff !important;
 
  padding: .1em .5em !important;
 
  border-left: 3px solid #bbf !important;
 
  overflow-y: auto !important;
 
  font-size: 11pt !important;
 
}
 
 
 
li {
 
  margin: .5em 0;
 
}
 
 
 
table.navbox {
 
  border: none;
 
  margin: 2em 0;
 
}
 
table.navbox-title, table.navbox > tbody > tr:first-child > th {
 
  background: #f8f8ff;
 
  border-top-left-radius: .5em;
 
  border-top-right-radius: .5em;
 
  border-bottom: 1px solid #6DB3FF;
 
}
 
 
 
textarea, #wpTextbox1, input#wpSummary {
 
  width: 100%;
 
}
 
 
 
dt { font-size: 14pt; margin: .7em 0 .3em; }
 
dd { margin: .5em 0 1em 2em; }
 
dl { margin: .7em 0; }
 
 
 
.toc {
 
  margin: 2em auto 0;
 
}
 
 
 
.toc h2 {
 
  font-size: 13pt;
 
  border: none;
 
  margin: 0 0 .2em 0;
 
  padding-right: 6em;
 
}
 
#toctitle {
 
  position: relative;
 
}
 
.toctoggle {
 
  position: absolute;
 
  top: .2em;
 
  right: 0;
 
}
 
.toc ul {
 
  list-style-type: none;
 
}
 
.toc li {
 
  margin: 0;
 
}
 
 
 
#catlinks {
 
  background: #eef;
 
  padding: .3em 2em;
 
  font-weight: bold;
 
  border-radius: .5em;
 
  margin-top: 5em;
 
  line-height: 2em;
 
}
 
#catlinks ul {
 
  display: block;
 
  font-weight: normal;
 
  overflow: auto;
 
}
 
#catlinks li, #catlinks li:first-child {
 
  display: block;
 
  float: left;
 
  border: none;
 
  padding: 0 1em;
 
}
 
#catlinks li::before {
 
  content: '• ';
 
  color: #99f;
 
}
 
#catlinks li::after {
 
  display: block;
 
  content: ' ';
 
}
 
 
 
textarea, input, button {
 
  background-image: -moz-linear-gradient(left, #e8f4f7 1em, white 3em);
 
  border: none;
 
  border-radius: .5em;
 
  padding: .5em;
 
  min-width: 5em;
 
}
 
input[type=checkbox], input[type=radio] { padding: 0; min-width: 0; }
 
textarea:hover, textarea:focus, input:hover, input:focus, button:hover, button:focus {
 
  background-image: -moz-linear-gradient(left, #cee8f0 0, white 3em);
 
}
 
input#searchInput {
 
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAz0lEQVQ4y2NgoAU4efKk/unTp+3PnDljTpJGkAagxmtA+j8SfgY00J0ozTBNUEP2AfE5JIPicWret28fO1DBPZDCs2fP9iHLnTp1Kh9q6DugS8Tx2g6yGYf8NpA80LBwrAYANaZDnTkNh3w91IJ6XKHuDjVgHzZ5oLfmQQ1Ix2rA+fPn+YEKvoEUoYc41HvfoBao4wxIJG+AvQJyLihAkTTjjwmobeVoGrBh/IYAvSMPijpowJWDUiUsDIg2BF9AUtUQUH4h2xAQTXZuRXY+AOxYKiyVgSWhAAAAAElFTkSuQmCC) no-repeat right center, -moz-linear-gradient(left, #e8f4f7 0, white 2em);
 
}
 
input#searchInput:hover, input#searchInput:focus {
 
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAz0lEQVQ4y2NgoAVYtWqV/urVq+1XrFhhTpJGkIaVK1deAxrwH4aB/GdA7E6UZiRNIEP2AelzSIbF49Q8f/58dqCCeyCFQKf3oRmcDzX0HZAWx2s7yGZs8kDxbSB5oLpwBhwK0qHOnIZDvh5qQT0uA9yhBuzDIT8PakA6VgPWr1/PD1TwDarIHYv3vgHF/69Zs0YdZ0AieQPsFZBzQQEKM5hgTEATUDmaBmwYvyHLly+XB0UdNOBABurDwoBoQ/AFJFUNAeUXsg0B0ZTkVrjzAZW4A3SL2Nf5AAAAAElFTkSuQmCC) no-repeat right center, -moz-linear-gradient(left, #cee8f0 0, white 3em);
 
}
 
 
 
#column-one {
 
  position: absolute;
 
  top: 0;
 
  left: 0;
 
  text-align: left;
 
  width: 13em;
 
  min-height: 100%;
 
}
 
 
 
.ns-1 #column-one { background: -moz-linear-gradient(left, #ddd 0, white 1em); }
 
.ns-2 #column-one, .ns-3 #column-one { background: -moz-linear-gradient(left, #2a4 0, white 1em); }
 
.ns-4 #column-one, .ns-5 #column-one { background: -moz-linear-gradient(left, #888 0, white 1em); }
 
.ns-6 #column-one, .ns-7 #column-one { background: -moz-linear-gradient(left, #cd4 0, white 1em); }
 
.ns-8 #column-one, .ns-9 #column-one { background: -moz-linear-gradient(left, #d4c 0, white 1em); }
 
.ns-10 #column-one, .ns-11 #column-one { background: -moz-linear-gradient(left, #d12 0, white 1em); }
 
.ns-12 #column-one, .ns-13 #column-one { background: -moz-linear-gradient(left, #12d 0, white 1em); }
 
.ns-14 #column-one, .ns-15 #column-one { background: -moz-linear-gradient(left, #48d 0, white 1em); }
 
.ns-100 #column-one, .ns-101 #column-one { background: -moz-linear-gradient(left, #fa1 0, white 1em); }
 
.ns-108 #column-one, .ns-109 #column-one { background: -moz-linear-gradient(left, #b51 0, white 1em); }
 
 
 
.portlet {
 
  border-bottom: 1px dotted #def;
 
  opacity: .8;
 
  font-size: 10pt;
 
  padding: .5em 1em .5em 1em;
 
  margin: 0 0 0 1em;
 
}
 
.portlet h5 { display: none; }
 
.portlet ul { margin: 0; padding: 0; list-style: none; }
 
.portlet li { padding-left: 1em; }
 
.portlet li.selected { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAL0lEQVQYlWNgIBLIE1JQD8T3gDgen4L/UIxVIbICZIXyuBTMQ3dXPS4JGLDHJQEA0hcR4AiMJWEAAAAASUVORK5CYII=) no-repeat left center; }
 
.portlet li.selected a { color: black; font-weight: bold; }
 
#ca-purge { display: none; }
 
#searchform { padding: .5em 0; }
 
#searchform #searchInput { display: block; margin-bottom: .5em; }
 
#p-cactions { margin-top: 170px; border-top: 1px dotted #def; }
 
 
 
#p-logo {
 
  position: absolute;
 
  top: 0;
 
  left: 0;
 
  border: none;
 
  opacity: 1;
 
}
 
#p-logo a {
 
  display: inline-block;
 
  width: 135px;
 
  height: 155px;
 
  background: url('//upload.wikimedia.org/wikipedia/en/b/bc/Wiki.png') no-repeat center center;
 
}
 
 
 
#footer {
 
  overflow: auto;
 
  opacity: .6;
 
  min-width: 30em;
 
  margin: 6em auto;
 
  display: inline-block;
 
}
 
#f-copyrightico { margin: 1em; float: left; }
 
#f-poweredbyico { margin: 1em; float: right; }
 
#f-list { line-style: none; text-align: center; padding: 0; font-size: 10pt; }
 
#f-list li { display: inline; padding: 0 1em; border-right: 1px solid #14f; }
 
#f-list li:first-child, #f-list li:first-child+li { display: block; text-align: center; margin: 0 1em .5em; border: none; }
 
#f-list li:last-child { border: none; }
 
 
 
*:hover { opacity: 1 !important; }
 
 
 
.action-history #column-content { max-width: none; }
 
 
 
.infobox {
 
  background: none;
 
  width: auto;
 
  border: none;
 
  margin-left: 2em;
 
  border-collapse: collapse;
 
}
 
 
 
.thumb { margin: .7em 2em .7em 3em; }
 
.thumb.tright { margin-right: 0; }
 
.thumb.tleft { margin-left: 0; }
 
.thumbcaption { font-size: 11pt; margin-top: .5em; }
 
h1 + .thumb, h2 + .thumb, h3 + .thumb, h4 + .thumb, h5 + .thumb, h6 + .thumb { margin-top: 0; }
 
 
 
#mw-history-search {
 
  border: none;
 
  margin: 0;
 
  padding: 0;
 
}
 
#mw-history-search legend { display: none; }
 
ul#pagehistory { padding: 0; list-style: none; }
 
ul#pagehistory li { margin: 2px; border: none; }
 
ul#pagehistory li.selected { border: none; background: #def; }
 
 
 
.IPA, .Unicode { font-family: inherit !important; font-size-adjust: inherit !important; }
 
 
 
.vertical-navbox ul { margin: 0 0 0 1em; }
 
.vertical-navbox li { margin: 0; }
 
 
 
a.external {
 
  padding-right: 19px;
 
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAwklEQVQ4y2NgGEDATYwiYSDWBWInIM4B4ulAvAuILwLxESCWwqeZHYi3A/F/KL4NxPOBuByIm4H4ORDLEHKBERAXA/FrID4DxExQcU8gvorExwusgPgVEBchiYFcsYcYzR5A/A2I86F8dyDeDcRHgbifWM0FSJrfAvFXaJikkaoZxE8G4jioAe6kai6E8uWh0ahNjmYYEMUWA57Q6CKkGWeieQbEq8nRDAOJQPwUiDuA+B2pmmEgARpVeZTkMnFSFAMAtB0yJujKagwAAAAASUVORK5CYII=) no-repeat right center;
 
}
 
 
 
/*en*/
 
 
 
html[lang=en] .page-Main_Page #column-content {
 
  max-width: none;
 
  padding-top: 2em;
 
}
 
 
 
/*eo*/
 
 
 
html[lang=eo] .ns-4.page-Vikipedio_Ĉefpaĝo #column-content {
 
  max-width: none;
 
  padding-top: 2em;
 
}
 
 
 
/*de*/
 
 
 
html[lang=de] .ns-4.page-Wikipedia_Hauptseite #column-content {
 
  max-width: none;
 
  padding-top: 2em;
 
}
 

Latest revision as of 20:29, 6 February 2015

@import url('http://en.wikipedia.org/w/index.php?action=raw&ctype=text/css&title=User:Lupin/navpopdev.css');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300italic,300,400italic,400,600italic,600,700italic,700,800italic,800');

body {
    font-size: 110%;
    font-family: "Open Sans", Tahoma, sans-serif;
}

#bodyContent#bodyContent#bodyContent#bodyContent {
    line-height: 1.7;
}

div#content p {
    margin-bottom: 0.8em;
}

div#content h2 {
    font-size: 27px;
}

div#content h1, div#content h2, div#content #firstHeading {
    font-family: "Linux Libertine",Georgia,Times,serif;
}