Difference between revisions of "Template:Guide/styles.css"
Jump to navigation
Jump to search
Ostentatio (talk | contribs) |
Ostentatio (talk | contribs) |
||
| Line 8: | Line 8: | ||
margin: 0 auto; | margin: 0 auto; | ||
padding: 5px; | padding: 5px; | ||
| − | |||
| − | |||
} | } | ||
| Line 22: | Line 20: | ||
margin: 0 auto; | margin: 0 auto; | ||
padding: 5px; | padding: 5px; | ||
| − | |||
| − | |||
} | } | ||
Revision as of 21:11, 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;
margin: 0 auto;
padding: 5px;
}
/* Overrides for specific skins */
body.skin-timelesswurm .guide {
background-color: #f8f8f8;
border-radius: 10px;
width: 75%;
border: 2px solid #e0e0e0;
margin: 0 auto;
padding: 5px;
}