diff --git a/stylesheets/gorby.css b/stylesheets/gorby.css new file mode 100644 index 00000000..138b2fdb --- /dev/null +++ b/stylesheets/gorby.css @@ -0,0 +1,174 @@ +/* based on jungle.css from brchan.org */ + +div.post.op { + margin-right: 20px; + margin-bottom: 5px; + background-image: url("img/pizza_pattern.png"); +} + +body { + background: #ffe; + background-image: url('img/pizza_pattern1.png'), url('img/pizza_pattern1.png'); + background-repeat: repeat-x, repeat; + +background-attachment: scroll, scroll; + color: #242B23; + font-family: serif; + font-size: 16px; +} +.bar +{ + border-color: #E5D959!important; + background-image: url('img/pizza_pattern.png'); + -moz-box-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; +} +div.title h1 { + font-size: 24px; +} +div.title p { + font-size: 10px; +} +a:hover { + color: red !important; +} +a.post_no { + color: #800000; +} + +desktop-style .bl-menu{ + background-image: url('img/pizza_pattern1.png'), url('img/pizza_pattern1.png'); + background-repeat: repeat-x, repeat; + background-attachment: scroll, scroll; +} + +.boardlist .board a { +background: #65AB6B; +border: 1px solid #054500; +color: #054500; +font-weight: 600; +} + + +div.post.reply { + background-image: url('img/pizza_pattern.png'); + border: 1px solid #E5D959; +border-left: none; +border-top: none; +webkit-border-radius: 5px; +-moz-border-radius: 5px; +border-radius: 5px; +-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35); +-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.35); +-o-box-shadow: 0px 2px 3px rgba(0,0,0,0.35); +box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35); +} +div.post.reply.highlighted { + background-image: url('img/pizza_pattern1.png'); + border: 1px solid #E5D959; +border-left: none; +border-top: none; +webkit-border-radius: 5px; +-moz-border-radius: 5px; +border-radius: 5px; +-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35); +-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.35); +-o-box-shadow: 0px 2px 3px rgba(0,0,0,0.35); +box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35); +} +div.post.reply div.body a { + color: #00E; +} +.intro span.subject { + color: #d00; +} +form table tr th { + background: #65AB6B; +border: 1px solid #054500; +font-weight: 600; +} +div.ban h2 { + background: #FCA; + color: inherit; +} +div.ban { + border-color: #800; +} +div.ban p { + color: black; +} +.topbar { + background-image: url('img/pizza_pattern.png'); +} +div.pages { + padding: 7px 5px; + color: #054500; + font-size: 12pt; + + background-image: url('img/pizza_pattern.png'); + border-width: 1px; + border-style: inset; + +} +div.pages a.selected { + color: #800; +} +hr { + border-width: 1px; + border-style: inset; +} +div.boardlist { + color: #52794F; + font-size: 11pt; +} +div.boardlist a { + color: #195319; +} +.post-hover { + border: solid 1px #265026 !important; +} +unimportant, .unimportant * { + font-size: 13px; +} +table.modlog tr th { + background: #EA8; +} + +.intro span.name { +color: maroon; +font-weight: 600; +} + +header div.subtitle, h1 { +color: #054500; +} +.desktop-style div.boardlist:nth-child(1) { + text-shadow: #fff 1px 1px 1px, #fff -1px -1px 1px; +} + + +.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu { + background-color: rgba(90%, 90%, 90%, 0.55); +} + +/* + FILE ARCHIVED ON 22:11:24 Sep 03, 2022 AND RETRIEVED FROM THE + INTERNET ARCHIVE ON 20:51:17 Oct 23, 2024. + JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. + + ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. + SECTION 108(a)(3)). +*/ +/* +playback timings (ms): + captures_list: 0.581 + exclusion.robots: 0.03 + exclusion.robots.policy: 0.017 + esindex: 0.011 + cdx.remote: 5.88 + LoadShardBlock: 143.75 (3) + PetaboxLoader3.datanode: 138.237 (4) + PetaboxLoader3.resolve: 80.652 (2) + load_resource: 175.057 +*/ \ No newline at end of file diff --git a/stylesheets/img/pizza_pattern.png b/stylesheets/img/pizza_pattern.png new file mode 100644 index 00000000..ecc7a013 Binary files /dev/null and b/stylesheets/img/pizza_pattern.png differ diff --git a/stylesheets/img/pizza_pattern1.png b/stylesheets/img/pizza_pattern1.png new file mode 100644 index 00000000..10a4d816 Binary files /dev/null and b/stylesheets/img/pizza_pattern1.png differ