X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=33583991c21955488545a90ace7034535695bbad;hb=c86c161825115605e870e3b9fa8380080a8e0293;hp=74f9c930f430b6469856885b10add03112810293;hpb=b3eb759b6a367abdcd85b7ea11392c9e22e5e169;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 74f9c93..3358399 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -127,6 +127,11 @@ textarea { clear: both; } +#sone .post.new { + background-color: #ffffa0; + padding-left: 1ex; +} + #sone .post.last { padding: 1ex 0px; border-bottom: none; @@ -211,6 +216,10 @@ textarea { cursor: pointer; } +#sone .post .replies .click-to-show.new { + background-color: #ffffa0; +} + #sone .post .reply > .avatar { position: absolute; } @@ -229,6 +238,10 @@ textarea { padding: 1ex; } +#sone .post .reply.new { + background-color: #ffffa0; +} + #sone .post .reply .time { float: none; display: inline; @@ -271,12 +284,12 @@ textarea { #sone .post .create-reply input[type=text] { margin-left: 0.5ex; - width: 45em; + width: 44em; } #sone .post .create-reply textarea { margin-left: 0.5ex; - width: 45em; + width: 44em; height: 4em; } @@ -296,6 +309,10 @@ textarea { background-color: #f0fff0; } +#sone .sone.new { + background-color: #ffffa0; +} + #sone .sone .id { display: none; } @@ -379,7 +396,7 @@ textarea { #sone #tail { margin-top: 1em; border-top: solid 1px #ccc; - padding-top: 1em; + padding-top: 2em; text-align: center; font-size: 75%; color: #888;