/cyber/ - Cyberpunk & Science Fiction

A board dedicated to all things cyberpunk (and all other futuristic science fiction).

Posting mode: Reply

Check to confirm you're not a robot
Name
Email
Subject
Comment
Password
Drawing x size canvas
File(s)

Board Rules

Max file size: 350.00 MB

Max files: 5

Max message length: 4096

Manage Board | Moderate Thread

Return | Magrathea | Catalog | Bottom

Expand All Images


(119.88 KB 623x800 pepe.png)
CSS Anonymous 05/19/2016 (Thu) 16:57:18 [Preview] No. 102
Jesus, this board CSS is horrible.

This shit doesn't feel cyberpunk AT ALL!

Would anyone object to implementing a CSS similar to that of cyberlife or 8/cyber?


Anonymous 05/19/2016 (Thu) 22:18:56 [Preview] No. 103 del
(416.55 KB 1600x774 scrot.png)
>Jesus, this board CSS is horrible.

Would this do?
https://ghostbin.com/paste/a6xe7

I pasted isotope colors to the yotsuba style-sheet. Pic related.


Anonymous 05/20/2016 (Fri) 00:28:09 [Preview] No. 104 del
>>103
>violet
that's fucking awful looking.


Anonymous 05/20/2016 (Fri) 02:19:07 [Preview] No. 105 del
>>104
>that's fucking awful looking.
That's too bad. That's the best I can do with the effort I'm willing to put in.


Anonymous 05/20/2016 (Fri) 02:28:57 [Preview] No. 106 del
Hey faggots, 8/cyb/ has made an amber theme.
https://raw.githubusercontent.com/cyber-user/Amber/master/amber.css


Anonymous 05/20/2016 (Fri) 12:35:49 [Preview] No. 113 del
(242.16 KB 1600x777 amber.png)
>>106
Looks like it needs some "porting".


Anonymous 05/20/2016 (Fri) 13:19:54 [Preview] No. 114 del
>>106
>f*gg*ts
this post is offensive remove it please


Anonymous 05/20/2016 (Fri) 13:58:22 [Preview] No. 115 del
>>113
can someone make a userscript for this?


Anonymous 05/21/2016 (Sat) 22:22:03 [Preview] No. 118 del
lol, if people let me know what the colour scheme should be, I can make the css.
You want that amber shit?


Anonymous 05/22/2016 (Sun) 03:20:33 [Preview] No. 119 del
>>118
the background of the amber css is too brown.
make it black, also add some blue to the UI.


Anonymous 05/22/2016 (Sun) 07:50:03 [Preview] No. 127 del
>>119
as you wish

body {
background: #000000 none;
color: #FFAA00;
font-family: "Lucida Console", Monaco, monospace
}
.boardHeader p, .noEmailName, .noEmailName:hover, .linkSelf, .linkQuote, .hideLink, .threadPages span, .close-btn {
color: #FFAA00!important
}
a:link, a:visited, a:active, .quoteLink, .linkName {
color: #FF7700
}
a:hover {
color: #0088FF!important
}
.innerPost, .markedPost {
background-color: #000000;
border-color: #FFAA00!important
}
a.linkPreview {
display: none
}
hr {
border-color: #FFAA00
}
.red {
color: #AF0A0F
}
.labelSubject {
color: #FF7700
}
.hideLink {
font-weight: bold;
padding-right: 2px
}
.uploadDetails {
width: 255px;
word-break: break-all
}
.greenText {
color: #FF7700
}
nav {
background-color: #000000;
border-bottom: 1px solid #FFAA00
}
.threadPages {
background: #000000 none repeat scroll 0% 0%;
border-color: #FFAA00;
font-size: 100%;
}
#divPages {
background: #000000 none repeat scroll 0% 0%
}
.contentAction {
background-color: #000000;
border-color: #FFAA00
}
#modeBanner {
color: #FFAA00;
background-color: #000000
}
#quick-reply table {
background: #000000 none repeat scroll 0% 0%;
border-color: #FFAA00
}
th {
background-color: #000000!important
}

/* reply thumbnails */
.innerPost .imgLink img {
width: auto;
height: auto;
max-height: 200px;
max-width: 200px
}
img.imgExpanded {
max-height: none!important;
max-width: none!important
}


Anonymous 05/22/2016 (Sun) 10:42:58 [Preview] No. 128 del
>>127
too bad I'm not the BO


Anonymous 05/22/2016 (Sun) 12:32:17 [Preview] No. 129 del
>>128
lol, who is then?


Anonymous 05/27/2016 (Fri) 11:49:39 [Preview] No. 133 del
Where the fuck is the board owner!!??

Change the css you lazy spic!


Anonymous 05/28/2016 (Sat) 10:28:36 [Preview] No. 134 del
>>127
I only visualised in my head what it would look like. It's been applied on /desktops and there are two clear errors.

First:
th {
background-color: #100000!important
}

Second:
.innerPost, .markedPost {
background-color: #000000;
border-style: solid;
border-color: #FFAA00!important

#quick-reply table {
background: #000000 none repeat scroll 0% 0%;
border-style: none solid solid solid;
border-color: #FFAA00
}

.contentAction {
background-color: #000000;
border-style: solid;
border-color: #FFAA00
}

.catalogCell {
background-color: #000000;
border-color: #FFAA00
}


Anonymous 01/30/2017 (Mon) 08:58:54 [Preview] No. 175 del
>>127
>>134
Long overdue changes made.


Anonymous 01/31/2017 (Tue) 16:40:48 [Preview] No. 176 del
>>175
Ah nice one dude. I haven't been here in a while. There has been hide links added since I wrote that. You need to add a[id^="hide"]

a[id^="hide"], a:link, a:visited, a:active, .quoteLink, .linkName {
color: #FF7700

Thanks so much for using the CSS, chummer.


Anonymous 01/31/2017 (Tue) 21:36:41 [Preview] No. 181 del
>>176
added


Anonymous 02/08/2017 (Wed) 16:55:13 [Preview] No. 210 del
Hey BO, I noticed the spoiler tag is difficult to see on the black bg. I suppose it isn't a problem, but if you want them more visible, you should add this to the CSS:

span.spoiler {
background: #FA0 none repeat scroll 0% 0%;
color: #FA0;
padding: 0px 1px
}


Anonymous 02/10/2017 (Fri) 21:33:39 [Preview] No. 214 del
>>210
Should it become a problem I'll change it.



Top | Catalog | Post a reply | Magrathea | Return