From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.

/* Bottom tab styling (not for IE currently) */

#mytabs {

    margin: -0.4em 0 0  11.5em;

    white-space:nowrap;

    line-height: 1.1em;

    overflow: visible;

    border-collapse: collapse;

    padding: 0 0 0 1em;

    list-style: none;

    font-size: 95%;

}

#mytabs .pBody {

  border:none;

  background-color: transparent;

}

#mytabs .hiddenStructure { display: none; }

#mytabs li {

    display: inline;

    border: 1px solid #aaaaaa;

    border-top: none;

    padding: 0.1em 0 0 0;

    margin: 0 0.45em 0 0;

    overflow: visible;

    background: White;

}

#mytabs li.selected {

    border-color: #fabd23;

    padding: 0.2em 0 0 0;

}

#mytabs li a {

    background-color: White;

    color: #002bb8;

    border: none;

    padding: 0.3em 0.8em 0 0.8em;

    text-decoration: none;

    text-transform: lowercase;

    position: relative;

    margin: 0;

}

#mytabs li.selected a { z-index: 3; }

#mytabs .new a { color:#ba0000; }

#mytabs li a:hover {

    z-index: 3;

    text-decoration: none;

}

#mytabs h5 { display: none; }

#mytabs li.istalk { margin-right: 0; }

#mytabs li.istalk a { padding-right: 0.5em; }

#mytabs-ca-addsection a { 

    padding-left: 0.4em;

    padding-right: 0.4em;

}

 

/* Offsets to distinguish the tab groups */

 

li#mytabs-ca-talk { margin-right: 1.6em; }

li#mytabs-ca-watch, li#mytabs-ca-unwatch, li#mytabs-ca-varlang-0, li#mytabs-ca-print { margin-left: 1.6em; }

 

/* Remove comment tags if bottom tabs should be rounded as well in moz */

 

 #mytabs li, #mytabs li a { 

  -moz-border-radius-bottomleft: 1em;

  -moz-border-radius-bottomright: 1em;

}

 

 

 

 

/* Make a few corners round */

/* (only supported by moz/firefox/other gecko browsers for now) */

 

#p-cactions ul li, #p-cactions ul li a {  

    -moz-border-radius-topleft: 0.5em;

    -moz-border-radius-topright: 0.5em;

}

#content { 

    -moz-border-radius-topleft: 0.5em; 

    -moz-border-radius-bottomleft: 0.5em;

}

div.pBody {

    -moz-border-radius-topright: 0.5em;

    -moz-border-radius-bottomright: 0.5em;

}

 

 

/* Don't use any logo, move the boxes onto that area instead */

 

#p-logo {

display:none;

}

 

/* Waste less space in sidebar */

 

#p-tb ul, .generated-sidebar ul {

    line-height: inherit;

    margin: 0 0 0 1em;

}

 

#p-tb li, .generated-sidebar li {

    margin: 0 0 0 0;

}

 

 

/* Squish those sidebar boxes together */

 

.portlet {

    margin-bottom:0;

}

 

 

 

/* Make preformatted sections overflow with a scrollbar instead of uglies */ 

 

div#bodyContent > pre {

    overflow: auto;

    width: auto;

}

 

/* p { 

    overflow: auto; 

} */

 

 

 

/* Cross out "Upload file" link to remind to upload to Commons instead */

 

#t-upload {

    text-decoration: line-through;

}

 

 

/* Talk page colors indentation levels */

 

/* 

.ns-1 dd, .ns-3 dd, .ns-5 dd, .ns-7 dd, .ns-9 dd, 

.ns-11 dd, .ns-13 dd,.ns-15 dd, .ns-101 dd, .ns-105 dd { 

   margin: 0;

   padding: 0;

}

 

.ns-1 dl, .ns-3 dl, .ns-5 dl, .ns-7 dl, .ns-9 dl, 

.ns-11 dl, .ns-13 dl, .ns-15 dl, .ns-101 dl, .ns-105 dl { 

   border-top: 0;

   border-left: solid 1px #ddf0ff; 

   padding-top: 0em;

   padding-left: 0.5em; 

   margin-left: 1em; 

} */

 

.ns-1 dl,

.ns-1 dl dl dl,

.ns-1 dl dl dl dl dl,

.ns-1 dl dl dl dl dl dl dl,

.ns-1 dl dl dl dl dl dl dl dl dl,

.ns-3 dl,

.ns-3 dl dl dl,

.ns-3 dl dl dl dl dl,

.ns-3 dl dl dl dl dl dl dl,

.ns-3 dl dl dl dl dl dl dl dl dl,

.ns-5 dl,

.ns-5 dl dl dl,

.ns-5 dl dl dl dl dl,

.ns-5 dl dl dl dl dl dl dl,

.ns-5 dl dl dl dl dl dl dl dl dl,

.ns-7 dl,

.ns-7 dl dl dl,

.ns-7 dl dl dl dl dl,

.ns-7 dl dl dl dl dl dl dl,

.ns-7 dl dl dl dl dl dl dl dl dl,

.ns-9 dl,

.ns-9 dl dl dl,

.ns-9 dl dl dl dl dl,

.ns-9 dl dl dl dl dl dl dl,

.ns-9 dl dl dl dl dl dl dl dl dl,

.ns-11 dl,

.ns-11 dl dl dl,

.ns-11 dl dl dl dl dl,

.ns-11 dl dl dl dl dl dl dl,

.ns-11 dl dl dl dl dl dl dl dl dl,

.ns-13 dl,

.ns-13 dl dl dl,

.ns-13 dl dl dl dl dl,

.ns-13 dl dl dl dl dl dl dl,

.ns-13 dl dl dl dl dl dl dl dl dl,

.ns-15 dl,

.ns-15 dl dl dl,

.ns-15 dl dl dl dl dl,

.ns-15 dl dl dl dl dl dl dl,

.ns-15 dl dl dl dl dl dl dl dl dl,

.ns-101 dl,

.ns-101 dl dl dl,

.ns-101 dl dl dl dl dl,

.ns-101 dl dl dl dl dl dl dl,

.ns-101 dl dl dl dl dl dl dl dl dl,

.ns-105 dl,

.ns-105 dl dl dl,

.ns-105 dl dl dl dl dl,

.ns-105 dl dl dl dl dl dl dl,

.ns-105 dl dl dl dl dl dl dl dl dl

{

    background-color: #eff8ff;

}

 

.ns-1 dl dl,

.ns-1 dl dl dl dl,

.ns-1 dl dl dl dl dl dl,

.ns-1 dl dl dl dl dl dl dl dl,

.ns-1 dl dl dl dl dl dl dl dl dl dl,

.ns-3 dl dl,

.ns-3 dl dl dl dl,

.ns-3 dl dl dl dl dl dl,

.ns-3 dl dl dl dl dl dl dl dl,

.ns-3 dl dl dl dl dl dl dl dl dl dl,

.ns-5 dl dl,

.ns-5 dl dl dl dl,

.ns-5 dl dl dl dl dl dl,

.ns-5 dl dl dl dl dl dl dl dl,

.ns-5 dl dl dl dl dl dl dl dl dl dl,

.ns-7 dl dl,

.ns-7 dl dl dl dl,

.ns-7 dl dl dl dl dl dl,

.ns-7 dl dl dl dl dl dl dl dl,

.ns-7 dl dl dl dl dl dl dl dl dl dl,

.ns-9 dl dl,

.ns-9 dl dl dl dl,

.ns-9 dl dl dl dl dl dl,

.ns-9 dl dl dl dl dl dl dl dl,

.ns-9 dl dl dl dl dl dl dl dl dl dl,

.ns-11 dl dl,

.ns-11 dl dl dl dl,

.ns-11 dl dl dl dl dl dl,

.ns-11 dl dl dl dl dl dl dl dl,

.ns-11 dl dl dl dl dl dl dl dl dl dl,

.ns-13 dl dl,

.ns-13 dl dl dl dl,

.ns-13 dl dl dl dl dl dl,

.ns-13 dl dl dl dl dl dl dl dl,

.ns-13 dl dl dl dl dl dl dl dl dl dl,

.ns-15 dl dl,

.ns-15 dl dl dl dl,

.ns-15 dl dl dl dl dl dl,

.ns-15 dl dl dl dl dl dl dl dl,

.ns-15 dl dl dl dl dl dl dl dl dl dl,

.ns-101 dl dl,

.ns-101 dl dl dl dl,

.ns-101 dl dl dl dl dl dl,

.ns-101 dl dl dl dl dl dl dl dl,

.ns-101 dl dl dl dl dl dl dl dl dl dl,

.ns-105 dl dl,

.ns-105 dl dl dl dl,

.ns-105 dl dl dl dl dl dl,

.ns-105 dl dl dl dl dl dl dl dl,

.ns-105 dl dl dl dl dl dl dl dl dl dl

{ 

    background-color: #e6f4ff;

}

 

 

/* Autolink style (for [[User:Omegatron/monobook.js/autolinker.js]]) */

 

/* a.autolink {

    text-decoration: none;

    border-bottom: dotted 1px #66f; 

    color: inherit;

} */

 

 

/* Spread apart insert character box? */

 

div#editpage-specialchars a {

    padding-left: .2em !important;

    padding-right: .2em !important;

}

 

/* Put a red box around the thing I am clicking so that I don't miss */

 

div#editpage-specialchars a:hover {

    /* background-color: silver !important; */

    border: 1px solid red;

    margin: -1px;

}

 

/* EXPERIMENTS */

 

/* Content in columns with CSS instead of tables [[Template:Columns]] */

/* div.columns-2 div.column {

    float: left;

    width: 50%;

    min-width: 300px;

}

 

div.columns-3 div.column {

    float: left;

    width: 33.3%;

    min-width: 200px;

}

 

div.columns-4 div.column {

    float: left;

    width: 25%;

    min-width: 150px;

}

 

div.columns-5 div.column {

    float: left;

    width: 20%;

    min-width: 120px;

}*/

 

/* For when the width is very small */

/* .columns-2, .columns-3, .columns-4, .columns-5{

    overflow:auto;

} */

 

 

/* tables in frames */

 

div.thumb div table a img {

    border: 0;

    background-color:inherit;

}

 

div.thumb div table {

    border: 1px solid #ccc;

}

 

.diffchange, .diffchange-inline {

   border:1px dotted red !important;

}
From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.

/* Bottom tab styling (not for IE currently) */

#mytabs {

    margin: -0.4em 0 0  11.5em;

    white-space:nowrap;

    line-height: 1.1em;

    overflow: visible;

    border-collapse: collapse;

    padding: 0 0 0 1em;

    list-style: none;

    font-size: 95%;

}

#mytabs .pBody {

  border:none;

  background-color: transparent;

}

#mytabs .hiddenStructure { display: none; }

#mytabs li {

    display: inline;

    border: 1px solid #aaaaaa;

    border-top: none;

    padding: 0.1em 0 0 0;

    margin: 0 0.45em 0 0;

    overflow: visible;

    background: White;

}

#mytabs li.selected {

    border-color: #fabd23;

    padding: 0.2em 0 0 0;

}

#mytabs li a {

    background-color: White;

    color: #002bb8;

    border: none;

    padding: 0.3em 0.8em 0 0.8em;

    text-decoration: none;

    text-transform: lowercase;

    position: relative;

    margin: 0;

}

#mytabs li.selected a { z-index: 3; }

#mytabs .new a { color:#ba0000; }

#mytabs li a:hover {

    z-index: 3;

    text-decoration: none;

}

#mytabs h5 { display: none; }

#mytabs li.istalk { margin-right: 0; }

#mytabs li.istalk a { padding-right: 0.5em; }

#mytabs-ca-addsection a { 

    padding-left: 0.4em;

    padding-right: 0.4em;

}

 

/* Offsets to distinguish the tab groups */

 

li#mytabs-ca-talk { margin-right: 1.6em; }

li#mytabs-ca-watch, li#mytabs-ca-unwatch, li#mytabs-ca-varlang-0, li#mytabs-ca-print { margin-left: 1.6em; }

 

/* Remove comment tags if bottom tabs should be rounded as well in moz */

 

 #mytabs li, #mytabs li a { 

  -moz-border-radius-bottomleft: 1em;

  -moz-border-radius-bottomright: 1em;

}

 

 

 

 

/* Make a few corners round */

/* (only supported by moz/firefox/other gecko browsers for now) */

 

#p-cactions ul li, #p-cactions ul li a {  

    -moz-border-radius-topleft: 0.5em;

    -moz-border-radius-topright: 0.5em;

}

#content { 

    -moz-border-radius-topleft: 0.5em; 

    -moz-border-radius-bottomleft: 0.5em;

}

div.pBody {

    -moz-border-radius-topright: 0.5em;

    -moz-border-radius-bottomright: 0.5em;

}

 

 

/* Don't use any logo, move the boxes onto that area instead */

 

#p-logo {

display:none;

}

 

/* Waste less space in sidebar */

 

#p-tb ul, .generated-sidebar ul {

    line-height: inherit;

    margin: 0 0 0 1em;

}

 

#p-tb li, .generated-sidebar li {

    margin: 0 0 0 0;

}

 

 

/* Squish those sidebar boxes together */

 

.portlet {

    margin-bottom:0;

}

 

 

 

/* Make preformatted sections overflow with a scrollbar instead of uglies */ 

 

div#bodyContent > pre {

    overflow: auto;

    width: auto;

}

 

/* p { 

    overflow: auto; 

} */

 

 

 

/* Cross out "Upload file" link to remind to upload to Commons instead */

 

#t-upload {

    text-decoration: line-through;

}

 

 

/* Talk page colors indentation levels */

 

/* 

.ns-1 dd, .ns-3 dd, .ns-5 dd, .ns-7 dd, .ns-9 dd, 

.ns-11 dd, .ns-13 dd,.ns-15 dd, .ns-101 dd, .ns-105 dd { 

   margin: 0;

   padding: 0;

}

 

.ns-1 dl, .ns-3 dl, .ns-5 dl, .ns-7 dl, .ns-9 dl, 

.ns-11 dl, .ns-13 dl, .ns-15 dl, .ns-101 dl, .ns-105 dl { 

   border-top: 0;

   border-left: solid 1px #ddf0ff; 

   padding-top: 0em;

   padding-left: 0.5em; 

   margin-left: 1em; 

} */

 

.ns-1 dl,

.ns-1 dl dl dl,

.ns-1 dl dl dl dl dl,

.ns-1 dl dl dl dl dl dl dl,

.ns-1 dl dl dl dl dl dl dl dl dl,

.ns-3 dl,

.ns-3 dl dl dl,

.ns-3 dl dl dl dl dl,

.ns-3 dl dl dl dl dl dl dl,

.ns-3 dl dl dl dl dl dl dl dl dl,

.ns-5 dl,

.ns-5 dl dl dl,

.ns-5 dl dl dl dl dl,

.ns-5 dl dl dl dl dl dl dl,

.ns-5 dl dl dl dl dl dl dl dl dl,

.ns-7 dl,

.ns-7 dl dl dl,

.ns-7 dl dl dl dl dl,

.ns-7 dl dl dl dl dl dl dl,

.ns-7 dl dl dl dl dl dl dl dl dl,

.ns-9 dl,

.ns-9 dl dl dl,

.ns-9 dl dl dl dl dl,

.ns-9 dl dl dl dl dl dl dl,

.ns-9 dl dl dl dl dl dl dl dl dl,

.ns-11 dl,

.ns-11 dl dl dl,

.ns-11 dl dl dl dl dl,

.ns-11 dl dl dl dl dl dl dl,

.ns-11 dl dl dl dl dl dl dl dl dl,

.ns-13 dl,

.ns-13 dl dl dl,

.ns-13 dl dl dl dl dl,

.ns-13 dl dl dl dl dl dl dl,

.ns-13 dl dl dl dl dl dl dl dl dl,

.ns-15 dl,

.ns-15 dl dl dl,

.ns-15 dl dl dl dl dl,

.ns-15 dl dl dl dl dl dl dl,

.ns-15 dl dl dl dl dl dl dl dl dl,

.ns-101 dl,

.ns-101 dl dl dl,

.ns-101 dl dl dl dl dl,

.ns-101 dl dl dl dl dl dl dl,

.ns-101 dl dl dl dl dl dl dl dl dl,

.ns-105 dl,

.ns-105 dl dl dl,

.ns-105 dl dl dl dl dl,

.ns-105 dl dl dl dl dl dl dl,

.ns-105 dl dl dl dl dl dl dl dl dl

{

    background-color: #eff8ff;

}

 

.ns-1 dl dl,

.ns-1 dl dl dl dl,

.ns-1 dl dl dl dl dl dl,

.ns-1 dl dl dl dl dl dl dl dl,

.ns-1 dl dl dl dl dl dl dl dl dl dl,

.ns-3 dl dl,

.ns-3 dl dl dl dl,

.ns-3 dl dl dl dl dl dl,

.ns-3 dl dl dl dl dl dl dl dl,

.ns-3 dl dl dl dl dl dl dl dl dl dl,

.ns-5 dl dl,

.ns-5 dl dl dl dl,

.ns-5 dl dl dl dl dl dl,

.ns-5 dl dl dl dl dl dl dl dl,

.ns-5 dl dl dl dl dl dl dl dl dl dl,

.ns-7 dl dl,

.ns-7 dl dl dl dl,

.ns-7 dl dl dl dl dl dl,

.ns-7 dl dl dl dl dl dl dl dl,

.ns-7 dl dl dl dl dl dl dl dl dl dl,

.ns-9 dl dl,

.ns-9 dl dl dl dl,

.ns-9 dl dl dl dl dl dl,

.ns-9 dl dl dl dl dl dl dl dl,

.ns-9 dl dl dl dl dl dl dl dl dl dl,

.ns-11 dl dl,

.ns-11 dl dl dl dl,

.ns-11 dl dl dl dl dl dl,

.ns-11 dl dl dl dl dl dl dl dl,

.ns-11 dl dl dl dl dl dl dl dl dl dl,

.ns-13 dl dl,

.ns-13 dl dl dl dl,

.ns-13 dl dl dl dl dl dl,

.ns-13 dl dl dl dl dl dl dl dl,

.ns-13 dl dl dl dl dl dl dl dl dl dl,

.ns-15 dl dl,

.ns-15 dl dl dl dl,

.ns-15 dl dl dl dl dl dl,

.ns-15 dl dl dl dl dl dl dl dl,

.ns-15 dl dl dl dl dl dl dl dl dl dl,

.ns-101 dl dl,

.ns-101 dl dl dl dl,

.ns-101 dl dl dl dl dl dl,

.ns-101 dl dl dl dl dl dl dl dl,

.ns-101 dl dl dl dl dl dl dl dl dl dl,

.ns-105 dl dl,

.ns-105 dl dl dl dl,

.ns-105 dl dl dl dl dl dl,

.ns-105 dl dl dl dl dl dl dl dl,

.ns-105 dl dl dl dl dl dl dl dl dl dl

{ 

    background-color: #e6f4ff;

}

 

 

/* Autolink style (for [[User:Omegatron/monobook.js/autolinker.js]]) */

 

/* a.autolink {

    text-decoration: none;

    border-bottom: dotted 1px #66f; 

    color: inherit;

} */

 

 

/* Spread apart insert character box? */

 

div#editpage-specialchars a {

    padding-left: .2em !important;

    padding-right: .2em !important;

}

 

/* Put a red box around the thing I am clicking so that I don't miss */

 

div#editpage-specialchars a:hover {

    /* background-color: silver !important; */

    border: 1px solid red;

    margin: -1px;

}

 

/* EXPERIMENTS */

 

/* Content in columns with CSS instead of tables [[Template:Columns]] */

/* div.columns-2 div.column {

    float: left;

    width: 50%;

    min-width: 300px;

}

 

div.columns-3 div.column {

    float: left;

    width: 33.3%;

    min-width: 200px;

}

 

div.columns-4 div.column {

    float: left;

    width: 25%;

    min-width: 150px;

}

 

div.columns-5 div.column {

    float: left;

    width: 20%;

    min-width: 120px;

}*/

 

/* For when the width is very small */

/* .columns-2, .columns-3, .columns-4, .columns-5{

    overflow:auto;

} */

 

 

/* tables in frames */

 

div.thumb div table a img {

    border: 0;

    background-color:inherit;

}

 

div.thumb div table {

    border: 1px solid #ccc;

}

 

.diffchange, .diffchange-inline {

   border:1px dotted red !important;

}

Videos

Youtube | Vimeo | Bing

Websites

Google | Yahoo | Bing

Encyclopedia

Google | Yahoo | Bing

Facebook