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

Материал из Ролевая энциклопедии
Перейти к: навигация, поиск
(быстрое описание)
(всё-таки другой цвет нужен)
Строка 3: Строка 3:
 
/* [[wikipedia:ru:MediaWiki:Common.css|Википедия:Оформление таблиц]] */
 
/* [[wikipedia:ru:MediaWiki:Common.css|Википедия:Оформление таблиц]] */
 
table.standard, table.wide
 
table.standard, table.wide
  {border:1px solid #AAAAAA; border-collapse: collapse}
+
  {border:1px solid #AAA; border-collapse: collapse}
 
table.standard th, table.wide th, table.wikitable th
 
table.standard th, table.wide th, table.wikitable th
  {border:1px solid #AAAAAA; padding-left:0.2em; padding-right:0.2em; background-color:#EEEEFF}
+
  {border:1px solid #AAA; padding-left:0.2em; padding-right:0.2em; background-color:#EEF}
 
table.standard td, table.wide td
 
table.standard td, table.wide td
  {border: 1px solid #AAAAAA; padding-left:0.2em; padding-right:0.2em}
+
  {border: 1px solid #AAA; padding-left:0.2em; padding-right:0.2em}
 
table.standard caption, table.wide caption, table.tiles caption
 
table.standard caption, table.wide caption, table.tiles caption
 
  {font-weight:bold; padding-top: 0.2em; padding-bottom:0.2em}
 
  {font-weight:bold; padding-top: 0.2em; padding-bottom:0.2em}
 
table.wide {width: 100%}
 
table.wide {width: 100%}
 
   
 
   
table.simple {border-color:#AAAAAA; border-collapse:collapse}
+
table.simple {border-color:#AAA; border-collapse:collapse}
table.simple th, table.simple td {border-color:#AAAAAA; padding-left:0.2em; padding-right:0.2em}
+
table.simple th, table.simple td {border-color:#AAA; padding-left:0.2em; padding-right:0.2em}
 
   
 
   
 
table.tiles {border-collapse:separate; border-spacing:2px}
 
table.tiles {border-collapse:separate; border-spacing:2px}
table.tiles th {padding-left:0.2em; padding-right:0.2em; background-color: #EEEEFF}
+
table.tiles th {padding-left:0.2em; padding-right:0.2em; background-color: #EEF}
 
table.tiles td {padding-left:0.2em; padding-right:0.2em; background-color: #F0F0F0}
 
table.tiles td {padding-left:0.2em; padding-right:0.2em; background-color: #F0F0F0}
 
   
 
   
Строка 25: Строка 25:
 
   
 
   
 
table.wikitable, table.prettytable  
 
table.wikitable, table.prettytable  
  {margin:1em 1em 1em 0; background:#F9F9F9; border:1px solid #AAAAAA; border-collapse:collapse}
+
  {margin:1em 1em 1em 0; background:#F9F9F9; border:1px solid #AAA; border-collapse:collapse}
 
table.wikitable th, table.wikitable td,
 
table.wikitable th, table.wikitable td,
 
table.prettytable th, table.prettytable td  
 
table.prettytable th, table.prettytable td  
  {border:1px solid #AAAAAA; padding:0.2em}
+
  {border:1px solid #AAA; padding:0.2em}
 
table.wikitable caption, table.prettytable caption  
 
table.wikitable caption, table.prettytable caption  
 
  {margin-left:inherit; margin-right:inherit; font-size:larger; font-weight:bold}
 
  {margin-left:inherit; margin-right:inherit; font-size:larger; font-weight:bold}
Строка 34: Строка 34:
 
  {background:#f2f2f2}
 
  {background:#f2f2f2}
 
   
 
   
tr.highlight th {background-color: #EEEEFF}
+
tr.highlight th {background-color: #EEF}
tr.highlight td {background-color: #FFFFEE}
+
tr.highlight td {background-color: #FFE}
tr.bright th  {background-color: #CCCCFF}
+
tr.bright th  {background-color: #CCF}
 
tr.bright td  {background-color: #FFEECC}
 
tr.bright td  {background-color: #FFEECC}
 
tr.shadow th, tr.shadow td  {background-color: #F0F0F0}
 
tr.shadow th, tr.shadow td  {background-color: #F0F0F0}
tr.dark th, tr.dark td  {background-color: #CCCCCC}
+
tr.dark th, tr.dark td  {background-color: #CCC}
table th.highlight  {background-color: #EEEEFF}
+
table th.highlight  {background-color: #EEF}
table td.highlight  {background-color: #FFFFEE}
+
table td.highlight  {background-color: #FFE}
table th.bright  {background-color: #CCCCFF}
+
table th.bright  {background-color: #CCF}
table td.bright  {background-color: #FFEECC}
+
table td.bright  {background-color: #FEC}
 
table th.shadow, table td.shadow  {background-color: #F0F0F0}
 
table th.shadow, table td.shadow  {background-color: #F0F0F0}
table th.dark, table td.dark  {background-color: #CCCCCC}
+
table th.dark, table td.dark  {background-color: #CCC}
 
table th.transparent, table td.transparent, .transparent {background-color: transparent}
 
table th.transparent, table td.transparent, .transparent {background-color: transparent}
 
   
 
   
table.toccolours th {background-color: #ccccff}
+
table.toccolours th {background-color: #CCF}
  
 
#userSummaryButtonsA a {
 
#userSummaryButtonsA a {
 
   white-space:nowrap;
 
   white-space:nowrap;
   background: yellow;
+
   background: #CFF;
   border: 2px solid gold;
+
   border: 1px solid #9DF;
 
   padding: 0px 2px;
 
   padding: 0px 2px;
 
   margin: 2px;
 
   margin: 2px;
Строка 59: Строка 59:
 
   font-size: 80%;
 
   font-size: 80%;
 
   line-height: 17px;
 
   line-height: 17px;
   color: olive;
+
   color: #666;
  font-weight:normal;
 
 
}
 
}
 
#userSummaryButtonsA a:hover {
 
#userSummaryButtonsA a:hover {
   background: #AAAA00;
+
   background: #BFF;
   border: 2px solid gold;
+
   border: 2px solid #6CF;
   color: olive;
+
   color: black;
 
   text-decoration: none
 
   text-decoration: none
 
}
 
}

Версия 17:24, 27 мая 2010

/** Размещённый здесь CSS будет применяться ко всем темам оформления */

/* [[wikipedia:ru:MediaWiki:Common.css|Википедия:Оформление таблиц]] */
table.standard, table.wide
 {border:1px solid #AAA; border-collapse: collapse}
table.standard th, table.wide th, table.wikitable th
 {border:1px solid #AAA; padding-left:0.2em; padding-right:0.2em; background-color:#EEF}
table.standard td, table.wide td
 {border: 1px solid #AAA; padding-left:0.2em; padding-right:0.2em}
table.standard caption, table.wide caption, table.tiles caption
 {font-weight:bold; padding-top: 0.2em; padding-bottom:0.2em}
table.wide {width: 100%}
 
table.simple {border-color:#AAA; border-collapse:collapse}
table.simple th, table.simple td {border-color:#AAA; padding-left:0.2em; padding-right:0.2em}
 
table.tiles {border-collapse:separate; border-spacing:2px}
table.tiles th {padding-left:0.2em; padding-right:0.2em; background-color: #EEF}
table.tiles td {padding-left:0.2em; padding-right:0.2em; background-color: #F0F0F0}
 
table.graytable {background:#f0f0f0; padding:1em; width: 100%}
table.graytable caption {padding:0.5em 0 0 0; background:#f0f0f0; font-size:100%; font-weight:bold}
table.graytable caption span.subcaption {font-size:80%; font-weight:normal}
table.graytable th, table.graytable td {font-size:80%}
 
table.wikitable, table.prettytable 
 {margin:1em 1em 1em 0; background:#F9F9F9; border:1px solid #AAA; border-collapse:collapse}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td 
 {border:1px solid #AAA; padding:0.2em}
table.wikitable caption, table.prettytable caption 
 {margin-left:inherit; margin-right:inherit; font-size:larger; font-weight:bold}
table.prettytable th 
 {background:#f2f2f2}
 
tr.highlight th {background-color: #EEF}
tr.highlight td {background-color: #FFE}
tr.bright th   {background-color: #CCF}
tr.bright td   {background-color: #FFEECC}
tr.shadow th, tr.shadow td  {background-color: #F0F0F0}
tr.dark th, tr.dark td  {background-color: #CCC}
table th.highlight  {background-color: #EEF}
table td.highlight  {background-color: #FFE}
table th.bright  {background-color: #CCF}
table td.bright  {background-color: #FEC}
table th.shadow, table td.shadow  {background-color: #F0F0F0}
table th.dark, table td.dark  {background-color: #CCC}
table th.transparent, table td.transparent, .transparent {background-color: transparent}
 
table.toccolours th {background-color: #CCF}

#userSummaryButtonsA a {
  white-space:nowrap;
  background: #CFF;
  border: 1px solid #9DF;
  padding: 0px 2px;
  margin: 2px;
  cursor: pointer;
  font-size: 80%;
  line-height: 17px;
  color: #666;
}
#userSummaryButtonsA a:hover {
  background: #BFF;
  border: 2px solid #6CF;
  color: black;
  text-decoration: none
}