Skip to content

Instantly share code, notes, and snippets.

@eru
Created October 13, 2016 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eru/b05017f7982f845fe6966f9ec0e8c6e2 to your computer and use it in GitHub Desktop.
Save eru/b05017f7982f845fe6966f9ec0e8c6e2 to your computer and use it in GitHub Desktop.
--- metro.css.orig 2016-10-13 20:35:32.000000000 +0900
+++ metro.css 2016-10-13 20:47:58.000000000 +0900
@@ -197,22 +197,22 @@
.view_history td:first-child{max-height:calc(100% - 1.1em);}
/* レス */
-.view_bookmark td:nth-child(2),
+.view_bookmark td:nth-child(3),
.view_board td:nth-child(3){margin-top:3px;}
.view_search td:nth-child(4){width:50%;margin-bottom:-1.3em;}
-.view_bookmark td:nth-child(2):after,
+.view_bookmark td:nth-child(3):after,
.view_board td:nth-child(3):after,
.view_search td:nth-child(4):after{content:"レス";}
/* 未読 */
-.view_bookmark td:nth-child(3),
-.view_board td:nth-child(4){color:currentcolor;text-align:center;font-size:2em;position:absolute;margin:-0.8em 0 0 -0.1em;vertical-align:bottom;min-width:3em;}
-.view_bookmark td:nth-child(3):not(:empty):before,
+.view_bookmark td:nth-child(4),
+.view_board td:nth-child(4){color:currentcolor;text-align:center;font-size:2em;position:absolute;margin:-2.4em 0 0 -0.1em;vertical-align:bottom;min-width:3em;}
+.view_bookmark td:nth-child(4):not(:empty):before,
.view_board td:nth-child(4):not(:empty):before{content:"未読";font-size:.5em;}
.theme_default tr > td:nth-last-child(3){color:#222}
/* 勢い */
-.view_bookmark td:nth-child(4):after,
+.view_bookmark td:nth-child(5):after,
.view_board td:nth-child(5):after,
.view_search td:nth-child(5):after{content:"勢";font-size:1em;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment