MediaWiki:Monobook.css — различия между версиями

Материал из roboforum.ru Wiki
Перейти к: навигация, поиск
(SyntaxHighlight_TH)
 
Строка 1: Строка 1:
 +
/* begin SyntaxHighlight_TH */
 +
.hl-gutter {background-color : #CCCCCC; padding-right: 10px;}
 +
.hl-table {border: solid 1px #000000; padding:0;}
 +
.hl-main {font-family: monospace; font-size:13px; font-weight:normal; color:#999999}
 +
 +
.hl-default { color: #000000; }
 +
.hl-code { color: #000; font-weight: bold; }
 +
.hl-brackets { color: #009966; font-weight:bold }
 +
.hl-comment, .hl-mlcomment { color: #660; font-weight:normal; font-style: italic;}
 +
.hl-quotes { color: #00007F; }
 +
.hl-string { color: #7F0000; font-weight:bold }
 +
.hl-identifier { color: #000000; }
 +
.hl-reserved { color: #7F007F; font-weight:bold;}
 +
.hl-inlinedoc { color: #0000FF; }
 +
.hl-var { color: #0066FF; }
 +
.hl-url { color: #FF0000; }
 +
.hl-special { color: #0000FF;  }
 +
.hl-number { color: #006600; font-weight:bold; }
 +
.hl-inlinetags { color: #FF0000; font-weight:bold; }
 +
.hl-builtin    { color:#996633; }
 +
.hl-prepro    { color:#0000FF; font-style:italic; font-weight: bold; }
 +
.hl-types    { color:#000066; font-weight:bold;}
 +
/* end SyntaxHighlight_TH */
 +
 
#siteSub { /* "From Wikipedia, the free encyclopedia" */
 
#siteSub { /* "From Wikipedia, the free encyclopedia" */
 
   display: inline;  
 
   display: inline;  

Текущая версия на 16:56, 11 декабря 2008

/* begin SyntaxHighlight_TH */
 .hl-gutter {background-color : #CCCCCC; padding-right: 10px;}
 .hl-table {border: solid 1px #000000; padding:0;}
 .hl-main {font-family: monospace; font-size:13px; font-weight:normal; color:#999999}

 .hl-default { color: #000000; }
 .hl-code { color: #000; font-weight: bold; }
 .hl-brackets { color: #009966; font-weight:bold }
 .hl-comment, .hl-mlcomment { color: #660; font-weight:normal; font-style: italic;}
 .hl-quotes { color: #00007F; }
 .hl-string { color: #7F0000; font-weight:bold }
 .hl-identifier { color: #000000; }
 .hl-reserved { color: #7F007F; font-weight:bold;}
 .hl-inlinedoc { color: #0000FF; }
 .hl-var { color: #0066FF; }
 .hl-url { color: #FF0000; }
 .hl-special { color: #0000FF;  }
 .hl-number { color: #006600; font-weight:bold; }
 .hl-inlinetags { color: #FF0000; font-weight:bold; }
 .hl-builtin    { color:#996633; }
 .hl-prepro    { color:#0000FF; font-style:italic; font-weight: bold; }
 .hl-types     { color:#000066; font-weight:bold;}
/* end SyntaxHighlight_TH */

#siteSub { /* "From Wikipedia, the free encyclopedia" */
  display: inline; 
  font-size: 92%;  
  font-weight: normal;
}

#toc {margin-top: 0.5em}

#ca-edit a {font-weight: bold} /* encourage newcomers */

/* Light blue background except on articles and portals; need 32bit color to see difference */
#content, #p-cactions li a {background: #F8FCFF}
.ns-0 #content, .ns-100  #content, 
.ns-0 #p-cactions li a, .ns-100 #p-cactions li a {background-color: white}
div.thumb {border-color: #F8FCFF}
.ns-0 div.thumb, .ns-100 div.thumb {border-color: white}
form table {background: transparent}

/* Hide some stuff on the main page */
body.page-Заглавная_страница #t-cite,
body.page-Заглавная_страница #lastmod, 
body.page-Заглавная_страница #siteSub, 
body.page-Заглавная_страница #contentSub, 
body.page-Заглавная_страница h1.firstHeading {
  display: none !important
}

/* Smaller "Перейти" (Go) button, so buttons fit on one line */
#searchGoButton {padding: 0}

.portlet li { /* slightly different bullet */
  list-style-image: url('http://upload.wikimedia.org/wikipedia/en/1/18/Monobook-bullet.png')
}
.portlet li.FA { /* featured interwiki */
  list-style-image: url('http://upload.wikimedia.org/wikipedia/en/d/d4/Monobook-bullet-star.png')
}

/* Gecko rounded corners */
.pBody {
  -moz-border-radius-topright: 0.5em
}
#p-cactions ul li, #p-cactions ul li a { 	 
  -moz-border-radius-topright: 0.5em;
  -moz-border-radius-topleft: 0.5em;
}
#content {
  -moz-border-radius-topleft: 0.5em
}