stylesheet thread Anonymous https://bbs.gikopoi.com/atom/thread/1720824245 2024-08-22T10:19:12+00:00 stylesheet thread https://bbs.gikopoi.com/post/1720824245/1 2024-07-12T22:44:05+00:00 2024-07-12T22:44:05+00:00 talk about pohon stylesheets here<br>here are various site features to test<br>>gtxt<br>%%spoiler%% Reply to thread https://bbs.gikopoi.com/post/1720824245/2 2024-07-12T22:44:36+00:00 2024-07-12T22:44:36+00:00 example sage Reply to thread https://bbs.gikopoi.com/post/1720824245/3 2024-07-12T22:55:51+00:00 2024-07-12T22:55:51+00:00 < more<br>, test<br>^ ing<br>>#2 Reply to thread https://bbs.gikopoi.com/post/1720824245/4 2024-07-12T23:28:33+00:00 2024-07-12T23:28:33+00:00 ugly stylesheet 'arctic'<br><br>body {<br> background-color: #136;<br> color: #fff;<br> font-family: monospace, monospace;<br> max-width: 1234px;<br> margin-left: 16px;<br> margin-right: 32px;<br> line-height: 0.9;<br>}<br><br>.sjis {<br> font-family: Mona, "MS PGothic", Osaka, Meiryo, monospace, monospace;<br>}<br><br>a, a:visited { color: #bee;}<br><br>hr {<br> border: 0 none;<br> height: 1px;<br> background-color: #777;<br> color: #777;<br>}<br><br>.headline {<br> display: block;<br> font-size: 1.5em;<br> font-weight: bold;<br> margin-top: 0.83em;<br> margin-bottom: 0.83em;<br>}<br><br>.thread-head {<br> display: block;<br> font-size: 1.17em;<br> margin-top: 1em;<br> margin-bottom: 1em;<br> margin-left: 0;<br> margin-right: 0;<br> font-weight: bold;<br>}<br><br>.title {<br> background-color: #007f7f;<br> padding:2px;<br> color:#fff;<br>}<br><br>.new-thread {<br> line-height: 2;<br>}<br>.new-thread > form > input[type="text"] {<br> width: 300px;<br>}<br><br>label {<br> white-space: nowrap;<br>}<br><br>table.comment-box {<br> padding-left: 3em;<br>}<br><br>td.comment {<br> padding-left: 1em;<br> width: 80ch; <br> white-space: break-spaces;<br>}<br><br>span.subject {<br> font-weight: bold;<br>}<br><br>span.pubdate {<br> text-decoration: underline;<br>}<br><br>span.author {<br> font-weight: bold;<br>}<br><br>span.deleted {<br> font-style: italic;<br>}<br><br>span.error {<br> color: red;<br>}<br><br>details {<br> user-select: none;<br> border: 2px solid black;<br> padding: 1em;<br> background-color: #066;<br>}<br><br>details.tagbox {<br> width: 350px;<br>}<br><br>details.replybox {<br> width: 40em;<br>}<br><br>details > p {<br> border-top: 2px solid white;<br> padding-top: 1em;<br>}<br><br>summary {<br> cursor: pointer;<br> text-decoration: underline;<br> color: cyan;<br>}<br><br>input.subject {<br> width: 20em;<br>}<br><br>.threadnav {<br> padding: 4px;<br> background-color: #249;<br> max-width: 300px;<br> position: sticky;<br> float:right;<br> top: 10%;<br>}<br><br>.sage {<br> background-color: #137;<br> color: #bbf;<br> font-weight: normal;<br> font-style: italic;<br>}<br><br>.trip {<br> color: #c1f;<br> font-weight: normal;<br> font-style: normal;<br> border-bottom: 1px solid;<br>}<br><br>.quote {<br> color: #0f2;<br>}<br><br>.quote2 {<br> color: #fb2;<br>}<br><br>.quote3 {<br> color: #f6e;<br>}<br><br>.spoiler {<br> color: #002;<br> background-color: #002;<br>}<br><br>.spoiler:hover {<br> color: #ffe;<br>}<br> Reply to thread https://bbs.gikopoi.com/post/1720824245/5 2024-07-13T04:19:07+00:00 2024-07-13T04:19:07+00:00 wip: https://i.imgur.com/tm7lSEq.jpeg Reply to thread https://bbs.gikopoi.com/post/1720824245/6 2024-07-13T14:57:05+00:00 2024-07-13T14:57:05+00:00 this looks cool man, i'll look into adding themes to the code soon Reply to thread https://bbs.gikopoi.com/post/1720824245/7 2024-07-13T17:33:47+00:00 2024-07-13T17:33:47+00:00 i don't have much doubt you wont, but please don't do it the usual<br>way where its a js controlled drop-down menu and cookie!<br>maybe a cgi variable in url or something works. Reply to thread https://bbs.gikopoi.com/post/1720824245/8 2024-07-14T16:39:34+00:00 2024-07-14T16:39:34+00:00 It's going to be handled by backend rather than JS, with an option to<br>select via CGI variable in URL. So far we don't use any javascript here<br>and the only cookie is for the admin password. But a cookie for site<br>theme feels appropriate. <br><br>I may also add a cookie for the name field, so whatever name you enter <br>is preserved; posting as anon clears the name cookie -- just like on<br>wiki.gikopoi.com <br><br>What 0chan/multichan did ... *worked* but the stylesheet changing 0.5s<br>into a page loading was not very kino. Reply to thread https://bbs.gikopoi.com/post/1720824245/9 2024-08-22T10:19:12+00:00 2024-08-22T10:19:12+00:00 sorry for sleeping on this, been lazy...