/theme/ - Custom Stylesheets

Someone has to do it.

Posting mode: Reply

Check to confirm you're not a robot
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


Endchan's Javascript currently breaks Board CSS, please use the CSS in your browser instead until the problem is resolved.

Expand All Images


Themes Anonymous 01/04/2016 (Mon) 17:42:51 [Preview] No. 2
This thread is meant for changes to the color scheme and images used on boards.


Anonymous 01/04/2016 (Mon) 19:41:16 [Preview] No. 6 del
(66.53 KB 1348x602 1.png)
(63.76 KB 1007x290 2.png)
True Yotsuba B
version 1

Provides slightly more contrast than the default endchan CSS.

CSS


/* page top */

nav { background-color: #D6DAF0; }
body {
background: #EEF2FF url("https://endchan.xyz/theme/media/2.png") repeat-x 50% 0%;
color: #000000;
}
.boardHeader p { color: #af0a0f; }

/* post form */

.form-post th { background-color: #98e; }

/* thread/post report and management form */

.contentAction, #transferControls, #ipDelete {
background-color: #d6daf0;
border-color: #B7C5D9;
}

/* posts */

.innerPost, .markedPost {
background-color: #D6DAF0;
border-color: #B7C5D9;
}
.markedPost { background-color: #D6BAD0; }
.linkName { color: #0F0C5D; }
.linkName:hover { color: #ff0000; }
.noEmailName, .noEmailName:hover { color: #117743; }
.quoteLink { color: #ff0000; }
.linkSelf { color: #000; }
.linkSelf:hover { color: #ff0000; }
.linkQuote { color: #000; }
.linkQuote:hover { color: #ff0000; }
.labelSubject { color: #0F0C5D; }
.labelRole { color: #ff0000; }
.divBanMessage { color: #ff0000; }

/* markdown */

.greenText { color: #789922; }

.redText { color: #AF0A0F; }

span.spoiler {
background: #000;
color: #000;
}

.spoiler:hover {
color: #000;
background-color: #d6daf0;
}

/* catalog */

.red { color: #af0a0f; }
.catalogCell {
background-color: rgba(182, 182, 182 ,0.12);
border: 2px solid rgba(111, 111, 111, 0.34);
}
Edited last time by cssguy on 01/04/2016 (Mon) 19:46:23.


Anonymous 01/04/2016 (Mon) 20:27:07 [Preview] No. 7 del
(399.82 KB 1349x602 1.png)
(22.18 KB 422x568 2.png)
(200.21 KB 849x579 3.png)
Yotsuba
version 1

Slightly more Yotsuba than 8chan's version even. (You can pretend you're moot again.)

CSS


nav {
background-color: #F0E0D6;
color: #B86;
border-bottom: 1px solid #800;
}
nav a {
color: #800;
}
body {
background: #ffe url("https://endchan.xyz/theme/media/3.png") repeat-x 50% 0%;
color: #800000;
}
.boardHeader p { color: #af0a0f; }

/* post form */

.form-post th { background-color: #EA8; }

/* thread/post report and management form */

.contentAction, #transferControls, #ipDelete {
background: #f0e0d6;
border-color: #d9bfb7;
}

/* posts */

.innerPost, .markedPost {
background: #f0e0d6;
border-color: #d9bfb7;
}
.markedPost { background-color: #f0c0b0; }
.linkName { color: #0F0C5D; }
.linkName:hover { color: #ff0000; }
.noEmailName, .noEmailName:hover { color: #117743; }
.quoteLink { color: #ff0000; }
.linkSelf { color: #800000; }
.linkSelf:hover { color: #d00; }
.linkQuote { color: #800000; }
.linkQuote:hover { color: #d00; }
.labelSubject { color: #d00; }
.labelRole { color: #ff0000; }
.divBanMessage { color: #ff0000; }

/* markdown */

.greenText { color: #789922; }

.redText { color: #d00; }

span.spoiler {
background: #000;
color: #000;
}

.spoiler:hover {
color: #800000;
background-color: #f0e0d6;
}

/* catalog */

.red { color: #af0a0f; }
.catalogCell {
background-color: rgba(182, 182, 182 ,0.12);
border: 2px solid rgba(111, 111, 111, 0.34);
}
Edited last time by cssguy on 01/04/2016 (Mon) 20:33:34.


Anonymous 01/05/2016 (Tue) 15:50:23 [Preview] No. 9 del
(18.01 KB 545x551 1.png)
(21.83 KB 643x265 2.png)
Tomorrow
version 2

Fixed the post number link color.

CSS


/* page top */

nav {
background-color: #1d1f21;
color: #C5C8C6;
border-bottom: 1px solid #000;
}
nav a {
color: #81a2be;
}
body {
background: #1d1f21 none;
color: #C5C8C6;
}
.boardHeader p { color: #C5C8C6; }
a, a:visited { color: #81a2be; }
a:hover { color: #5F89AC; }
div#modeBanner {
color: #C5C8C6;
background-color: #1d1f21;
}

/* post form */

.form-post th { background-color: #282a2e; }

/* thread/post report and management form */

.contentAction, #transferControls, #ipDelete {
background: #282a2e;
border-color: #282a2e;
}

/* posts */

.innerPost, .markedPost {
background: #282a2e;
border-color: #282a2e;
}
.markedPost {
background-color: #1d1d21;
border:1px solid #111;
}
.linkName { color: #81a2be; }
.linkName:hover { color: #F20; }
.noEmailName, .noEmailName:hover { color: #C5C8C6; }
.quoteLink { color: #81a2be; }
.linkSelf { color: #C5C8C6; }
.linkSelf:hover { color: #5F89AC; }
.linkQuote { color: #C5C8C6; }
.linkQuote:hover { color: #5F89AC; }
.labelSubject { color: #b294bb; }
.labelRole {
color: #ff0000;
background-color: #000;
}
.divBanMessage { color: #C5C8C6; }

/* markdown */

.greenText { color: #adbd68; }

.redText { color: #F20; }

span.spoiler {
background: #000;
color: #000;
}

.spoiler:hover {
color: #C5C8C6;
background-color: #282a2e;
}

/* catalog */

.red { color: #af0a0f; }
.catalogCell {
background-color: rgba(182, 182, 182 ,0.12);
border: 2px solid rgba(111, 111, 111, 0.34);
}
Edited last time by cssguy on 01/05/2016 (Tue) 23:55:36.


Anonymous 01/07/2016 (Thu) 21:58:40 [Preview] No. 13 del
(1.62 MB 1894x6282 a.png)
DarkEnd
Version = 1.1

Makes everything dark. Further updates can be found at the links below.
>>>/darkend/
https://userstyles.org/styles/122811/enddark

>is there a way to turn off all caps in the board title?
Go to the title part and remove "text-transform: uppercase;"

CSS

/*Name: DarkEnd
*Version: 1.1
*/

/*Base*/
body {
color: #898888;
background: #0B0B0B;}
hr {
border: 1px solid #535353;}
a {
color: #9393DE;}
#bannerImage {
width: 50%;}

/*Nav Bar*/
nav {
background-color: #121212;
border-bottom: 1px solid #535353;}

/*Front Page*/
h2 {
float: right;
margin-right: 2.5em;}
#topBox, #newsBox, #divBoards, #divLatestPosts, #divLatestImages{
background-color: #121212;
border: solid 1px #535353;}
#innerWrapper {
width: 60%;}
#divLatestImages {
max-width: none;}
footer {
background-color: #121212;
border-top: solid 1px #535353;}

/*Account Page*/
.settings{
background-color: #121212;
border: solid 1px #535353;}
input {
color: #898888;
background-color: #121212;
border: solid 1px #535353;}

/*Board Mangment Page*/
.settings textarea{
color: #898888;
background-color: #121212;
border: solid 1px #535353;}

/*Board Page*/
#boardsCellHeader span {
color: #898888;
background-color: #121212;
border: solid 1px #535353;}
.boardsCell:nth-of-type(odd) span {
background-color: #121212;
color: #898888;
border: solid 1px #535353;}
Edited last time by cssguy on 01/08/2016 (Fri) 01:51:48.


Anonymous 01/08/2016 (Fri) 01:59:04 [Preview] No. 19 del
DarkEnd (continued)


/*Title*/
#labelName {
text-transform: uppercase;
font-weight: bold;}
#labelDescription {
font-weight: bold;}

/*Form*/
.form-post {
background: #121212;
color: #898888;
border: solid 1px #535353;
padding: 1em;}
.form-post th {
color: #898888;
background-color: #121212;
border: solid 1px #535353;}
#fieldName, #fieldEmail, #fieldSubject, #fieldMessage, #fieldPostingPassword {
background-color: #121212;
color: #898888;
border: solid 1px #535353;}
#postBox textarea {
width: 18.5em;}
#fieldName, #fieldEmail, #fieldPostingPassword {
width: 18.8em;}
button {
background-color: #121212;
color: #898888;
border: solid 1px #535353;
margin-left: 3px;}

/*Post*/
.innerPost, .markedPost {
background-color: #121212;
max-width: 100%;
border: solid 1px #535353;}
.labelSubject {
color: #8E8ED7;}
.linkSelf, .linkQuote {
color: #898888;}

/*In Thread*/
#modeBanner {
color: #fff;
background-color: #770A0D;
padding-bottom: 0.1em;
padding-top: 0.1em;}

/*Report Box*/
.contentAction, #transferControls, #ipDelete {
margin-top: 2em;
background-color: #121212;
border: solid 1px #535353;
padding: 0.5em;
margin: 3em 0 1em 1em;}
#reportFieldReason {
margin-left: 2em}
#deletionFieldPassword {
margin-left: 0.6em;}
#reportFieldReason, #deletionFieldPassword {
background-color: #121212;
border: 1px solid #535353;}
#transferControls, #ipDelete {
display: none}


End of CSS

Licensed under CC-BY 4.0

BO Edit: Please post the CSS in full even if it requires more than one post. I removed some of the blank lines and it still didn't fit, so I understand where you're coming from.


Anonymous 01/08/2016 (Fri) 02:07:55 [Preview] No. 20 del
>>13
>>19
Thx anon for posting the update


Anonymous 01/08/2016 (Fri) 12:02:42 [Preview] No. 23 del
DarkEnd
Version = 1.2

Makes everything dark.

>is there a way to turn off all caps in the board title?
Go to the title part and remove "text-transform: uppercase;"

CSS
Get it at:
https://spit.mixtape.moe/view/7d4dc7f9
https://userstyles.org/styles/122811/darkend
CSS to big to post


Anonymous 01/08/2016 (Fri) 16:21:50 [Preview] No. 25 del
>>23
looks good. thanks

I see whoever made this hasn't fixed the hover over breaking custom CSS yet though. That's annoying.


Anonymous 01/08/2016 (Fri) 16:26:12 [Preview] No. 26 del
>>25
I made this I can't fix it. Its got to do with the javascript I am looking into making a userscript to fix it at the moment.


Anonymous 01/09/2016 (Sat) 01:07:35 [Preview] No. 27 del
>>26
I meant whoever made this site, not you.
You're doing god's work, anon.


Anonymous 01/09/2016 (Sat) 02:20:41 [Preview] No. 28 del
>>27
Thanks just released update 1.4. Also I am thing of changing the red text to a darker red what do you guys think. I was thinking something like #961B1E


Anonymous 01/09/2016 (Sat) 02:22:01 [Preview] No. 29 del
>>28
*Also I am thinking of changing


Anonymous 01/09/2016 (Sat) 02:26:40 [Preview] No. 30 del
DarkEnd
Version = 1.4

Updates
08.01.16 | update 1.1
- Made banner images smaller
08.01.16 | update 1.2
- Add custom highlighting
- Fix Spoiler
08.01.16 | update 1.3
- Added custom scroll bar
- Clean up code
- Bug fixes
08.01.16 | update 1.4
- Add catalog support

What is it
Makes everything dark.

Support
>is there a way to turn off all caps in the board title?
Go to the title part and remove "text-transform: uppercase;"

CSS
Get it at:
https://spit.mixtape.moe/view/5f0c6ba0
https://userstyles.org/styles/122811/darkend
[spoiler]CSS to big to post[spoiler]


Anonymous 01/09/2016 (Sat) 21:47:23 [Preview] No. 31 del
>>28
I think the redtext is the right color, for my board at least. where do I change it if I want to to stay that color of red?


Anonymous 01/09/2016 (Sat) 21:51:03 [Preview] No. 32 del
>>31
I have not change the colour yet if I do I will inform people how to change it to original


Anonymous 01/09/2016 (Sat) 23:16:13 [Preview] No. 33 del
(93.94 KB 1858x600 a.PNG)
DarkEnd
Version = 1.5

Updates
08.01.16 | update 1.1
- Made banner images smaller
08.01.16 | update 1.2
- Add custom highlighting
- Fix Spoiler
08.01.16 | update 1.3
- Added custom scroll bar
- Clean up code
- Bug fixes
08.01.16 | update 1.4
- Add catalog support
10.01.16 | update 1.5
- Footer area changes.

What is it
Makes everything dark.

Support
>is there a way to turn off all caps in the board title?
Go to the title part and remove "text-transform: uppercase;"

CSS
Get it at:
https://spit.mixtape.moe/view/a7f0827d
https://userstyles.org/styles/122811/darkend
CSS to big to post

PS. I can not for the life of me get the report box to center if anyone can help I would appreciate it.


Anonymous 01/10/2016 (Sun) 03:28:00 [Preview] No. 34 del


Anonymous 01/10/2016 (Sun) 17:59:36 [Preview] No. 35 del
DarkEnd
Version = 1.6

Updates
08.01.16 | update 1.1
- Made banner images smaller
08.01.16 | update 1.2
- Add custom highlighting
- Fix Spoiler
08.01.16 | update 1.3
- Added custom scroll bar
- Clean up code
- Bug fixes
08.01.16 | update 1.4
- Add catalog support
10.01.16 | update 1.5
- Footer area changes.
10.01.16 | update 1.6
- Report Changes.

Tell Me
I am now will take request for features or your own custom CSS for your board.

What is it
Makes everything dark.

Support
>is there a way to turn off all caps in the board title?
Go to the title part and remove "text-transform: uppercase;"

CSS
Get it at:

https://userstyles.org/styles/122811/darkend
CSS to big to post


Anonymous 01/10/2016 (Sun) 18:01:09 [Preview] No. 36 del


Anonymous 01/10/2016 (Sun) 20:22:23 [Preview] No. 37 del
(5.79 KB 537x42 colors.png)
>>35
can you change the color of subject or name? right now their the same color.


Anonymous 01/10/2016 (Sun) 21:23:58 [Preview] No. 39 del
DarkEnd
Version = 1.6.2

Updates
08.01.16 | update 1.1
- Made banner images smaller
08.01.16 | update 1.2
- Add custom highlighting
- Fix Spoiler
08.01.16 | update 1.3
- Added custom scroll bar
- Clean up code
- Bug fixes
09.01.16 | update 1.4
- Add catalog support
10.01.16 | update 1.5
- Footer area changes.
10.01.16 | update 1.6
- Report box.


Requested Updates
10.01.16 | update 1.6.1
- Change colour of the name.
10.01.16 | update 1.6.2
- Change colour of the subject.

Tell Me
I am now will take request for features or your own custom CSS for your board.

What is it
Makes everything dark.

Support
>is there a way to turn off all caps in the board title?
Go to the title part and remove "text-transform: uppercase;". Version 1.6 the is no text transformation so you do not need to change anything.

>can you change the color of subject or name? right now their the same color.
Done name and subject have been change to different colours.

CSS
Try it at:
https://endchan.xyz/darkend/

Get it at:
https://spit.mixtape.moe/view/abf28cbc
https://userstyles.org/styles/122811/darkend


Anonymous 01/11/2016 (Mon) 20:23:00 [Preview] No. 40 del
(36.10 KB 1345x187 WEW LAD.png)
>>39
still haven't figured out how to centre it?


Anonymous 01/11/2016 (Mon) 20:53:34 [Preview] No. 41 del
>>40
Yep that why I made it like that


Anonymous 01/14/2016 (Thu) 09:09:24 [Preview] No. 42 del
are you going to update the other themes to fix the report box?

Thanks again for the work you've put into this.


Anonymous 01/15/2016 (Fri) 00:01:43 [Preview] No. 43 del
DarkEnd
Version = 1.6.2

Updates
08.01.16 | update 1.1
- Made banner images smaller
08.01.16 | update 1.2
- Add custom highlighting
- Fix Spoiler
08.01.16 | update 1.3
- Added custom scroll bar
- Clean up code
- Bug fixes
09.01.16 | update 1.4
- Add catalog support
10.01.16 | update 1.5
- Footer area changes.
10.01.16 | update 1.6
- Report box.
14.01.16 | update 1.7
- Semi fix multi image posts

Requested Updates
10.01.16 | update 1.6.1
- Change colour of the name.
10.01.16 | update 1.6.2
- Change colour of the subject.

Tell Me
I am now will take request for features or your own custom CSS for your board.

What is it
Makes everything dark.

Support
>is there a way to turn off all caps in the board title?
Go to the title part and remove "text-transform: uppercase;". Version 1.6 the is no text transformation so you do not need to change anything.

>can you change the color of subject or name? right now their the same color.
Done name and subject have been change to different colours.

CSS
Try it at:
https://endchan.xyz/darkend/

Get it at:
https://spit.mixtape.moe/view/52b525b0
https://userstyles.org/styles/122811/darkend
CSS to big to post


Anonymous 01/15/2016 (Fri) 15:27:50 [Preview] No. 44 del
DarkEnd
Version = 1.8beta

Updates
08.01.16 | update 1.1
- Made banner images smaller
08.01.16 | update 1.2
- Add custom highlighting
- Fix Spoiler
08.01.16 | update 1.3
- Added custom scroll bar
- Clean up code
- Bug fixes
09.01.16 | update 1.4
- Add catalog support
10.01.16 | update 1.5
- Footer area changes.
10.01.16 | update 1.6
- Report box.
14.01.16 | update 1.7
- Semi fix multi image posts
15.01.16 | update 1.8beta
- Fix CSS resting


Requested Updates
10.01.16 | update 1.6.1
- Change colour of the name.
10.01.16 | update 1.6.2
- Change colour of the subject.

Tell Me
I am now will take request for features or your own custom CSS for your board.

What is it
Makes everything dark.

Support
>is there a way to turn off all caps in the board title?
Go to the title part and remove "text-transform: uppercase;". Version 1.6 the is no text transformation so you do not need to change anything.

>can you change the color of subject or name? right now their the same color.
Done name and subject have been change to different colours.

CSS
Try it at:
https://endchan.xyz/darkend/

Get it at:
https://spit.mixtape.moe/view/428746ea
https://userstyles.org/styles/122811/darkend
CSS to big to post


Anonymous 01/16/2016 (Sat) 21:53:44 [Preview] No. 45 del
>>42
I made the darkend stuff if op does not do it I will.


Anonymous 01/17/2016 (Sun) 15:32:38 [Preview] No. 46 del
DarkEnd
Version = 2.0

Updates
08.01.16 | update 1.1
- Made banner images smaller
08.01.16 | update 1.2
- Add custom highlighting
- Fix Spoiler
08.01.16 | update 1.3
- Added custom scroll bar
- Clean up code
- Bug fixes
09.01.16 | update 1.4
- Add catalog support
10.01.16 | update 1.5
- Footer area changes.
10.01.16 | update 1.6
- Report box.
14.01.16 | update 1.7
- Semi fix multi image posts
15.01.16 | update 1.8beta
- Fix CSS resting
17.01.16 | update 2.0
- Quick reply box support.


Requested Updates
10.01.16 | update 1.6.1
- Change colour of the name.
10.01.16 | update 1.6.2
- Change colour of the subject.

Tell Me
I am now will take request for features or your own custom CSS for your board.

What is it
Makes everything dark.

Support
>is there a way to turn off all caps in the board title?
Go to the title part and remove "text-transform: uppercase;". Version 1.6 the is no text transformation so you do not need to change anything.

>can you change the color of subject or name? right now their the same color.
Done name and subject have been change to different colours.

CSS
Try it at:
https://endchan.xyz/darkend/

Get it at:
https://spit.mixtape.moe/view/965932af
https://userstyles.org/styles/122811/darkend
CSS to big to post


Anonymous 01/18/2016 (Mon) 20:41:30 [Preview] No. 47 del
DarkEnd
Description = This theme makes every part of endchan dark. Alos everything in this theme is subject to change. Also I welcome people's opinions about on the theme so if you feel something should change tell me.
Version = 2.1

Updates
08.01.16 | update 1.1
- Made banner images smaller
08.01.16 | update 1.2
- Add custom highlighting
- Fix Spoiler
08.01.16 | update 1.3
- Added custom scroll bar
- Clean up code
- Bug fixes
09.01.16 | update 1.4
- Add catalog support
10.01.16 | update 1.5
- Footer area changes.
10.01.16 | update 1.6
- Report box.
14.01.16 | update 1.7
- Semi fix multi image posts
15.01.16 | update 1.8beta
- Fix CSS resting
17.01.16 | update 2.0
- Quick reply box support.
19.01.16 | update 2.1
- Center report box.
- Some small fixes.


Requested Updates
10.01.16 | update 1.6.1
- Change colour of the name.
10.01.16 | update 1.6.2
- Change colour of the subject.

Tell Me
I am now will take request for features or your own custom CSS for your board.

Support
>is there a way to turn off all caps in the board title?
Go to the title part and remove "text-transform: uppercase;". Version 1.6 the is no text transformation so you do not need to change anything.

>can you change the color of subject or name? right now their the same color.
Done name and subject have been change to different colours.

CSS
Try it at:
https://endchan.xyz/darkend/

Get it at:
https://spit.mixtape.moe/view/cd027081
https://userstyles.org/styles/122811/darkend
CSS to big to post


Anonymous 01/18/2016 (Mon) 20:57:58 [Preview] No. 48 del
(3.29 MB 1908x10372 board.png)
(1.12 MB 1908x1803 front.png)


Anonymous 01/23/2016 (Sat) 00:24:03 [Preview] No. 49 del
(23.14 KB 855x238 darkenddddd.png)
>>47
why is this happening?


Anonymous 01/23/2016 (Sat) 00:31:59 [Preview] No. 50 del
>>49
Endchan had an update that changes some things I have the update to fix it just haven't pushed it out yet, just got to fix some small thing then I will push it out


Anonymous 01/23/2016 (Sat) 01:20:20 [Preview] No. 51 del
DarkEnd
Description = This theme makes every part of endchan dark. Alos everything in this theme is subject to change. Also I welcome people's opinions about on the theme so if you feel something should change tell me.
Version = 2.3


Updates
08.01.16 | update 1.1
- Made banner images smaller
08.01.16 | update 1.2
- Add custom highlighting
- Fix Spoiler
08.01.16 | update 1.3
- Added custom scroll bar
- Clean up code
- Bug fixes
09.01.16 | update 1.4
- Add catalog support
10.01.16 | update 1.5
- Footer area changes.
10.01.16 | update 1.6
- Report box.
14.01.16 | update 1.7
- Semi fix multi image posts
15.01.16 | update 1.8beta
- Fix CSS resting
17.01.16 | update 2.0
- Quick reply box support.
19.01.16 | update 2.1
- Center report box.
- Some small fixes.
19.01.16 | update 2.2
- Fixed colour where I change the colours and did not realise
23.01.16 | update 2.3
- Bug fixes

Requested Updates
10.01.16 | update 1.6.1
- Change colour of the name.
10.01.16 | update 1.6.2
- Change colour of the subject.


Tell Me
I am now will take request for features or your own custom CSS for your board.


Support
>is there a way to turn off all caps in the board title?
Go to the title part and remove "text-transform: uppercase;". Version 1.6 the is no text transformation so you do not need to change anything.

>can you change the color of subject or name? right now their the same color.
Done name and subject have been change to different colours.


CSS
Try it at:
https://endchan.xyz/darkend/

Get it at:
https://spit.mixtape.moe/view/c52aa946
https://userstyles.org/styles/122811/darkend
CSS to big to post


Anonymous 01/25/2016 (Mon) 02:53:34 [Preview] No. 52 del
>>50
>>51
Thanks! Looks good.


Anonymous 01/28/2016 (Thu) 20:40:31 [Preview] No. 53 del
DarkEnd
Version = 2.3


Description
This is the beta for DarkEnd please leave feedback on what you liked and what you disliked.


Tell Me
I am now willing to take request for features or your own custom CSS for your board.


Support


CSS
Get it at:
https://userstyles.org/styles/123633/darkend-beta-branch
Edited last time by TheJellyBeanKing on 01/28/2016 (Thu) 20:42:00.


Anonymous 02/25/2016 (Thu) 23:48:13 [Preview] No. 57 del
Tomorrow
version 3
Add QR Support.

CSS
https://spit.mixtape.moe/view/acf826e5
Edited last time by TheJellyBeanKing on 02/25/2016 (Thu) 23:49:44.


Anonymous 02/25/2016 (Thu) 23:51:42 [Preview] No. 58 del
>>57
The are still things that need fixed like the front page but I will only fix those if people want me to


Anonymous 02/26/2016 (Fri) 00:04:55 [Preview] No. 59 del


Anonymous 03/08/2016 (Tue) 06:56:52 [Preview] No. 60 del
>>53
DarkEnd
Version LIVE EndChan version

Description
This finishes everything else that was still bright. Plus includes the correct !important overrides to work against the global stylesheet. I'm not even sure what version this is based on as >>>/darkend/ looks different.

Support
See >>53

CSS
https://spit.mixtape.moe/view/94b4670c
Edited last time by odilitime on 03/08/2016 (Tue) 07:00:32.


Anonymous 03/08/2016 (Tue) 07:47:47 [Preview] No. 61 del
>>60
That one you have is my update for tomorrow. Not DarkEnd

The one that should work is this:
https://spit.mixtape.moe/view/d7a2b374
This will some fix but that it.



Top | Catalog | Post a reply | Magrathea | Return