MyBB Community Forums

Full Version: Revolution gaming [Dark theme] 1.8.7
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
Thanks, you can edit whatever you like aslong as you don't replace my copyright with your name as i've seen a few people do.
Im also hoping you add an alternate version with the sidebar for latest threads, thx in advance if you do
(2014-10-24, 04:04 AM)ShaneR82 Wrote: [ -> ]Im also hoping you add an alternate version with the sidebar for latest threads, thx in advance if you do

Updated Revolution now for 1.8.1


Added latest posts sidebar and an extra content box
Fixed font blur issue
Hey iAndrew, where would I find the CSS for the #extraslink ID and associated IDs? Modifying this locally for my board and I want to organise all toplinks into similar drop menus to the Extras menu.

Also the top menu CSS hates me; using position: fixed; chops off some of Generic Soldier's head, as expected, but it doesn't seem to want to pad back out along the bottom to restore the full height.
Extras link is using the default MyBB popup menu in global.css


.popup_menu {
  	font-size:13px;
	background: #151515;
	color: #969696;
	padding: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	-webkit-box-shadow: inset 0 0 1px 1px #262626;
	-moz-box-shadow: inset 0 0 1px 1px #262626;
	box-shadow: inset 0 0 1px 1px #262626;
	border: #101010 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 0px #000;
}

.popup_menu .popup_item {
	color: #fff;
	padding: 4px;
	text-shadow: 1px 1px 0px #000;
  	font-size:13px;	
	text-decoration: none;
}

.popup_menu .popup_item:hover {
    	background: #348892;
	  color: #fff;
      text-shadow: 1px 1px 0px #000;
  	font-size:13px;
}

This theme is soo good , but it doesnt display my forum poroperly on firefox , chrome works flawlessly , please let me know if anybody else is having issues with this theme using firefox, also , @iANDREW how can i fix this issue for firefox ?
MY Url is :
theeditorscorner.com/forum


NVM 
I figured it out , great theme !
http://upurs.us/image/61787.png

Cross-posting from MyProfile's thread in case Andrew knows what's going on here. What I'm aiming for is sticking comments and friends in their own tabs and last visitors on the right, but as we can see from this screenshot, the editor for comments is smaller than elsewhere on the board; been a real thorn in my side.
Does the comments plugin set a variable in member_profile template?

Never used it but try find one and move it along with friends variable

Also have you tried moving the grey arrow in the bottom right of the editor?
Fixed it myself; turns out I had to pass a height argument to SCEditor manually through the codebuttons template.
I have to admit, it being a dark theme looks pretty cool. Awesome work on the profiles as well.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43