Created
March 13, 2012 04:31
-
-
Save delphinus/2026765 to your computer and use it in GitHub Desktop.
[Stylish] gmail setting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("mail.google.com") { | |
/* メールを等幅フォントで表示 */ | |
div[class^="ii gt"],div[class^="ii gt"] * { | |
font-family:"Ricty Discord",monospace!important; | |
/*font-size:10pt!important;*/ | |
} | |
textarea { | |
/*font-size:9pt!important;*/ | |
} | |
/* メールを画面いっぱいに表示 */ | |
[id=":rr"] .nH .nH [class="nH g id"] [class="Bs nH iY"] [class="Bu y3"], | |
[id=":rr"] .nH .nH [class="nH g id"] [class="Bs nH iY"] [class="Bu y3"] div { | |
background-color:red!important; | |
display:none!important; | |
} | |
/* | |
[class^="ii gt adP"] > div { | |
margin-left:-30px; | |
margin-right:-20px; | |
} | |
*/ | |
.aia div .nH .nH div:nth-child(3) div table td:nth-child(2) .nH { | |
background-color:red!important; | |
display:none!important; | |
} | |
/* インジケータ */ | |
/* | |
.PF.PE { | |
border-top: none !important; | |
border-left: 5px solid #4d90f0 !important; | |
} | |
.ads.adt { | |
border-left-width: 5px !important; | |
} | |
*/ | |
/* 上部が空くから */ | |
/* | |
[class="nH w-asV aiw"] div.nH div.no { | |
height: 18px !important; | |
} | |
*/ | |
} | |
/* vim:se ft=css: */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment