Brett C
Frontier
Over the past few weeks, I've worked on a theme that was somewhat easier on my eyes. I'm not the best with CSS, as it's been nearly a five years since I've last messed with such stuff.
This theme is usable on chrome currently, not sure if it would work on Firefox.
1) Install Stylish on chrome.
2) Open up Stylish control panel.
3) Click on "Write new style".
4) On the right, copy paste the following CSS code into the inpug box;
5) Towards the bottom. Within the 'applies to' section, click 'specify'.
6) The first dropdown box needs to be set to http://forums.frontier.co.uk/
7) Click Add to the right. Click "save" button on the left side.
8) Close out the editor, CTRL F5 the frontier forums.
Here's a demo of the forums with the above: http://i.imgur.com/czPIge9.png
An issue that was encountered here on the boards is that you have to be using the Elite theme. Set your theme to the Elite theme by clicking this link: http://forums.frontier.co.uk/index.php?styleid=5
This theme is usable on chrome currently, not sure if it would work on Firefox.
1) Install Stylish on chrome.
2) Open up Stylish control panel.
3) Click on "Write new style".
4) On the right, copy paste the following CSS code into the inpug box;
Code:
body {
color: #fff !important;
background: #000 url(http://i.imgur.com/3VX6nsO.jpg) repeat-x !important;
background-attachment:fixed !important;
background-position:center center !important;
opacity:.97;
}
body div .page {
width:90% !important; /*FLUID*/
opacity:.98;
}
.page div {
opacity:inherit !important;
border: 0 !important;
padding:0 0 0 0 !important;
margin:1px;
background-color:transparant !important;
}
.panelsurround {
background: #242020;
opacity:.98;
}
.pagenav {
opacity:.98;
}
.thead, .vbmenu_control {
background: #2a5749 url(http://i.imgur.com/DVx94cK.png) repeat-x top left !important;
}
.editor_controls {
background: #000 !important;
background-image: none !important;
}
form#quick_reply textarea {
border: 1px solid #000 !important;
}
.postfoot {
background-color: #000 !important;
background-image: none !important;
}
.tborder, .profile_tabs {
background-color:#333832 !important;
}
.floatcontainer#floatcontainer {
background-color:#333832;
opacity:.97;
}
6) The first dropdown box needs to be set to http://forums.frontier.co.uk/
7) Click Add to the right. Click "save" button on the left side.
8) Close out the editor, CTRL F5 the frontier forums.
Here's a demo of the forums with the above: http://i.imgur.com/czPIge9.png
An issue that was encountered here on the boards is that you have to be using the Elite theme. Set your theme to the Elite theme by clicking this link: http://forums.frontier.co.uk/index.php?styleid=5