EEVblog Electronics Community Forum

General => General Technical Chat => Topic started by: nardev on November 28, 2012, 04:57:35 am

Title: EEVBlog forum style :)
Post by: nardev on November 28, 2012, 04:57:35 am
If you don't like SO SMALL "« previous next »" buttons, you don't need to ask Dave to change that :D

I hate looking in corners and navigating to those small buttons. So i changes some things for myself :)

Just install Google chrome or Firefox Stylish plugin: https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe (https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe)

And make a style with this data

Applies to: URL starting with: https://www.eevblog.com/forum (https://www.eevblog.com/forum)

 And styles:

.nextlinks_bottom, .nextlinks {
height: 14px;
clear: both;
padding: 15px 0;
}

.nextlinks_bottom a, .nextlinks a {
color: #fff;
background-color: #9FC54E;
padding: 3px 5px;
margin-top: 5px;
font-size: 18px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
clear: both;
}

.pagesection {
font-size: 16px;
}
center { display: none; }

and you will get big buttons ;)

(http://www.nardev.org/_temp/eevblog.png)