|
|
(4 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| /*
| |
| <pre>
| |
| */
| |
|
| |
|
| body {
| |
| background: white url(/images/7/79/BgBody.gif) top left repeat-x;
| |
| }
| |
|
| |
| #column-google {
| |
| padding: 0px;
| |
| top: 50px;
| |
| }
| |
|
| |
| #content {
| |
| background:
| |
| white
| |
| url(/images/4/48/Bgleft.gif)
| |
| top left
| |
| repeat-y;
| |
| margin: 4em 125px 0 12.2em;
| |
| padding: 0em 1.5em 1.5em 1em;
| |
| border: 2px outset #aaa;
| |
| -moz-border-radius-topright: 1em;
| |
| -moz-border-radius-bottomright: 1em;
| |
| }
| |
|
| |
| #column-one {
| |
| padding-top: 155px;
| |
| padding-left: .25em;
| |
| }
| |
|
| |
| #bodyContent a[href ^="http://hornytoad.mozilla.org/"],
| |
| #bodyContent a[href ^="http://www.spreadfirefox.com/"],
| |
| #bodyContent a[href ^="http://spreadfirefox.com/"] {
| |
| background:
| |
| url(http://mozilla.wikicities.com/images/2/28/Ffico12x12.png)
| |
| center right
| |
| no-repeat;
| |
| padding-right: 15px;
| |
| }
| |
|
| |
| .portlet h5 {
| |
| display: none;
| |
| }
| |
|
| |
| #p-personal ul {
| |
| border-top: 1px solid #aaa;
| |
| padding-right: 1em;
| |
| }
| |
|
| |
| #p-personal li {
| |
| background-color: #f0f0f0;
| |
| border: 2px outset #aaa;
| |
| -moz-border-radius: 0 0 .5em .5em;
| |
| padding: 0 .5em;
| |
| margin-left: 1px;
| |
| }
| |
|
| |
| #p-personal li:hover {
| |
| background-color: #e0e0e0;
| |
| }
| |
|
| |
| #p-personal li a {
| |
| color: black;
| |
| }
| |
|
| |
| #p-personal li a:hover {
| |
| background-color: transparent;
| |
| }
| |
|
| |
| li#pt-userpage,
| |
| li#pt-anonuserpage,
| |
| li#pt-login {
| |
| padding-left: 18px;
| |
| }
| |
|
| |
| #p-cactions {
| |
| top: 2.6em;
| |
| }
| |
|
| |
| #p-cactions li,
| |
| #p-cactions li a {
| |
| -moz-border-radius-topleft: 1em;
| |
| -moz-border-radius-topright: 1em;
| |
| }
| |
|
| |
| #p-cactions li {
| |
| border: 1px outset #555;
| |
| border-bottom: none;
| |
| margin-right: 1px;
| |
| }
| |
|
| |
| #p-cactions li:hover {
| |
| border-color: #aaa;
| |
| }
| |
|
| |
| #p-cactions li a {
| |
| color: #505050;
| |
| background-color: #f0f0f0;
| |
| }
| |
|
| |
| #p-cactions li a:hover {
| |
| color: black;
| |
| background-color: white;
| |
| }
| |
|
| |
| #p-cactions li.selected {
| |
| border: 2px outset #aaa;
| |
| border-bottom: none;
| |
| font-weight: bold;
| |
| }
| |
|
| |
| #p-cactions li.selected a {
| |
| color: black;
| |
| background-color: white;
| |
| }
| |
|
| |
| #p-cactions li.selected a:hover {
| |
| color: #002bb8;
| |
| }
| |
|
| |
| .portlet {
| |
| margin-bottom: 1px;
| |
| }
| |
|
| |
| .portlet ul {
| |
| list-style-type: disc;
| |
| list-style-image: none;
| |
| }
| |
|
| |
| .portlet ul:hover {
| |
| list-style-type: circle;
| |
| color: #002bb8;
| |
| }
| |
|
| |
| .portlet li:hover {
| |
| list-style-type: disc;
| |
| }
| |
|
| |
| #toc,
| |
| #p-nav .pBody,
| |
| #p-search .pBody,
| |
| #p-tb .pBody,
| |
| #p-lang .pBody {
| |
| background-color: #f0f0f0;
| |
| border: 1px outset #aaa;
| |
| -moz-border-radius: .5em;
| |
| }
| |
|
| |
| #toc:hover,
| |
| #p-nav .pBody:hover,
| |
| #p-search .pBody:hover,
| |
| #p-tb .pBody:hover,
| |
| #p-lang .pBody:hover {
| |
| background-color: #fafafa;
| |
| }
| |
|
| |
| #toc:hover .tocline a,
| |
| #toc:hover .tocinside a,
| |
| #toc:hover .tocindent a,
| |
| #p-nav .pBody:hover a,
| |
| #p-search .pBody:hover a,
| |
| #p-tb .pBody:hover a,
| |
| #p-lang .pBody:hover a {
| |
| color: #002bb8;
| |
| }
| |
|
| |
| #toc .tocline a,
| |
| #toc .tocinside a,
| |
| #toc .tocindent a,
| |
| #p-nav a,
| |
| #p-search a,
| |
| #p-tb a,
| |
| #p-lang a {
| |
| color: black;
| |
| }
| |
|
| |
| #p-nav a { display: block; }
| |
|
| |
| .pBody input[type="text"] {
| |
| border-width: 1px;
| |
| width: auto;
| |
| margin-bottom: .5em !important;
| |
| }
| |
|
| |
| .pBody input[type="text"]:hover,
| |
| .pBody input[type="text"]:focus {
| |
| }
| |
|
| |
| textarea,
| |
| input[type="text"],
| |
| input[type="password"] {
| |
| border: 2px inset #eee;
| |
| }
| |
|
| |
| input[type="text"],
| |
| input[type="password"] {
| |
| height: 16px;
| |
| -moz-border-radius: 1em;
| |
| padding-left: .5em !important;
| |
| }
| |
|
| |
| input[type="button"],
| |
| input[type="submit"] {
| |
| font-size: 95%;
| |
| color: black !important;
| |
| background-color: #f0f0f0 !important;
| |
| background-image: none;
| |
| cursor: pointer;
| |
| border: 1px outset #aaa !important;
| |
| -moz-border-radius: 1em;
| |
| }
| |
|
| |
| input[type="button"]:hover,
| |
| input[type="submit"]:hover {
| |
| background-color: #e0e0e0 !important;
| |
| }
| |
|
| |
| input[type="button"]:active,
| |
| input[type="submit"]:active {
| |
| border-style: inset !important;
| |
| }
| |
|
| |
| #edit-copywarn {
| |
| margin-left: 1.5em;
| |
| }
| |
|
| |
| fieldset {
| |
| border: 1px inset #aaa;
| |
| -moz-border-radius: 1em;
| |
| }
| |
| .prefsection {
| |
| border-style: outset;
| |
| }
| |
|
| |
| /* Display text below main article header, located at MediaWiki:tagline */
| |
|
| |
| #siteNotice {
| |
| margin-top:5px;
| |
| padding-left: 4px;
| |
| font-style: italic;
| |
| text-align: center;
| |
| }
| |
|
| |
| #siteSub {
| |
| display: inline;
| |
| font-size: 90%;
| |
| font-weight: normal;
| |
| font-style: italic;
| |
| }
| |
|
| |
| pre {
| |
| overflow: auto;
| |
| }
| |
|
| |
| @media print { #column-google { display:none; }}
| |
|
| |
| .bgleft {
| |
| background: white url(/images/4/48/Bgleft.gif) top left repeat-y scroll;
| |
| }
| |
|
| |
| .bgright {
| |
| background: white url(/images/3/3f/Bgright.gif) top right repeat-y scroll;
| |
| }
| |
|
| |
| .portlet a {
| |
| text-decoration: none;
| |
| }
| |
|
| |
| .portlet a:hover {
| |
| text-decoration: underline;
| |
| }
| |
|
| |
| /*
| |
| </pre>
| |
| */
| |