Created
May 10, 2020 14:14
-
-
Save STrRedWolf/48169c89d501f8977a52eebbcc71f69e to your computer and use it in GitHub Desktop.
Railroad.Net Stylus sheets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document url-prefix("https://railroad.net/viewforum.php?f=214") { | |
/* Widen the site as a whole. */ | |
.container { | |
width: 95% | |
} | |
/* Trim the header */ | |
header { | |
padding: 30px 15px 5px | |
} | |
/* Trim some fat under the "breadcrumb" box */ | |
.sub-breadcrumb { | |
margin: 1px 0 5px | |
} | |
.pagination { | |
margin: 2px; | |
} | |
/* 10px space. Really needs to be shorter */ | |
.space10 { | |
height: 5px !important; | |
} | |
} | |
@-moz-document url-prefix("https://railroad.net/viewtopic.php?f=214&") { | |
/* Widen the site as a whole. */ | |
.container { | |
width: 95% | |
} | |
/* Trim the header */ | |
header { | |
padding: 30px 15px 5px | |
} | |
/* Trim some fat under the "breadcrumb" box */ | |
.sub-breadcrumb { | |
margin: 1px 0 5px | |
} | |
.pagination { | |
margin: 2px; | |
} | |
/* 10px space. Really needs to be shorter */ | |
.space10 { | |
height: 5px !important; | |
} | |
/* Titles are forced upper by the font. */ | |
} | |
@-moz-document url-prefix("https://railroad.net/posting.php?mode=reply&f=214&") { | |
/* Widen the site as a whole. */ | |
.container { | |
width: 95% | |
} | |
/* Trim the header */ | |
header { | |
padding: 30px 15px 5px | |
} | |
/* Trim some fat under the "breadcrumb" box */ | |
.sub-breadcrumb { | |
margin: 1px 0 5px | |
} | |
.pagination { | |
margin: 2px; | |
} | |
/* 10px space. Really needs to be shorter */ | |
.space10 { | |
height: 5px !important; | |
} | |
/* Titles are forced upper by the font. */ | |
h2 { | |
margin: 2px 0 2px; | |
} | |
.well { | |
padding: 10px 10px; | |
} | |
h3 { | |
margin: 0; | |
} | |
.control-group { | |
margin-top: 5px; | |
padding-bottom: 5px; | |
} | |
.controls > .radio { | |
margin: 0px 0px 0px 15px | |
} | |
.form-actions { | |
padding: 5px 15px | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment