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

Материал из roboforum.ru Wiki
Перейти к: навигация, поиск
Строка 1: Строка 1:
 +
/*<pre>*/
 
/* MediaWiki:Monobook.css */
 
/* MediaWiki:Monobook.css */
 
/* Размещённый здесь CSS будет применяться к теме оформления Monobook */
 
/* Размещённый здесь CSS будет применяться к теме оформления Monobook */
Строка 14: Строка 15:
  
 
/* стили таблиц */
 
/* стили таблиц */
table.simple                      {border-color: rgb(170,170,170); border-collapse: collapse;}
+
table.simple                      {border-color: rgb(170,170,170); border-collapse: collapse;}
table.simple th, table.simple td  {border-color: rgb(170,170,170); padding-left: 0.2em; padding-right: 0.2em;}
+
table.simple th, table.simple td  {border-color: rgb(170,170,170); padding-left: 0.2em; padding-right: 0.2em;}
  
table.standard,    table.wide    {border:1px solid rgb(170,170,170); border-collapse: collapse;}
+
table.standard,    table.wide    {border:1px solid rgb(170,170,170); border-collapse: collapse;}
table.standard th, table.wide th  {border:1px solid rgb(170,170,170); padding-left: 0.2em; padding-right: 0.2em; background-color: #EEEEFF;}
+
table.standard th, table.wide th  {border:1px solid rgb(170,170,170); padding-left: 0.2em; padding-right: 0.2em; background-color: #EEEEFF;}
table.standard td, table.wide td  {border:1px solid rgb(170,170,170); padding-left: 0.2em; padding-right: 0.2em;}
+
table.standard td, table.wide td  {border:1px solid rgb(170,170,170); padding-left: 0.2em; padding-right: 0.2em;}
table.wide {width: 100%;}
+
table.wide {width: 100%;}
  
table.tiles    {border-collapse: separate; border-spacing: 2}
+
table.tiles    {border-collapse: separate; border-spacing: 2}
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: #EEEEFF;}
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;}
  
tr.highlight th {background-color: #EEEEFF;}
+
tr.highlight th {background-color: #EEEEFF;}
tr.highlight td {background-color: #FFFFEE;}
+
tr.highlight td {background-color: #FFFFEE;}
tr.bright th    {background-color: #CCCCFF;}
+
tr.bright th    {background-color: #CCCCFF;}
tr.bright td    {background-color: #FFEECC;}
+
tr.bright td    {background-color: #FFEECC;}
tr.shadow th    {background-color: #F0F0F0;}
+
tr.shadow th    {background-color: #F0F0F0;}
tr.shadow td    {background-color: #F0F0F0;}
+
tr.shadow td    {background-color: #F0F0F0;}
tr.dark th      {background-color: #CCCCCC;}
+
tr.dark th      {background-color: #CCCCCC;}
tr.dark td      {background-color: #CCCCCC;}
+
tr.dark td      {background-color: #CCCCCC;}
  
table th.highlight    {background-color: #EEEEFF;}
+
table th.highlight    {background-color: #EEEEFF;}
table td.highlight    {background-color: #FFFFEE;}
+
table td.highlight    {background-color: #FFFFEE;}
table th.bright      {background-color: #CCCCFF;}
+
table th.bright      {background-color: #CCCCFF;}
table td.bright      {background-color: #FFEECC;}
+
table td.bright      {background-color: #FFEECC;}
table th.shadow      {background-color: #F0F0F0;}
+
table th.shadow      {background-color: #F0F0F0;}
table td.shadow      {background-color: #F0F0F0;}
+
table td.shadow      {background-color: #F0F0F0;}
table th.dark        {background-color: #CCCCCC;}
+
table th.dark        {background-color: #CCCCCC;}
table td.dark        {background-color: #CCCCCC;}  
+
table td.dark        {background-color: #CCCCCC;}
  
table th.transparent  {background-color: transparent;}
+
table th.transparent  {background-color: transparent;}
table td.transparent  {background-color: transparent;}
+
table td.transparent  {background-color: transparent;}
  
 
/* стили TreeView */
 
/* стили TreeView */
Строка 52: Строка 53:
 
.tree-view tr.tree-row td,
 
.tree-view tr.tree-row td,
 
.tree-view tr.tree-row td a { margin:0; padding:0; font-size:8pt; white-space:nowrap; }
 
.tree-view tr.tree-row td a { margin:0; padding:0; font-size:8pt; white-space:nowrap; }
 +
 +
div.autor { background-color: #EEEEFF; border: 1px solid #AAAAAA }
 +
 +
/*</pre>*/

Версия 23:56, 26 июля 2007

/*<pre>*/
/* MediaWiki:Monobook.css */
/* Размещённый здесь CSS будет применяться к теме оформления Monobook */

/*
Это нужно чтобы в окошке поиска кнопки не разбивались на 2 строки
к сожалению в main.css для кнопки Go прописаны паддинги .5em.
Что хорошо для "Go" плохо для "Перейти" --st0rm
*/
#searchGoButton {
    padding-left: 0em;
    padding-right: 0em;
    font-weight: bold;
}

/* стили таблиц */
table.simple                      {border-color: rgb(170,170,170); border-collapse: collapse;}
table.simple th, table.simple td  {border-color: rgb(170,170,170); padding-left: 0.2em; padding-right: 0.2em;}

table.standard,    table.wide     {border:1px solid rgb(170,170,170); border-collapse: collapse;}
table.standard th, table.wide th  {border:1px solid rgb(170,170,170); padding-left: 0.2em; padding-right: 0.2em; background-color: #EEEEFF;}
table.standard td, table.wide td  {border:1px solid rgb(170,170,170); padding-left: 0.2em; padding-right: 0.2em;}
table.wide {width: 100%;}

table.tiles     {border-collapse: separate; border-spacing: 2}
table.tiles th  {padding-left: 0.2em; padding-right: 0.2em; background-color: #EEEEFF;}
table.tiles td  {padding-left: 0.2em; padding-right: 0.2em; background-color: #F0F0F0;}

tr.highlight th {background-color: #EEEEFF;}
tr.highlight td {background-color: #FFFFEE;}
tr.bright th    {background-color: #CCCCFF;}
tr.bright td    {background-color: #FFEECC;}
tr.shadow th    {background-color: #F0F0F0;}
tr.shadow td    {background-color: #F0F0F0;}
tr.dark th      {background-color: #CCCCCC;}
tr.dark td      {background-color: #CCCCCC;}

table th.highlight    {background-color: #EEEEFF;}
table td.highlight    {background-color: #FFFFEE;}
table th.bright       {background-color: #CCCCFF;}
table td.bright       {background-color: #FFEECC;}
table th.shadow       {background-color: #F0F0F0;}
table td.shadow       {background-color: #F0F0F0;}
table th.dark         {background-color: #CCCCCC;}
table td.dark         {background-color: #CCCCCC;}

table th.transparent  {background-color: transparent;}
table td.transparent  {background-color: transparent;}

/* стили TreeView */
.tree-view,
.tree-view tr.tree-row { background:none; margin:0; padding:0; }
.tree-view tr.tree-row td,
.tree-view tr.tree-row td a { margin:0; padding:0; font-size:8pt; white-space:nowrap; }

div.autor { background-color: #EEEEFF; border: 1px solid #AAAAAA }

/*</pre>*/