MediaWiki:Common.css
From Stolwiki
Jump to navigationJump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
#holidays_title
{
font-family: Arial, Verdana, sans-serif;
font-size: 18pt;
color: black;
float: center;
text-align: center;
}
#holidays_links
{
font-family: Arial, Verdana, sans-serif;
font-size: 12pt;
color: black;
float: center;
text-align: center;
}
#holidays_table
{
display: table;
width: 500px;
font-family: Arial, Verdana, sans-serif;
text-align: left;
vertical-align: top;
background-color: white;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
margin: 0 auto;
empty-cells: show;
border-style: solid;
border-color: green;
border-width: 1px;
}
#holidays_row
{
display: table-row;
}
#holidays_cell_year
{
display: table-cell;
width: 100px;
color: #a0a0a0;
padding: 15px 5px 5px 5px;
margin: 0px 0px 0px 0px;
vertical-align: top;
font-size: 18pt;
border-style: solid;
border-color: #c0f0c0;
border-width: 0px;
}
#holidays_cell_month
{
display: table-cell;
width: 100px;
color: #a0a0a0;
padding: 7px 5px 5px 5px;
margin: 0px 0px 0px 0px;
vertical-align: top;
font-size: 10pt;
border-style: solid;
border-color: #c0f0c0;
border-width: 0px;
}
#holidays_cell_location
{
display: table-cell;
width: 100px;
padding: 5px 5px 5px 5px;
margin: 0px 0px 0px 0px;
vertical-align: top;
font-size: 12pt;
border-style: solid;
border-color: #c0f0c0;
border-width: 0px;
}
#holidays_cell_detail
{
display: table-cell;
width: 250px;
color: #a0a0a0;
padding: 7px 5px 5px 5px;
margin: 0px 0px 0px 0px;
vertical-align: top;
font-size: 10pt;
border-style: dotted;
border-color: #c0f0c0;
border-width: 0px;
}
#holidays_cell_who
{
display: table-cell;
width: 50px;
color: #a0a0a0;
padding: 7px 5px 5px 5px;
margin: 0px 0px 0px 0px;
vertical-align: top;
font-size: 10pt;
border-style: dotted;
border-color: #c0f0c0;
border-width: 0px;
}
#holidays a
{
font-family: Arial, Verdana, sans-serif;
background-color: white;
font-size: 12pt;
font-weight: normal;
color: #c0c0c0;
text-decoration: none;
}
#holidays a:hover
{
font-family: Arial, Verdana, sans-serif;
background-color: white;
font-size: 12pt;
font-weight: normal;
color: #808080;
text-decoration: none;
}