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

Материал из ПокеВики
Перейти к: навигация, поиск
(Отмена правки 73448, сделанной Mootagen (обсуждение))
Строка 1: Строка 1:
/** Размещённый здесь CSS будет применяться ко всем темам оформления */
+
.sc {
 +
    font-variant: small-caps
 +
}
 +
 
 +
.l {
 +
    text-align: left
 +
}
 +
 
 +
.c {
 +
    text-align: center
 +
}
 +
 
 +
.r {
 +
    text-align: right
 +
}
 +
 
 +
.bluetable .bg1,.blueinfobox .bg1,.lightbluebg {
 +
    background: #f8f8ff
 +
}
 +
 
 +
.graytable .bg1,.grayinfobox .bg1,.lightgraybg {
 +
    background: #f8f8f8
 +
}
 +
 
 +
.blueborder {
 +
    border: 1px solid #88a
 +
}
 +
 
 +
.grayborder {
 +
    border: 1px solid #999
 +
}
 +
 
 +
.bluetable .bg2,.blueinfobox .bg2 {
 +
    background: #eef
 +
}
 +
 
 +
.bluetable .bg3,.blueinfobox .bg3 {
 +
    background: #ddf
 +
}
 +
 
 +
.bluetable .bg4,.blueinfobox .bg4 {
 +
    background: #ccf
 +
}
 +
 
 +
.graytable .bg2,.grayinfobox .bg2 {
 +
    background: #f0f0f0
 +
}
 +
 
 +
.graytable .bg3,.grayinfobox .bg3 {
 +
    background: #e1e1e1
 +
}
 +
 
 +
.graytable .bg4,.grayinfobox .bg4 {
 +
    background: #d2d2d2
 +
}
 +
 
 +
.bluetable,.graytable,.blueinfobox,.grayinfobox {
 +
    border-collapse: collapse
 +
}
 +
 
 +
.blueinfobox,.grayinfobox {
 +
    float: right;
 +
    clear: right;
 +
    margin: 0 0 0.5em 0.5em
 +
}
 +
 
 +
.blueinfobox {
 +
    background: #f8f8ff
 +
}
 +
 
 +
.grayinfobox {
 +
    background: #f8f8f8
 +
}
 +
 
 +
.bluetable,.blueinfobox {
 +
    border: 1px solid #88a
 +
}
 +
 
 +
.graytable,.grayinfobox {
 +
    border: 1px solid #999
 +
}
 +
 
 +
.bluetable td,.bluetable th,.blueinfobox td,.blueinfobox th {
 +
    border: 1px solid #88a
 +
}
 +
 
 +
.graytable td,.graytable th,.graytable td,.graytable th {
 +
    border: 1px solid #999
 +
}
 +
 
 +
.bluetable td,.bluetable th,.graytable td,.graytable th,.blueinfobox td,.blueinfobox th,.graytable td,.graytable th {
 +
    padding: 2px
 +
}
 +
 
 +
.bluetable td,.bluetable th,.blueinfobox td,.blueinfobox th {
 +
    border: 1px solid #88a
 +
}
 +
 
 +
.graytable td,.graytable th,.grayinfobox td,.grayinfobox th {
 +
    border: 1px solid #999
 +
}
 +
 
 +
.bluetable th {
 +
    background: #ccf
 +
}
 +
 
 +
.graytable th {
 +
    background: #d2d2d2
 +
}
 +
 
 +
.bluetable th:first-child,.graytable th:first-child,.blueinfobox th,.grayinfobox th {
 +
    text-align: right
 +
}
 +
 
 +
.bluetable .divider,.blueinfobox .divider,.bluetable .header,.blueinfobox .header,.graytable .divider,.grayinfobox .divider,.graytable .header,.grayinfobox .header {
 +
    text-align: center !important
 +
}
 +
 
 +
.bluetable .header,.bluetable .divider,.blueinfobox .header {
 +
    background: #ccf
 +
}
  
/* [[wikipedia:ru:MediaWiki:Common.css|Википедия:Оформление таблиц]] */
+
.graytable .header,.graytable .divider,.grayinfobox .header {
.sc { font-variant: small-caps }
+
    background: #d2d2d2
 +
}
  
.l { text-align: left; }
+
.blueinfobox .divider {
.c { text-align: center; }
+
    background: #eef
.r { text-align: right; }
+
}
  
.bluetable .bg1, .blueinfobox .bg1, .lightbluebg { background: #f8f8ff; }
+
.grayinfobox .divider {
.graytable .bg1, .grayinfobox .bg1, .lightgraybg { background: #f8f8f8; }
+
    background: #f0f0f0
.blueborder { border: 1px solid #88a; }
+
}
.grayborder { border: 1px solid #999; }
 
  
.bluetable .bg2, .blueinfobox .bg2 { background: #eef; }
+
.normalbg {
.bluetable .bg3, .blueinfobox .bg3 { background: #ddf; }
+
    background: rgb(183,173,150);
.bluetable .bg4, .blueinfobox .bg4 { background: #ccf; }
+
    color: white
 +
}
  
.graytable .bg2, .grayinfobox .bg2 { background: #f0f0f0; }
+
.fightingbg {
.graytable .bg3, .grayinfobox .bg3 { background: #e1e1e1; }
+
    background: rgb(192,48,40);
.graytable .bg4, .grayinfobox .bg4 { background: #d2d2d2; }
+
    color: white
 +
}
  
.bluetable, .graytable, .blueinfobox, .grayinfobox {
+
.flyingbg {
  border-collapse: collapse;
+
    background: rgb(168,144,240);
 +
    color: white
 
}
 
}
  
.blueinfobox, .grayinfobox {
+
.poisonbg {
  float: right;
+
    background: rgb(160,64,160);
  clear: right;
+
    color: white
  margin: 0 0 0.5em 0.5em;
 
 
}
 
}
  
.blueinfobox { background: #f8f8ff; }
+
.groundbg {
.grayinfobox { background: #f8f8f8; }
+
    background: rgb(214,182,94);
 +
    color: white
 +
}
  
.bluetable, .blueinfobox { border: 1px solid #88a; }
+
.rockbg {
.graytable, .grayinfobox { border: 1px solid #999; }
+
    background: rgb(112,88,72);
 +
    color: white
 +
}
  
.bluetable td, .bluetable th, .blueinfobox td, .blueinfobox th { border: 1px solid #88a; }
+
.bugbg {
.graytable td, .graytable th, .graytable td, .graytable th { border: 1px solid #999; }
+
    background: rgb(160,184,32);
 +
    color: white
 +
}
  
.bluetable td, .bluetable th, .graytable td, .graytable th,
+
.ghostbg {
.blueinfobox td, .blueinfobox th, .graytable td, .graytable th {
+
    background: rgb(112,88,152);
  padding: 2px;
+
    color: white
 
}
 
}
  
.bluetable td, .bluetable th, .blueinfobox td, .blueinfobox th { border: 1px solid #88a; }
+
.steelbg {
.graytable td, .graytable th, .grayinfobox td, .grayinfobox th { border: 1px solid #999; }
+
    background: rgb(184,184,208);
 +
    color: white
 +
}
  
.bluetable th { background: #ccf; }
+
.grassbg {
.graytable th { background: #d2d2d2; }
+
    background: rgb(120,200,80);
 +
    color: white
 +
}
  
.bluetable th:first-child, .graytable th:first-child, .blueinfobox th, .grayinfobox th {
+
.firebg {
  text-align: right;
+
    background: rgb(240,124,40);
 +
    color: white
 
}
 
}
  
.bluetable .divider, .blueinfobox .divider, .bluetable .header, .blueinfobox .header,
+
.waterbg {
.graytable .divider, .grayinfobox .divider, .graytable .header, .grayinfobox .header {
+
    background: rgb(104,144,240);
  text-align: center !important;
+
    color: white
 
}
 
}
  
.bluetable .header, .bluetable .divider, .blueinfobox .header { background: #ccf; }
+
.electricbg {
.graytable .header, .graytable .divider, .grayinfobox .header { background: #d2d2d2; }
+
    background: rgb(238,194,38);
.blueinfobox .divider { background: #eef; }
+
    color: white
.grayinfobox .divider { background: #f0f0f0; }
+
}
  
.normalbg { background: rgb(183,173,150); color: white; }
+
.psychicbg {
.fightingbg { background: rgb(192,48,40); color: white; }
+
    background: rgb(248,88,136);
.flyingbg { background: rgb(168,144,240); color: white; }
+
    color: white
.poisonbg { background: rgb(160,64,160); color: white; }
+
}
.groundbg { background: rgb(214,182,94); color: white; }
 
.rockbg { background: rgb(112,88,72); color: white; }
 
.bugbg { background: rgb(160,184,32); color: white; }
 
.ghostbg { background: rgb(112,88,152); color: white; }
 
.steelbg { background: rgb(184,184,208); color: white; }
 
.grassbg { background: rgb(120,200,80); color: white; }
 
.firebg { background: rgb(240,124,40); color: white; }
 
.waterbg { background: rgb(104,144,240); color: white; }
 
.electricbg { background: rgb(238,194,38); color: white; }
 
.psychicbg { background: rgb(248,88,136); color: white; }
 
.icebg { background: rgb(142,206,206); color: white; }
 
.dragonbg { background: rgb(112,56,248); color: white; }
 
.darkbg { background: rgb(94,80,76); color: white; }
 
  
/* Реализация шаблона Roundy */
+
.icebg {
table.roundy, td.roundy
+
    background: rgb(142,206,206);
{
+
    color: white
-moz-border-radius:10px;
 
-webkit-border-radius:10px;
 
border-radius:10px;
 
 
}
 
}
  
table.center, td.center
+
.dragonbg {
{
+
    background: rgb(112,56,248);
text-align:center;
+
    color: white
 
}
 
}
  
span.versiondata, span.wordvariant { display:none; }
+
.darkbg {
 +
    background: rgb(94,80,76);
 +
    color: white
 +
}
  
 +
table.roundy,td.roundy {
 +
    -moz-border-radius: 10px;
 +
    -webkit-border-radius: 10px;
 +
    border-radius: 10px
 +
}
  
body
+
table.center,td.center {
{
+
     text-align: center
     background-color:transparent !important;
 
 
}
 
}
div#content, #p-cactions li a, #footer
+
 
{
+
span.versiondata,span.wordvariant {
     background-color:rgba(255,255,255,0.5) !important;
+
     display: none
 
}
 
}
div#content
+
 
{
+
body {
     float:none;
+
     background-color: transparent !important
    margin-top:54px;
 
    border:1px solid black;
 
    margin-left:0px;
 
 
}
 
}
  
h1, h2, h3, h4, h5, h6
+
div#content,#p-cactions li a,#footer {
{
+
     background-color: rgba(255,255,255,0.5) !important
     border-color: black;
 
 
}
 
}
  
#p-logo, #pt-logout
+
div#content {
{
+
     float: none;
     display: none !important;
+
    margin-top: 54px;
 +
    border: 1px solid black;
 +
    margin-left: 0px
 
}
 
}
#column-one
+
 
{
+
h1,h2,h3,h4,h5,h6 {
     position:absolute;
+
     border-color: black
    width:100%;
 
    height:200px;
 
    top:0px;
 
    left:0px;
 
    padding:0px !important;
 
    margin:0px;
 
 
}
 
}
.generated-sidebar, #p-search, #p-tb, #p-navigation
+
 
{
+
#p-logo,#pt-logout {
    position:relative;
+
     display: none !important
     display:inline;
 
    padding:0px;
 
    margin:0px;
 
    z-index:10;
 
 
}
 
}
.generated-sidebar h5, #p-search h5, #p-tb h5, #p-navigation h5
+
 
{
+
#column-one {
font-weight:bold;
+
    position: absolute;
font-family:Helvetica, tahoma;
+
    width: 100%;
 +
    height: 200px;
 +
    top: 0px;
 +
    left: 0px;
 +
    padding: 0px !important;
 +
    margin: 0px
 +
}
 +
 
 +
.generated-sidebar,#p-search,#p-tb,#p-navigation {
 +
    position: relative;
 +
    display: inline;
 +
    padding: 0px;
 +
    margin: 0px;
 +
    z-index: 10
 
}
 
}
.pBody
+
 
{
+
.generated-sidebar h5,#p-search h5,#p-tb h5,#p-navigation h5 {
     width:130px;
+
     font-weight: bold;
    position:absolute;
+
     font-family: Helvetica,tahoma
    top:14px;
 
    left:0px;
 
     z-index:100;
 
    display:none;
 
 
}
 
}
#p-search .pBody
+
 
{
+
 
     width:200px !important;
+
.pBody {
     text-align:left;
+
     width: 130px;
 +
     position: absolute;
 +
    top: 14px;
 +
    left: 0px;
 +
    z-index: 100;
 +
    display: none
 
}
 
}
#p-search .pBody #searchInput
+
 
{
+
div#searchBody {
 
     display:block;
 
     display:block;
     width:100%;
+
    position: absolute;
     margin-left:auto;
+
    margin-left: -280px;
     margin-right:auto;
+
    padding-left: 5px;
 +
    margin-top: -5px;
 +
    padding: 0; border: 0; outline: none; background-color: transparent;
 +
    z-index: 0;
 +
}
 +
 
 +
#p-search .pBody {
 +
     width: 250px !important;
 +
    text-align: left
 +
}
 +
 
 +
#p-search .pBody #searchInput {
 +
    width: 48%;
 +
     margin-left: auto;
 +
     margin-right: auto
 
}
 
}
.generated-sidebar:hover .pBody, #p-search:hover .pBody, #p-tb:hover .pBody
+
 
{
+
.generated-sidebar:hover .pBody,#p-search:hover .pBody,#p-tb:hover .pBody {
    display:block;
+
    display: block
 
}
 
}
#p-personal .pBody
+
 
{
+
#p-personal .pBody {
     display:block;
+
     display: block;
     position:static;
+
     position: static;
    padding-top:15px;
+
     text-align: right;
     text-align:right;
+
     width: 60%;
     width:60%;
+
     margin-left: auto
     margin-left:auto;
 
 
}
 
}
#p-cactions .pBody
+
 
{
+
#p-cactions .pBody {
     display:block;
+
     display: block;
     padding:0px;
+
     padding: 0px;
     margin-top:20px;
+
     margin-top: 20px;
     text-align:left;
+
     text-align: left;
     background-color:transparent;
+
     background-color: transparent;
     width:100%;
+
     width: 100%;
     position:static;
+
     position: static
 
}
 
}
#p-cactions
+
 
{
+
#p-cactions {
     left:10px;
+
     left: 10px
 
}
 
}
#p-cactions li
+
 
{
+
#p-cactions li {
     border-top-color:black;
+
     border-top-color: black;
     border-right-color:black;
+
     border-right-color: black;
     border-left-color:black;
+
     border-left-color: black;
     padding-bottom:3px;
+
     padding-bottom: 3px
 
}
 
}
#p-cactions li.selected
+
 
{
+
#p-cactions li.selected {
     border-top-color:gray;
+
     border-top-color: gray;
     border-right-color:gray;
+
     border-right-color: gray;
     border-left-color:gray;
+
     border-left-color: gray
 
}
 
}
  
.pBody a
+
.pBody a {
{
+
     color: black !important
     color:black !important;
 
 
}
 
}
  
/* Автоматически округленная таблица */
 
 
.roundtable {
 
.roundtable {
  border-collapse: separate;
+
    border-collapse: separate;
  border-radius: 10px;
+
    border-radius: 10px;
  padding-bottom: 4px;
+
    padding-bottom: 4px
 
}
 
}
  
 
.roundtable td {
 
.roundtable td {
  background-color: white;
+
    background-color: white
 
}
 
}
  
 
.roundtable tr:first-child th:first-child {
 
.roundtable tr:first-child th:first-child {
  border-top-left-radius: 5px;
+
    border-top-left-radius: 5px
 
}
 
}
  
 
.roundtable tr:first-child th:last-child {
 
.roundtable tr:first-child th:last-child {
  border-top-right-radius: 5px;
+
    border-top-right-radius: 5px
 
}
 
}
  
/* Link color override */
+
.blacklinks a,.blacklinks a:link,.blacklinks a:visited,.blacklinks a:hover,.blacklinks a:active,.blacklinks a span {
.blacklinks a, .blacklinks a:link, .blacklinks a:visited, .blacklinks a:hover, .blacklinks a:active, .blacklinks a span {
+
    color: black !important
  color: black !important;
 
 
}
 
}
  
.whitelinks a, .whitelinks a:link, .whitelinks a:visited, .whitelinks a:hover, .whitelinks a:active, .whitelinks a span {
+
.whitelinks a,.whitelinks a:link,.whitelinks a:visited,.whitelinks a:hover,.whitelinks a:active,.whitelinks a span {
  color: white !important;
+
    color: white !important
 
}
 
}
  
/* cutting down on the usage of Template:Roundy with div and table classes for use in larger pages. */
 
 
.roundy {
 
.roundy {
border-radius: 10px;
+
    border-radius: 10px;
-moz-border-radius: 10px;
+
    -moz-border-radius: 10px;
-webkit-border-radius: 10px;
+
    -webkit-border-radius: 10px;
-khtml-border-radius: 10px;
+
    -khtml-border-radius: 10px;
-icab-border-radius: 10px;
+
    -icab-border-radius: 10px;
-o-border-radius: 10px;
+
    -o-border-radius: 10px
 
}
 
}
  
 
.roundytl {
 
.roundytl {
border-top-left-radius: 10px;
+
    border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
+
    -moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
+
    -webkit-border-top-left-radius: 10px;
-khtml-border-top-left-radius: 10px;
+
    -khtml-border-top-left-radius: 10px;
-icab-border-top-left-radius: 10px;
+
    -icab-border-top-left-radius: 10px;
-o-border-top-left-radius: 10px;
+
    -o-border-top-left-radius: 10px
 
}
 
}
  
 
.roundytr {
 
.roundytr {
border-top-right-radius: 10px;
+
    border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
+
    -moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
+
    -webkit-border-top-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
+
    -khtml-border-top-right-radius: 10px;
-icab-border-top-right-radius: 10px;
+
    -icab-border-top-right-radius: 10px;
-o-border-top-right-radius: 10px;
+
    -o-border-top-right-radius: 10px
 
}
 
}
  
 
.roundybl {
 
.roundybl {
border-bottom-left-radius: 10px;
+
    border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
+
    -moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
+
    -webkit-border-bottom-left-radius: 10px;
-khtml-border-bottom-left-radius: 10px;
+
    -khtml-border-bottom-left-radius: 10px;
-icab-border-bottom-left-radius: 10px;
+
    -icab-border-bottom-left-radius: 10px;
-o-border-bottom-left-radius: 10px;
+
    -o-border-bottom-left-radius: 10px
 
}
 
}
  
 
.roundybr {
 
.roundybr {
border-bottom-right-radius: 10px;
+
    border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
+
    -moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
+
    -webkit-border-bottom-right-radius: 10px;
-khtml-border-bottom-right-radius: 10px;
+
    -khtml-border-bottom-right-radius: 10px;
-icab-border-bottom-right-radius: 10px;
+
    -icab-border-bottom-right-radius: 10px;
-o-border-bottom-right-radius: 10px;
+
    -o-border-bottom-right-radius: 10px
 
}
 
}
  
 
.roundybottom {
 
.roundybottom {
border-bottom-left-radius: 10px;
+
    border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
+
    border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
+
    -moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
+
    -moz-border-radius-bottomright: 10px;
-webkit-border-bottom-left-radius: 10px;
+
    -webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
+
    -webkit-border-bottom-right-radius: 10px;
-khtml-border-bottom-left-radius: 10px;
+
    -khtml-border-bottom-left-radius: 10px;
-khtml-border-bottom-right-radius: 10px;
+
    -khtml-border-bottom-right-radius: 10px;
-icab-border-bottom-left-radius: 10px;
+
    -icab-border-bottom-left-radius: 10px;
-icab-border-bottom-right-radius: 10px;
+
    -icab-border-bottom-right-radius: 10px;
-o-border-bottom-left-radius: 10px;
+
    -o-border-bottom-left-radius: 10px;
-o-border-bottom-right-radius: 10px;
+
    -o-border-bottom-right-radius: 10px
 
}
 
}
  
 
.roundytop {
 
.roundytop {
border-top-left-radius: 10px;
+
    border-top-left-radius: 10px;
border-top-right-radius: 10px;
+
    border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
+
    -moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
+
    -moz-border-radius-topright: 10px;
-webkit-border-top-left-radius: 10px;
+
    -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
+
    -webkit-border-top-right-radius: 10px;
-khtml-border-top-left-radius: 10px;
+
    -khtml-border-top-left-radius: 10px;
-khtml-border-top-right-radius: 10px;
+
    -khtml-border-top-right-radius: 10px;
-icab-border-top-left-radius: 10px;
+
    -icab-border-top-left-radius: 10px;
-icab-border-top-right-radius: 10px;
+
    -icab-border-top-right-radius: 10px;
-o-border-top-left-radius: 10px;
+
    -o-border-top-left-radius: 10px;
-o-border-top-right-radius: 10px;
+
    -o-border-top-right-radius: 10px
 
}
 
}
  
 
.roundyleft {
 
.roundyleft {
border-top-left-radius: 10px;
+
    border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
+
    border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
+
    -moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
+
    -moz-border-radius-bottomleft: 10px;
-webkit-border-top-left-radius: 10px;
+
    -webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
+
    -webkit-border-bottom-left-radius: 10px;
-khtml-border-top-left-radius: 10px;
+
    -khtml-border-top-left-radius: 10px;
-khtml-border-bottom-left-radius: 10px;
+
    -khtml-border-bottom-left-radius: 10px;
-icab-border-top-left-radius: 10px;
+
    -icab-border-top-left-radius: 10px;
-icab-border-bottom-left-radius: 10px;
+
    -icab-border-bottom-left-radius: 10px;
-o-border-top-left-radius: 10px;
+
    -o-border-top-left-radius: 10px;
-o-border-bottom-left-radius: 10px;
+
    -o-border-bottom-left-radius: 10px
 
}
 
}
  
 
.roundyright {
 
.roundyright {
border-bottom-right-radius: 10px;
+
    border-bottom-right-radius: 10px;
border-top-right-radius: 10px;
+
    border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
+
    -moz-border-radius-bottomright: 10px;
-moz-border-radius-topright: 10px;
+
    -moz-border-radius-topright: 10px;
-webkit-border-bottom-right-radius: 10px;
+
    -webkit-border-bottom-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
+
    -webkit-border-top-right-radius: 10px;
-khtml-border-bottom-right-radius: 10px;
+
    -khtml-border-bottom-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
+
    -khtml-border-top-right-radius: 10px;
-icab-border-bottom-right-radius: 10px;
+
    -icab-border-bottom-right-radius: 10px;
-icab-border-top-right-radius: 10px;
+
    -icab-border-top-right-radius: 10px;
-o-border-bottom-right-radius: 10px;
+
    -o-border-bottom-right-radius: 10px;
-o-border-top-right-radius: 10px;
+
    -o-border-top-right-radius: 10px
 
}
 
}
  
/* creates a div class that can be used to add mouse-over functionality. */
 
/* hoverexpand will expand to fit the content vertically when hovered-over. Best used within tables or other divs. */
 
 
.hoverexpand {
 
.hoverexpand {
height: 18px;
+
    height: 18px;
padding: 2px;
+
    padding: 2px;
overflow: hidden;
+
    overflow: hidden;
*overflow: visible;
+
    *overflow: visible;
_overflow: visible;
+
    _overflow: visible
 
}
 
}
  
 
.hoverexpand:hover {
 
.hoverexpand:hover {
height: 100% !important;
+
    height: 100% !important;
overflow: visible;
+
    overflow: visible
 +
}
 +
 
 +
#footer-poweredbyico {
 +
    display: none
 
}
 
}
  
/* Футер */
+
.usermessage {
#footer-poweredbyico { display: none; }
+
    background: repeat-x scroll left top;
 +
    color: #FFFFFF;
 +
    font-weight: bold;
 +
    margin: 2em 0em 1em 0em;
 +
    padding: 0.5em 1em 0.5em 1em;
 +
    vertical-align: middle
 +
}
 +
 
 +
body {
 +
    background: #FFFFE0
 +
}
 +
 
 +
#p-lang {
 +
    display: none
 +
}
 +
 
 +
#p-navigation .pBody {
 +
    -moz-border-radius: 0.75em
 +
}
 +
 
 +
#p-interaction .pBody {
 +
    -moz-border-radius: 0.75em
 +
}
 +
 
 +
#p-tb .pBody {
 +
    -moz-border-radius: 0.75em
 +
}
 +
 
 +
input[type="radio"],input[type="checkbox"] {
 +
    border: none
 +
}
 +
 
 +
input[type="text"],input[type="submit"],textarea {
 +
    -moz-border-radius: 0.25em;
 +
    input[type="text"],input[type="submit"],textarea,pre,#toc {
 +
        -moz-border-radius: 2px;
 +
        #p-cactions li {
 +
            -moz-border-radius-topleft: 12px;
 +
            -moz-border-radius-topright: 12px;
 +
            background-color: DarkKhaki
 +
        }
 +
 
 +
        #p-cactions li a {
 +
            background: #FFFFE0 !important;
 +
            padding-bottom: 1px
 +
        }
 +
 
 +
        #p-cactions #ca-editfirst a {
 +
            padding-left: .4em;
 +
            padding-right: .4em
 +
        }
 +
 
 +
        #footer {
 +
            margin-left: 13.6em;
 +
            -moz-border-radius-bottomleft: 12px;
 +
            -moz-border-radius-bottomright: 12px
 +
        }
 +
 
 +
        .pBody {
 +
            -moz-border-radius-topright: 12px;
 +
            -moz-border-radius-bottomright: 12px;
 +
            border-left: none 0 !important
 +
        }

Версия 23:36, 20 августа 2021

.sc {
    font-variant: small-caps
}

.l {
    text-align: left
}

.c {
    text-align: center
}

.r {
    text-align: right
}

.bluetable .bg1,.blueinfobox .bg1,.lightbluebg {
    background: #f8f8ff
}

.graytable .bg1,.grayinfobox .bg1,.lightgraybg {
    background: #f8f8f8
}

.blueborder {
    border: 1px solid #88a
}

.grayborder {
    border: 1px solid #999
}

.bluetable .bg2,.blueinfobox .bg2 {
    background: #eef
}

.bluetable .bg3,.blueinfobox .bg3 {
    background: #ddf
}

.bluetable .bg4,.blueinfobox .bg4 {
    background: #ccf
}

.graytable .bg2,.grayinfobox .bg2 {
    background: #f0f0f0
}

.graytable .bg3,.grayinfobox .bg3 {
    background: #e1e1e1
}

.graytable .bg4,.grayinfobox .bg4 {
    background: #d2d2d2
}

.bluetable,.graytable,.blueinfobox,.grayinfobox {
    border-collapse: collapse
}

.blueinfobox,.grayinfobox {
    float: right;
    clear: right;
    margin: 0 0 0.5em 0.5em
}

.blueinfobox {
    background: #f8f8ff
}

.grayinfobox {
    background: #f8f8f8
}

.bluetable,.blueinfobox {
    border: 1px solid #88a
}

.graytable,.grayinfobox {
    border: 1px solid #999
}

.bluetable td,.bluetable th,.blueinfobox td,.blueinfobox th {
    border: 1px solid #88a
}

.graytable td,.graytable th,.graytable td,.graytable th {
    border: 1px solid #999
}

.bluetable td,.bluetable th,.graytable td,.graytable th,.blueinfobox td,.blueinfobox th,.graytable td,.graytable th {
    padding: 2px
}

.bluetable td,.bluetable th,.blueinfobox td,.blueinfobox th {
    border: 1px solid #88a
}

.graytable td,.graytable th,.grayinfobox td,.grayinfobox th {
    border: 1px solid #999
}

.bluetable th {
    background: #ccf
}

.graytable th {
    background: #d2d2d2
}

.bluetable th:first-child,.graytable th:first-child,.blueinfobox th,.grayinfobox th {
    text-align: right
}

.bluetable .divider,.blueinfobox .divider,.bluetable .header,.blueinfobox .header,.graytable .divider,.grayinfobox .divider,.graytable .header,.grayinfobox .header {
    text-align: center !important
}

.bluetable .header,.bluetable .divider,.blueinfobox .header {
    background: #ccf
}

.graytable .header,.graytable .divider,.grayinfobox .header {
    background: #d2d2d2
}

.blueinfobox .divider {
    background: #eef
}

.grayinfobox .divider {
    background: #f0f0f0
}

.normalbg {
    background: rgb(183,173,150);
    color: white
}

.fightingbg {
    background: rgb(192,48,40);
    color: white
}

.flyingbg {
    background: rgb(168,144,240);
    color: white
}

.poisonbg {
    background: rgb(160,64,160);
    color: white
}

.groundbg {
    background: rgb(214,182,94);
    color: white
}

.rockbg {
    background: rgb(112,88,72);
    color: white
}

.bugbg {
    background: rgb(160,184,32);
    color: white
}

.ghostbg {
    background: rgb(112,88,152);
    color: white
}

.steelbg {
    background: rgb(184,184,208);
    color: white
}

.grassbg {
    background: rgb(120,200,80);
    color: white
}

.firebg {
    background: rgb(240,124,40);
    color: white
}

.waterbg {
    background: rgb(104,144,240);
    color: white
}

.electricbg {
    background: rgb(238,194,38);
    color: white
}

.psychicbg {
    background: rgb(248,88,136);
    color: white
}

.icebg {
    background: rgb(142,206,206);
    color: white
}

.dragonbg {
    background: rgb(112,56,248);
    color: white
}

.darkbg {
    background: rgb(94,80,76);
    color: white
}

table.roundy,td.roundy {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

table.center,td.center {
    text-align: center
}

span.versiondata,span.wordvariant {
    display: none
}

body {
    background-color: transparent !important
}

div#content,#p-cactions li a,#footer {
    background-color: rgba(255,255,255,0.5) !important
}

div#content {
    float: none;
    margin-top: 54px;
    border: 1px solid black;
    margin-left: 0px
}

h1,h2,h3,h4,h5,h6 {
    border-color: black
}

#p-logo,#pt-logout {
    display: none !important
}

#column-one {
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0px;
    left: 0px;
    padding: 0px !important;
    margin: 0px
}

.generated-sidebar,#p-search,#p-tb,#p-navigation {
    position: relative;
    display: inline;
    padding: 0px;
    margin: 0px;
    z-index: 10
}

.generated-sidebar h5,#p-search h5,#p-tb h5,#p-navigation h5 {
    font-weight: bold;
    font-family: Helvetica,tahoma
}


.pBody {
    width: 130px;
    position: absolute;
    top: 14px;
    left: 0px;
    z-index: 100;
    display: none
}

div#searchBody {
    display:block;
    position: absolute;
    margin-left: -280px;
    padding-left: 5px;
    margin-top: -5px;
    padding: 0; border: 0; outline: none; background-color: transparent;
    z-index: 0;
}

#p-search .pBody {
    width: 250px !important;
    text-align: left
}

#p-search .pBody #searchInput {
    width: 48%;
    margin-left: auto;
    margin-right: auto
}

.generated-sidebar:hover .pBody,#p-search:hover .pBody,#p-tb:hover .pBody {
    display: block
}

#p-personal .pBody {
    display: block;
    position: static;
    text-align: right;
    width: 60%;
    margin-left: auto
}

#p-cactions .pBody {
    display: block;
    padding: 0px;
    margin-top: 20px;
    text-align: left;
    background-color: transparent;
    width: 100%;
    position: static
}

#p-cactions {
    left: 10px
}

#p-cactions li {
    border-top-color: black;
    border-right-color: black;
    border-left-color: black;
    padding-bottom: 3px
}

#p-cactions li.selected {
    border-top-color: gray;
    border-right-color: gray;
    border-left-color: gray
}

.pBody a {
    color: black !important
}

.roundtable {
    border-collapse: separate;
    border-radius: 10px;
    padding-bottom: 4px
}

.roundtable td {
    background-color: white
}

.roundtable tr:first-child th:first-child {
    border-top-left-radius: 5px
}

.roundtable tr:first-child th:last-child {
    border-top-right-radius: 5px
}

.blacklinks a,.blacklinks a:link,.blacklinks a:visited,.blacklinks a:hover,.blacklinks a:active,.blacklinks a span {
    color: black !important
}

.whitelinks a,.whitelinks a:link,.whitelinks a:visited,.whitelinks a:hover,.whitelinks a:active,.whitelinks a span {
    color: white !important
}

.roundy {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -icab-border-radius: 10px;
    -o-border-radius: 10px
}

.roundytl {
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    -icab-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px
}

.roundytr {
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    -icab-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px
}

.roundybl {
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -icab-border-bottom-left-radius: 10px;
    -o-border-bottom-left-radius: 10px
}

.roundybr {
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -icab-border-bottom-right-radius: 10px;
    -o-border-bottom-right-radius: 10px
}

.roundybottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -icab-border-bottom-left-radius: 10px;
    -icab-border-bottom-right-radius: 10px;
    -o-border-bottom-left-radius: 10px;
    -o-border-bottom-right-radius: 10px
}

.roundytop {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    -icab-border-top-left-radius: 10px;
    -icab-border-top-right-radius: 10px;
    -o-border-top-left-radius: 10px;
    -o-border-top-right-radius: 10px
}

.roundyleft {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -icab-border-top-left-radius: 10px;
    -icab-border-bottom-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    -o-border-bottom-left-radius: 10px
}

.roundyright {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    -icab-border-bottom-right-radius: 10px;
    -icab-border-top-right-radius: 10px;
    -o-border-bottom-right-radius: 10px;
    -o-border-top-right-radius: 10px
}

.hoverexpand {
    height: 18px;
    padding: 2px;
    overflow: hidden;
    *overflow: visible;
    _overflow: visible
}

.hoverexpand:hover {
    height: 100% !important;
    overflow: visible
}

#footer-poweredbyico {
    display: none
}

.usermessage {
    background: repeat-x scroll left top;
    color: #FFFFFF;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em 0.5em 1em;
    vertical-align: middle
}

body {
    background: #FFFFE0
}

#p-lang {
    display: none
}

#p-navigation .pBody {
    -moz-border-radius: 0.75em
}

#p-interaction .pBody {
    -moz-border-radius: 0.75em
}

#p-tb .pBody {
    -moz-border-radius: 0.75em
}

input[type="radio"],input[type="checkbox"] {
    border: none
}

input[type="text"],input[type="submit"],textarea {
    -moz-border-radius: 0.25em;
    input[type="text"],input[type="submit"],textarea,pre,#toc {
        -moz-border-radius: 2px;
        #p-cactions li {
            -moz-border-radius-topleft: 12px;
            -moz-border-radius-topright: 12px;
            background-color: DarkKhaki
        }

        #p-cactions li a {
            background: #FFFFE0 !important;
            padding-bottom: 1px
        }

        #p-cactions #ca-editfirst a {
            padding-left: .4em;
            padding-right: .4em
        }

        #footer {
            margin-left: 13.6em;
            -moz-border-radius-bottomleft: 12px;
            -moz-border-radius-bottomright: 12px
        }

        .pBody {
            -moz-border-radius-topright: 12px;
            -moz-border-radius-bottomright: 12px;
            border-left: none 0 !important
        }