Road Cycling

#header #logoBlock{display:none;}

Yeah, removing the whole #logoblock though does remove top block but it simply shifts the block up and keeps a blue banner below. I am just being picky now :p
The Joined dates next to peoples posts is annoying me going onto two lines also, that's simply adding 2px to the padding in the CSS to sort out.
 
Whilst i'm playing with it, I've done a bit more cleaning up.
I've added this code to the bottom of the theme that Roady posted if anyone wants it:
Preview:
Jc7wIzz.png

Code:
Code:
#header #logoBlock{display:none;}
#headerMover #headerProxy{height:34px;}
.messageUserBlock .userBanner{
    background-color: inherit!important;
    border-top:none;
    border-bottom:1px solid #888;
    color:#888;
}
.messageUserBlock .extraUserInfo{
    color:#888;
}
.messageList
.message{
    padding:0!important;
    border:none;
}
.message .messageMeta{
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.pairsRows, .pairsColumns, .pairsJustified{
    white-space:nowrap;
}
.message .signature{
    float:left;
}
.postDate{
    padding-bottom:5px;
}
 
I can only speak for myself but ATL of 89 (103 at its peak this week) and TSB of -34.9 yesterday. :eek:

Midway through my week in Majorca, ATL 169, TSB 66 :eek:

CTL rose from 65 to 85 over the holiday :cool: did hit a low of TSB 84 though which would explain why I felt like death but it didn't stop me ascending Calobra :p
 
Not liking the new forum style is n the Desktop but it does work quite well on mobile on all fairness.

Back on topic, I decided today would be a good day to buy flat pack furniture instead of cycling, what a Muppet. The weather feels fairly mild today and the sky is clear.
 
How much will I laugh if Roady finds multi-quote is broken. :D
post 6745 - MQ functionality confirmed.
****! :p
You had ONE JOB forum admins. ONE JOB.
:D:D:D

WORKING AS INTENDED!!!1111eleventy1
https://userstyles.org/styles/138898/ocuk-forums

Fixes some of the crap boxes. From
Thesnipergecko in New forum! Post bugs/errors/observations in here please

We can also page people...Hi @Roady
Actually using that theme now, got a bit sleepy with all the grey text on darker grey background lol ;)

Paging doesn't work, when it pops up an alert it'll actually be useful!
 
Happy with the Stylish theme above and the tweaks Touch gave plus the one I done for hide search bar.
I have now made one for the TT forum also which has removed a load of junk at the top and all of the adverts on the right of the entire forum which has improved that also.
 
Think I'm going to buy an Ortlieb Handlebar bag for my Edinburgh cycle: http://road.cc/content/review/213798-ortlieb-ultimate6-s-plus-waterproof-handlebar-bag. Looks excellent.

Although I need to solve the challenge of mounting my Garmin if I do use a handlebar bag...

Now just to settle on the saddle bag. Whilst the Ortlieb look great they are pricey - although tried and tested I suppose. Liking the look of the Alpkit Koala or Big Papa - I'm really not sure how much space I'll need, they're 13/17 litres respectively. I guess given Alpkits returns policy I should buy both and see what kit I can fit in what.
 
Last edited:
OK cycle pals, I know we been off topic a lot today but not got the forum looking alright and happy to live with it as is now.
This is just the CSS code for the Stylish theme that Roady linked but @touch and myself have added some tweaks..... The tweaks we done removes the top banner padding and annoyances and makes everything a lot more streamlined but retains the blue theme etc. If you install "Stylish" and create a new style, apply it to forums.overclockers.co.uk and paste the below code in and save it = job done.

.messageUserInfo {
border-top: 0px solid rgb(0, 0,0);
border-right: 0px solid rgb(0, 0,0);
border-left: 0px solid rgb(0, 0,0);
border-bottom: 0px solid rgb(0, 0,0);
box-shadow: 10px 10px 24px -5px rgba(0,0,0,0.0);
}

.message
.messageContent {
padding-top: 15px !important;
padding-right: 30px !important;
padding-bottom: 15px !important;
padding-left: 15px !important;
}

.messageList
.message {
margin-bottom: 0;
}

.bbCodeQuote,
.quoteContainer {
border: 1px inset rgba(255, 255, 255, .5);
}

.privateControls a, .publicControls a{
font-weight: bold;
border: 1px solid rgba(0, 0, 0, .5);
padding: 3px 0;
font-size: 11px;
width: 80px;
text-align: center;
}

.message .publicControls .MultiQuoteControl {
padding-left: 0;
padding-right: 0;
}

.message .privateControls {
float: right;
margin-left: 5px;
}

.item.control.edit {
margin-right: 5px;
}


.bbCodeBlock.bbCodeQuote {
margin-bottom: 20px;
}

.bbCodeBlock {
margin-left: 0 !important;
}

.Menu {
border: 0px solid rgba(255, 255, 255, .3);
border-top: 0px;
box-shadow: 0px 15px 25px rgba(0,0,0, 0.5);
}

.navPopup {
width: 600px;
}

.discussionListItems .title a {
font-weight: normal;
}

i.fa.fa-facebook-square, .sharePage {
display: none;
}

.quickReply .messageUserInfo {
display: none;
}

aside .sidebar .section.visitorPanel {
display: none;
}

.breadcrumb {
border: 0;
}

.bbCodeQuote .quoteContainer {
border: 0px;
}

.bbCodeQuote .attribution {
border: 0px;
font-weight: bold;
border-bottom: 1px inset rgba(255, 255, 255, .5);
}

.messageInfo.primaryContent {
border: 0px !important;
padding-left: 10px;
}

.discussionListItems input {
float: right;
}

.discussionListItem .iconKey span {
float: left;
}

#header #logoBlock {
display: none;
}

#headerMover #headerProxy {
height: 34px;
}

#header #searchBar {
display: none;
}

.messageUserBlock .userBanner {
background-color: inherit!important;
border-top: none;
border-bottom: 1px solid #888;
color: #888;
}
.messageUserBlock .extraUserInfo {
color: #888;
}
.messageList .message {
padding: 0!important;
border: none;
}
.message .messageMeta {
position: absolute;
bottom: 5px;
right: 5px;
}
.pairsRows,
.pairsColumns,
.pairsJustified {
white-space: nowrap;
}
.message .signature {
float: left;
}
.postDate {
padding-bottom: 5px;
}

.tabs {
background:none;
}

.tabs li a, .tabs.noLinks
li {background:none;
}
 
Noticed my power figures seemed a little high this morning... Was riding harder (as no +1 today) but didn't that it was *that* hard!

Looking again power figures also high for yesterdays commute home... I'm sure if I was pushing 300-600W at 70 cadence & 120bpm I should be racing! (the 12mph speed gives you a real indication what power should've been!)

High again at lunch, so did my first manual calibration for the ride back. Much better, did get a nice draft off a lorry so zooooooooooomed back to work! ;)
 
Took the summer whip out today as it's dry, mainly to check everything over as it's only the third time of riding it.

Averaged 21mph over 60 miles, so yeh it's pretty fast! Come on Spring!!
Speed demon! Good work! Quite nice out there today but yesterday was nicer (bit warmer, some sun but annoying wind).
OK cycle pals, I know we been off topic a lot today but not got the forum looking alright and happy to live with it as is now.
This is just the CSS code for the Stylish theme that Roady linked but @touch and myself have added some tweaks..... The tweaks we done removes the top banner padding and annoyances and makes everything a lot more streamlined but retains the blue theme etc. If you install "Stylish" and create a new style, apply it to forums.overclockers.co.uk and paste the below code in and save it = job done.
.messageUserInfo {
border-top: 0px solid rgb(0, 0,0);
border-right: 0px solid rgb(0, 0,0);
border-left: 0px solid rgb(0, 0,0);
border-bottom: 0px solid rgb(0, 0,0);
box-shadow: 10px 10px 24px -5px rgba(0,0,0,0.0);
}

.message
.messageContent {
padding-top: 15px !important;
padding-right: 30px !important;
padding-bottom: 15px !important;
padding-left: 15px !important;
}

.messageList
.message {
margin-bottom: 0;
}

.bbCodeQuote,
.quoteContainer {
border: 1px inset rgba(255, 255, 255, .5);
}

.privateControls a, .publicControls a{
font-weight: bold;
border: 1px solid rgba(0, 0, 0, .5);
padding: 3px 0;
font-size: 11px;
width: 80px;
text-align: center;
}

.message .publicControls .MultiQuoteControl {
padding-left: 0;
padding-right: 0;
}

.message .privateControls {
float: right;
margin-left: 5px;
}

.item.control.edit {
margin-right: 5px;
}


.bbCodeBlock.bbCodeQuote {
margin-bottom: 20px;
}

.bbCodeBlock {
margin-left: 0 !important;
}

.Menu {
border: 0px solid rgba(255, 255, 255, .3);
border-top: 0px;
box-shadow: 0px 15px 25px rgba(0,0,0, 0.5);
}

.navPopup {
width: 600px;
}

.discussionListItems .title a {
font-weight: normal;
}

i.fa.fa-facebook-square, .sharePage {
display: none;
}

.quickReply .messageUserInfo {
display: none;
}

aside .sidebar .section.visitorPanel {
display: none;
}

.breadcrumb {
border: 0;
}

.bbCodeQuote .quoteContainer {
border: 0px;
}

.bbCodeQuote .attribution {
border: 0px;
font-weight: bold;
border-bottom: 1px inset rgba(255, 255, 255, .5);
}

.messageInfo.primaryContent {
border: 0px !important;
padding-left: 10px;
}

.discussionListItems input {
float: right;
}

.discussionListItem .iconKey span {
float: left;
}

#header #logoBlock {
display: none;
}

#headerMover #headerProxy {
height: 34px;
}

#header #searchBar {
display: none;
}

.messageUserBlock .userBanner {
background-color: inherit!important;
border-top: none;
border-bottom: 1px solid #888;
color: #888;
}
.messageUserBlock .extraUserInfo {
color: #888;
}
.messageList .message {
padding: 0!important;
border: none;
}
.message .messageMeta {
position: absolute;
bottom: 5px;
right: 5px;
}
.pairsRows,
.pairsColumns,
.pairsJustified {
white-space: nowrap;
}
.message .signature {
float: left;
}
.postDate {
padding-bottom: 5px;
}

.tabs {
background:none;
}

.tabs li a, .tabs.noLinks
li {background:none;
}
Good work guys, well done! Going to see if I can figure out how to add it as a new one within Stylish and not break it like last time...

Added as a new style, can see it listed & installed & Active. Disabled the other 2, so it's the only thing active. Yet it doesn't seem to apply it to here? 'Applies to' set the same as the other 2?
I do a calibration on my Vectors every ride, only takes seconds, and there's even a shortcut to it in the 'Status' section of the Edge 520.

Not sure if it helps, but I do it anyway.
This Powertap C1 is meant to 'self-zero' when coasting for 3 seconds. I hardly ever coast (tending to soft pedal) so I may need to get into the habit of doing it. Only takes around 10 button presses on the ELEMNT so no real hardship if I notice, just going to be annoying for the times I don't!
 
Last edited:
Back
Top Bottom