MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 30: | Line 30: | ||
th { | th { | ||
/* Font & Text */ | |||
font-family: sans-serif; | |||
font-size: 14px; | |||
font-style: normal; | |||
font-variant: normal; | |||
font-weight: 700; | |||
letter-spacing: normal; | |||
line-height: 22.4px; | |||
text-decoration: none solid rgb(255, 255, 255); | |||
text-align: center; | |||
text-indent: 0px; | |||
text-transform: none; | |||
vertical-align: middle; | |||
white-space: normal; | |||
word-spacing: 0px; | |||
/* Color & Background */ | |||
background-attachment: scroll; | |||
background-color: rgb(3, 160, 7); | |||
background-image: none; | |||
background-position: 0% 0%; | |||
background-repeat: repeat; | |||
color: rgb(255, 255, 255); | |||
/* Box */ | |||
height: 22.3906px; | |||
width: 1120.22px; | |||
border: 1px solid rgb(0, 116, 72); | |||
border-top: 1px solid rgb(0, 116, 72); | |||
border-right: 1px solid rgb(0, 116, 72); | |||
border-bottom: 1px solid rgb(0, 116, 72); | |||
border-left: 1px solid rgb(0, 116, 72); | |||
margin: 0px; | |||
padding: 2.8px; | |||
max-height: none; | |||
min-height: 0px; | |||
max-width: none; | |||
min-width: 0px; | |||
/* Positioning */ | |||
position: static; | |||
top: auto; | |||
bottom: auto; | |||
right: auto; | |||
left: auto; | |||
float: none; | |||
display: table-cell; | |||
clear: none; | |||
z-index: auto; | |||
/* List */ | |||
list-style-image: none; | |||
list-style-type: disc; | |||
list-style-position: outside; | |||
/* Table */ | |||
border-collapse: separate; | |||
border-spacing: 2px 2px; | |||
caption-side: top; | |||
empty-cells: show; | |||
table-layout: auto; | |||
/* Miscellaneous */ | |||
overflow: visible; | |||
cursor: auto; | |||
visibility: visible; | |||
/* Effects */ | |||
transform: none; | |||
transition: all 0s ease 0s; | |||
outline: rgb(255, 0, 0) dashed 1px; | |||
outline-offset: 0px; | |||
box-sizing: content-box; | |||
resize: none; | |||
text-shadow: rgb(0, 50, 31) 0px 2px 0px; | |||
text-overflow: clip; | |||
word-wrap: normal; | |||
box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 0px 0px; | |||
border-top-left-radius: 0px; | |||
border-top-right-radius: 0px; | |||
border-bottom-left-radius: 0px; | |||
border-bottom-right-radius: 0px; | |||
} | |||
th.headerSort { | |||
/* Font & Text */ | /* Font & Text */ | ||
font-family: sans-serif; | font-family: sans-serif; | ||
Revision as of 17:18, 13 November 2023
/* CSS placed here will be applied to all skins */
body {
background: url("/images/TexturedBackground.jpg");
background-size: cover;
background-attachment: fixed;
}
div #mw-panel {
/* Color & Background */
background-attachment: scroll;
background-color: rgba(255, 255, 255, 0.67);
/* Box */
height: 500px;
width: 160px;
/* Positioning */
position: fixed;
/* Effects */
border-padding-top: 80px;
border-top-left-radius: 0px;
border-top-right-radius: 8px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 8px;
}
th {
/* Font & Text */
font-family: sans-serif;
font-size: 14px;
font-style: normal;
font-variant: normal;
font-weight: 700;
letter-spacing: normal;
line-height: 22.4px;
text-decoration: none solid rgb(255, 255, 255);
text-align: center;
text-indent: 0px;
text-transform: none;
vertical-align: middle;
white-space: normal;
word-spacing: 0px;
/* Color & Background */
background-attachment: scroll;
background-color: rgb(3, 160, 7);
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
color: rgb(255, 255, 255);
/* Box */
height: 22.3906px;
width: 1120.22px;
border: 1px solid rgb(0, 116, 72);
border-top: 1px solid rgb(0, 116, 72);
border-right: 1px solid rgb(0, 116, 72);
border-bottom: 1px solid rgb(0, 116, 72);
border-left: 1px solid rgb(0, 116, 72);
margin: 0px;
padding: 2.8px;
max-height: none;
min-height: 0px;
max-width: none;
min-width: 0px;
/* Positioning */
position: static;
top: auto;
bottom: auto;
right: auto;
left: auto;
float: none;
display: table-cell;
clear: none;
z-index: auto;
/* List */
list-style-image: none;
list-style-type: disc;
list-style-position: outside;
/* Table */
border-collapse: separate;
border-spacing: 2px 2px;
caption-side: top;
empty-cells: show;
table-layout: auto;
/* Miscellaneous */
overflow: visible;
cursor: auto;
visibility: visible;
/* Effects */
transform: none;
transition: all 0s ease 0s;
outline: rgb(255, 0, 0) dashed 1px;
outline-offset: 0px;
box-sizing: content-box;
resize: none;
text-shadow: rgb(0, 50, 31) 0px 2px 0px;
text-overflow: clip;
word-wrap: normal;
box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 0px 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
th.headerSort {
/* Font & Text */
font-family: sans-serif;
font-size: 14px;
font-style: normal;
font-variant: normal;
font-weight: 700;
letter-spacing: normal;
line-height: 22.4px;
text-decoration: none solid rgb(255, 255, 255);
text-align: center;
text-indent: 0px;
text-transform: none;
vertical-align: middle;
white-space: normal;
word-spacing: 0px;
/* Color & Background */
background-attachment: scroll;
background-color: rgb(3, 160, 7);
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
color: rgb(255, 255, 255);
/* Box */
height: 22.3906px;
width: 1120.22px;
border: 1px solid rgb(0, 116, 72);
border-top: 1px solid rgb(0, 116, 72);
border-right: 1px solid rgb(0, 116, 72);
border-bottom: 1px solid rgb(0, 116, 72);
border-left: 1px solid rgb(0, 116, 72);
margin: 0px;
padding: 2.8px;
max-height: none;
min-height: 0px;
max-width: none;
min-width: 0px;
/* Positioning */
position: static;
top: auto;
bottom: auto;
right: auto;
left: auto;
float: none;
display: table-cell;
clear: none;
z-index: auto;
/* List */
list-style-image: none;
list-style-type: disc;
list-style-position: outside;
/* Table */
border-collapse: separate;
border-spacing: 2px 2px;
caption-side: top;
empty-cells: show;
table-layout: auto;
/* Miscellaneous */
overflow: visible;
cursor: auto;
visibility: visible;
/* Effects */
transform: none;
transition: all 0s ease 0s;
outline: rgb(255, 0, 0) dashed 1px;
outline-offset: 0px;
box-sizing: content-box;
resize: none;
text-shadow: rgb(0, 50, 31) 0px 2px 0px;
text-overflow: clip;
word-wrap: normal;
box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 0px 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}