User:Segjin/monobook.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
#column-content { | #column-content { | ||
width: 100%; | width: 100%; | ||
| Line 26: | Line 16: | ||
margin-right: 15px; | margin-right: 15px; | ||
} | } | ||
#column-content | #column-one { | ||
margin-top: | /*padding-top: 160px;*/ | ||
padding-top: | background: transparent none; | ||
} | |||
/* more IE fixes */ | |||
* html #footer { | |||
margin-top: 0; | |||
} | |||
* html #column-content { | |||
display: inline; | |||
margin-bottom: 0; | |||
} | |||
#column-content { | |||
display: inline; | |||
margin-bottom; | |||
} | |||
/* change the logo */ | |||
#p-logo { | |||
background: url(http://www.addictmud.org/images/main_castle.gif) no-repeat; | |||
width: 100%; | |||
height: 101px; | |||
float: top; | |||
} | |||
#p-logo a { | |||
display: none; | |||
} | |||
#column-one { | |||
margin-top: 145px; | |||
/*border: 1px solid blue;*/ | |||
padding-top: none; | |||
position: relative; | |||
} | } | ||
# | #p-cactions { | ||
margin-top: 90px; | |||
} | } | ||
#column-content { | #column-content { | ||
margin-top: | margin-top: 127px; | ||
} | |||
#globalWrapper { | |||
width: 100%; | |||
margin 0; | |||
padding: 0; | |||
} | } | ||
.visualClear { | |||
clear: both; | |||
background: transparent; | |||
} | |||
a, a:visited, #p-personal ul li a, #preftoc a { | |||
text-decoration: none; | |||
font-weight: normal; | |||
color: red; | |||
} | |||
a:hover, #p-personal ul li a:hover, #preftoc a:hover { | |||
color: #cccc99; | |||
text-decoration: underline; | |||
} | |||
a:active, #p-personal ul li a:active, #preftoc a:active, #preftoc li.selected a { | |||
color: #cccc99; | |||
} | |||
#p-personal ul li a:hover { | |||
background: black; | |||
} | |||
/* #content, #content table */ | |||
#p-cactions ul li a { | |||
background: #f5f5f5; | |||
} | |||
#toc, #toc tr, #toc tr td { | |||
border: none; | |||
} | |||
#toctitle { | |||
text-align: left; | |||
} | |||
/* stop background image from scrolling with content area */ | |||
body { | |||
background-attachment: fixed; | |||
} | |||
/* replace the book in the background with something else */ | |||
body, pre, table, #content, #footer, #toc { | |||
background: black; | |||
color: #cccc99; | |||
font-family: "Arial"; | |||
} | |||
#footer { | |||
border: none; | |||
} | |||
/* suppress the person icon by your username */ | |||
li#pt-userpage { | |||
background: none | |||
} | |||
/* use browser prefs for text size and font */ | |||
body, #globalWrapper { | |||
font: inherit !important; | |||
} | |||
/* display body content */ | |||
div#bodyContent { | |||
width: 100%; | |||
line-height: 105%; | |||
} | |||
/* change background of unselected tabs */ | |||
#p-cactions ul li a { | |||
background: #C7FDC7; | |||
} | |||
/* change background of selected tabs */ | |||
#p-cactions ul li.selected a { | |||
background: white; | |||
} | |||
/* change border background of selected tabs */ | |||
#p-cactions li.selected { | |||
border-color: #aaaaaa; | |||
} | |||
/* tab bottom not removed on hover */ | |||
/* | |||
#p-cactions li a:hover { | |||
z-index: 0; | |||
text-decoration: none; | |||
} | |||
#p-cactions li.selected a:hover { | |||
z-index: 3; | |||
} | |||
*/ | |||
/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */ | |||
pre { | |||
overflow: auto; | |||
} | |||
/* Transform the user toolbar into a sidebox */ | |||
#p-personal { | #p-personal { | ||
} | } | ||
#p-personal .pBody { | #p-personal .pBody { | ||
margin: 0 0.8em 0 0; | margin: 0 0.8em 0 0; | ||
padding: none; | padding: none; | ||
} | } | ||
#p-personal ul { | #p-personal ul { | ||
padding: 0; | padding: 0; | ||
| Line 50: | Line 181: | ||
text-transform: none; | text-transform: none; | ||
} | } | ||
#p-personal li { | #p-personal li { | ||
display: list-item; | display: list-item; | ||
| Line 55: | Line 187: | ||
margin: none; | margin: none; | ||
} | } | ||
#toctitle { | |||
padding: 3px 3px 3px 3px; | |||
} | |||
#preftoc li, #preftoc li.selected { | |||
border: none; | |||
background: transparent; | |||
line-height: 1.5em; | |||
list-style-type: none; | |||
list-style-image: none; | |||
text-align: right; | |||
font-size: 1.25em; | |||
font-family: "Script MT Bold" "Arial"; | |||
} | |||
#preftoc { | |||
margin-top: 1em; | |||
padding-top: 0pt; | |||
} | |||
#preftoc li { | |||
} | |||
#preftoc li.selected { | |||
} | |||
legend { | |||
font-size: 1.25em; | |||
border: none; | |||
} | |||
fieldset { | |||
border: 1px solid #008000; | |||
margin-top: 0em; | |||
} | |||
fieldset, legend { | |||
background: transparent; | |||
} | |||
/* | |||
input[type="radio"] | |||
input[type="checkbox"] | |||
input[type="text"] | |||
select | |||
*/ | |||
h1, h2, h3, h4, h5, legend { | h1, h2, h3, h4, h5, legend { | ||
color: #cccc99; | color: #cccc99; | ||
| Line 61: | Line 245: | ||
text-transform: capitalize; | text-transform: capitalize; | ||
} | } | ||
#toctitle h2 { | |||
font-size: 2em; | |||
} | |||
#p-personal h5, #p-navigation h5, #p-search h5, #p-tb h5 { | #p-personal h5, #p-navigation h5, #p-search h5, #p-tb h5 { | ||
text-transform: capitalize; | text-transform: capitalize; | ||
| Line 71: | Line 260: | ||
border: none; | border: none; | ||
} | } | ||
#p-personal, #p-navigation, #p-search, #p-tb { | #p-personal, #p-navigation, #p-search, #p-tb { | ||
background: black; | background: black; | ||
width: 11.3em; | width: 11.3em; | ||
} | } | ||
#p-personal .pBody, #p-navigation .pBody, #p-search .pBody, #p-tb .pBody { | #p-personal .pBody, #p-navigation .pBody, #p-search .pBody, #p-tb .pBody { | ||
background: transparent; | background: transparent; | ||
border: none; | border: none; | ||
} | } | ||
#p-personal ul, #p-navigation ul, #p-search ul, #p-tb ul { | #p-personal ul, #p-navigation ul, #p-search ul, #p-tb ul { | ||
text-align: right; | text-align: right; | ||
| Line 85: | Line 277: | ||
} | } | ||
#p-personal ul li, #p-navigation ul li, #p-search ul li, #p-tb ul li { | #p-personal ul li, #p-navigation ul li, #p-search ul li, #p-tb ul li { | ||
line-height: 1.5em; | line-height: 1.5em; | ||
list-style-type: none; | list-style-type: none; | ||
list-style-image: none; | list-style-image: none; | ||
} | |||
/* style the search box and the buttons below it */ | |||
#toggleSearch, #toggleSearch a { | |||
font-family: "Arial"; | |||
font-size: 10pt; | |||
text-decoration: none; | |||
display: inline; | |||
} | |||
#toggleSearch :hover { | |||
text-decoration: underline; | |||
} | |||
input.searchButton { | |||
background-color: #efefef !important; | |||
border: 1px outset !important; | |||
} | |||
#searchInput { | |||
border: 1px inset !important; | |||
} | |||
#p-search .pBody { | |||
text-align: right; | |||
} | } | ||
Revision as of 20:22, 15 November 2005
#column-content {
width: 100%;
float: right;
margin: 0 0 0.6em -12.2em;
padding: 0;
background: transparent none;
}
#content {
margin: 2.8em 0 0 12.2em;
padding: 0em 1em 1.5em 1em;
background: transparent none;
line-height: 1.5em;
position: relative;
z-index: 2;
border: 1px solid green;
margin-right: 15px;
}
#column-one {
/*padding-top: 160px;*/
background: transparent none;
}
/* more IE fixes */
* html #footer {
margin-top: 0;
}
* html #column-content {
display: inline;
margin-bottom: 0;
}
#column-content {
display: inline;
margin-bottom;
}
/* change the logo */
#p-logo {
background: url(http://www.addictmud.org/images/main_castle.gif) no-repeat;
width: 100%;
height: 101px;
float: top;
}
#p-logo a {
display: none;
}
#column-one {
margin-top: 145px;
/*border: 1px solid blue;*/
padding-top: none;
position: relative;
}
#p-cactions {
margin-top: 90px;
}
#column-content {
margin-top: 127px;
}
#globalWrapper {
width: 100%;
margin 0;
padding: 0;
}
.visualClear {
clear: both;
background: transparent;
}
a, a:visited, #p-personal ul li a, #preftoc a {
text-decoration: none;
font-weight: normal;
color: red;
}
a:hover, #p-personal ul li a:hover, #preftoc a:hover {
color: #cccc99;
text-decoration: underline;
}
a:active, #p-personal ul li a:active, #preftoc a:active, #preftoc li.selected a {
color: #cccc99;
}
#p-personal ul li a:hover {
background: black;
}
/* #content, #content table */
#p-cactions ul li a {
background: #f5f5f5;
}
#toc, #toc tr, #toc tr td {
border: none;
}
#toctitle {
text-align: left;
}
/* stop background image from scrolling with content area */
body {
background-attachment: fixed;
}
/* replace the book in the background with something else */
body, pre, table, #content, #footer, #toc {
background: black;
color: #cccc99;
font-family: "Arial";
}
#footer {
border: none;
}
/* suppress the person icon by your username */
li#pt-userpage {
background: none
}
/* use browser prefs for text size and font */
body, #globalWrapper {
font: inherit !important;
}
/* display body content */
div#bodyContent {
width: 100%;
line-height: 105%;
}
/* change background of unselected tabs */
#p-cactions ul li a {
background: #C7FDC7;
}
/* change background of selected tabs */
#p-cactions ul li.selected a {
background: white;
}
/* change border background of selected tabs */
#p-cactions li.selected {
border-color: #aaaaaa;
}
/* tab bottom not removed on hover */
/*
#p-cactions li a:hover {
z-index: 0;
text-decoration: none;
}
#p-cactions li.selected a:hover {
z-index: 3;
}
*/
/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
pre {
overflow: auto;
}
/* Transform the user toolbar into a sidebox */
#p-personal {
}
#p-personal .pBody {
margin: 0 0.8em 0 0;
padding: none;
}
#p-personal ul {
padding: 0;
text-align: left;
text-transform: none;
}
#p-personal li {
display: list-item;
padding: none;
margin: none;
}
#toctitle {
padding: 3px 3px 3px 3px;
}
#preftoc li, #preftoc li.selected {
border: none;
background: transparent;
line-height: 1.5em;
list-style-type: none;
list-style-image: none;
text-align: right;
font-size: 1.25em;
font-family: "Script MT Bold" "Arial";
}
#preftoc {
margin-top: 1em;
padding-top: 0pt;
}
#preftoc li {
}
#preftoc li.selected {
}
legend {
font-size: 1.25em;
border: none;
}
fieldset {
border: 1px solid #008000;
margin-top: 0em;
}
fieldset, legend {
background: transparent;
}
/*
input[type="radio"]
input[type="checkbox"]
input[type="text"]
select
*/
h1, h2, h3, h4, h5, legend {
color: #cccc99;
font-weight: bold;
font-family: "Script MT Bold" "Arial";
text-transform: capitalize;
}
#toctitle h2 {
font-size: 2em;
}
#p-personal h5, #p-navigation h5, #p-search h5, #p-tb h5 {
text-transform: capitalize;
display: block;
font-size: 20px;
height: 25px;
text-align: right;
padding-right: 0.5em;
margin-right: 0px;
border: none;
}
#p-personal, #p-navigation, #p-search, #p-tb {
background: black;
width: 11.3em;
}
#p-personal .pBody, #p-navigation .pBody, #p-search .pBody, #p-tb .pBody {
background: transparent;
border: none;
}
#p-personal ul, #p-navigation ul, #p-search ul, #p-tb ul {
text-align: right;
font-size: 1.25em;
font-family: "Script MT Bold" "Arial";
}
#p-personal ul li, #p-navigation ul li, #p-search ul li, #p-tb ul li {
line-height: 1.5em;
list-style-type: none;
list-style-image: none;
}
/* style the search box and the buttons below it */
#toggleSearch, #toggleSearch a {
font-family: "Arial";
font-size: 10pt;
text-decoration: none;
display: inline;
}
#toggleSearch :hover {
text-decoration: underline;
}
input.searchButton {
background-color: #efefef !important;
border: 1px outset !important;
}
#searchInput {
border: 1px inset !important;
}
#p-search .pBody {
text-align: right;
}