User:Loch210/Rufus style.css
Jump to navigation
Jump to search
Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/***** HEADERS AND TRIANGLES *****/
div.sheet-header {
display: inline-flex;
float: right;
height: 20px; }
div.sheet-triangle,
div.sheet-right-tri {
border-top: 20px solid transparent; }
div.sheet-triangle {
border-right: 30px solid #afd3e2; }
div.sheet-right-tri {
border-left: 30px solid #afd3e2; }
div.sheet-right-header {
margin-right: -8%;
float: left; }
/***** BOXES FOR DIFFERENT PC SECTIONS *****/
.sheet-pc-box {
background-color: #e7e6e5;
margin-left: 1.5px;
margin-right: 1.5px;
padding-left: 5px;
padding-right: 5px;
height: auto; }
.sheet-small-box {
min-height: 150px; }
.sheet-medium-box {
min-height: 330px; }