Jump to content
NEWS
  • In Universe Dateline: September 30th 2024
  • S4 server team member slips on carpal tunnel braces with the calm of a soldier prepared to die in battle
  • SUG Rebels gain legitimacy in Venezuela following several successful offensives
  • Skirmishes along Afghanistan-Pakistan border raises concerns about new flare up in the region
  • Malden defense forces intercept massive shipment of weapons and narcotics from Libya
  • Florida dad spends retirement untangling big mess of wires
  • Livonian parliament passes reunification law, US and Polish troops plan staged withdrawal
  • Man claims he was acting under Taylor Swift's secret orders after being arrested at NATO summit
  • THESE HEADLINES ARE WORKS OF FICTION INTENDED TO SUPPORT THE STORYLINES OF THE 3d MRB REALISM UNIT

Recommended Posts

Posted

Considering the feedback of other members that the forum theme is a bit... bland [1] [2] [3], I decided to make my own client side theme using a chrome add-on called Stylish.

Here are some screenshots. It's still a bit WIP but I like it better already.


4db466fda7.jpg

e71afacb9c.jpg

Give me some feedback and let me know what you all think. I want some more feedback to maybe improve it in ways I'm just not thinking about. If there is interest I can polish it up a bit more and post the code you would put into the add-on.

  • Upvote 1

CAPT W. BAZARNICKI
Retired

 

Usn5YYq.png

Posted

We're actually already talking about making our own theme entirely (Morgan and I), something you'd be interested in working on? You'll get the access you need, obviously.

CAPT A. KOCH
Retired

MRB Command Staff (R)

 

IY8did1.png

Posted

Sure I'd help out. I just wanted to share some "what it could look like" type images since i bothered to make it for myself anyways.

CAPT W. BAZARNICKI
Retired

 

Usn5YYq.png

Posted
Just now, Sgt Bazarnicki said:

https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=en

And then if you know CSS, you just... change it. Haha. It lives on top of the current CSS so its not destructive, and only what you change will change, you dont start from scratch.

what if someone didnt know how to CSS... you know just so they would know.....

SGT A. LIVINGSTON

Retired

3d MRB, Marine Raider Regiment

 

pWAPvCW.png

Posted
Just now, 2ndLt Livingston said:

what if someone didnt know how to CSS... you know just so they would know.....

Well you could find a guide on CSS. Its not super hard, but I'm biased as a professional web developer, so I unno. There is quite a bit you need to learn otherwise you won't know the extent of what you can do or not.

CAPT W. BAZARNICKI
Retired

 

Usn5YYq.png

Posted
22 hours ago, Sgt Bazarnicki said:

Well you could find a guide on CSS. Its not super hard, but I'm biased as a professional web developer, so I unno. There is quite a bit you need to learn otherwise you won't know the extent of what you can do or not.

jXdYfyq.png?1

CAPT J. DALE
Retired
MRB Command Staff (R)

AD_Dale_0117_zpsbhdv1zwc.png

Posted
7 hours ago, SSgt Wolfe said:

Post the code??? 

Okay. Its not complete, and some things may or may not be a bit funky, so don't say i didn't warn you.
 

.ipsWidget.ipsWidget_horizontal .ipsWidget_title,
.ipsWidget.ipsWidget_vertical .ipsWidget_title {
    color: #e2e2e2;
    background: #232739;
}
.ipsType_sectionTitle {
    color: #e3e3e3;
    background: #232739;
}
.ipsType_sectionTitle a {
    color: #e3e3e3;
}
.ipsBox:not( .ipsBox_transparent):not( .ipsModerated) {
    background: #13161f;
}
.ipsNavBar_primary {
    background: rgba(29, 33, 53, 0.8);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 5px;
}
.ipsDataList {
    background: #13161f;
}
#ipsLayout_contentWrapper {
    margin-top: 10px;
}
.ipsBreadcrumb.ipsBreadcrumb_top {
    background: rgba(29, 33, 53, 0.8);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 10px 10px;
    margin-bottom: 5px;
}

.ipsFollow {
	margin-top:10px;
    margin-right:10px;
}

#ipsLayout_header header {
    background: rgba(29, 33, 53, 0.8);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 10px 10px;
    margin-bottom: 5px;
}

.ipsPhotoPanel {
    background: rgba(29, 33, 53, 0.8);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 10px 10px;
}
.ipsApp .ipsButton_important {
    background: rgba(29, 33, 53, 0.8);
}

.ipsApp .ipsButton_important:hover {
    background: rgba(26, 39, 46, 0.8);
}

.ipsApp .ipsButton {
    border-radius: 5px;
    background: rgba(29, 33, 53, 0.8);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.ipsPager {
    border-radius: 5px;
    background: rgba(29, 33, 53, 0.8);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}
body {
    background-image: url('http://i.imgur.com/EnBmX4L.jpg');
}


Use at your own risk.

CAPT W. BAZARNICKI
Retired

 

Usn5YYq.png

Posted (edited)

Is there a way to make this change on Mozilla?

Edited by Sgt Hito

CAPT J. HITO

Reserves
3d MRB, Marine Raider Regiment

9NMtSz8.png

×
×
  • Create New...