Difference between revisions of "Template:Guide/styles.css"
Jump to navigation
Jump to search
Ostentatio (talk | contribs) (Ostentatio created the page Template:Guide/styles.css using a non-default content model "Sanitized CSS") |
Ostentatio (talk | contribs) (Adding drop shadow) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | /* NOTE: PLEASE DO NOT EDIT THIS FILE UNLESS SPECIFICALLY REQUESTED TO DO SO! */ | ||
| + | .guide { | ||
| + | background-color: #f8f8f8; | ||
| + | border-radius: 10px; | ||
| + | width: 75%; | ||
| + | border: 2px solid #e0e0e0; | ||
| + | box-shadow:5px 5px 10px rgba(0,0,0,0.75); | ||
| + | margin: 0 auto; | ||
| + | padding: 5px; | ||
| + | border-collapse:separate; | ||
| + | } | ||
| + | |||
| + | |||
| + | /* Overrides for specific skins */ | ||
| + | |||
| + | body.skin-timelesswurm .guide { | ||
| + | background-color: #f8f8f8; | ||
| + | border-radius: 10px; | ||
| + | width: 75%; | ||
| + | border: 2px solid #e0e0e0; | ||
| + | box-shadow:5px 5px 10px rgba(0,0,0,0.75); | ||
| + | margin: 0 auto; | ||
| + | padding: 5px; | ||
| + | border-collapse:separate; | ||
| + | } | ||
Latest revision as of 21:13, 22 April 2021
/* NOTE: PLEASE DO NOT EDIT THIS FILE UNLESS SPECIFICALLY REQUESTED TO DO SO! */
.guide {
background-color: #f8f8f8;
border-radius: 10px;
width: 75%;
border: 2px solid #e0e0e0;
box-shadow:5px 5px 10px rgba(0,0,0,0.75);
margin: 0 auto;
padding: 5px;
border-collapse:separate;
}
/* Overrides for specific skins */
body.skin-timelesswurm .guide {
background-color: #f8f8f8;
border-radius: 10px;
width: 75%;
border: 2px solid #e0e0e0;
box-shadow:5px 5px 10px rgba(0,0,0,0.75);
margin: 0 auto;
padding: 5px;
border-collapse:separate;
}