Created
August 11, 2011 04:21
-
-
Save suer/1138896 to your computer and use it in GitHub Desktop.
twicli AsakusaSatellite theme
This file contains 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
a { color: #E2041B } | |
.uicon { width: 16px; height: 16px; } | |
.utils { display: block; } | |
.tw-parent { background-color: #eee; } | |
body, #tw2 { color: #333; background-color: #eee; } | |
.tw-parent > hr { display: none; } | |
.tw-parent > div > div { | |
margin: 10px 10px 0px 10px; | |
border: 1px solid #EEE; | |
text-align: left; | |
padding: 5px; | |
padding-left: 10px; | |
padding-right: 10px; | |
margin-bottom: 3px; | |
-moz-border-radius: 5px 5px 5px 5px; | |
-webkit-border-radius: 5px 5px 5px 5px; | |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.4, #FCFCFC), color-stop(1, #EFEFEF)); | |
background: -moz-linear-gradient(top, #FCFCFC 40%, #EFEFEF 100%); | |
background: -o-linear-gradient(top, #FCFCFC 40%, #EFEFEF 100%); | |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.4, #FCFCFC), color-stop(1, #EFEFEF)); | |
-moz-box-shadow: 0 1px 1px #ccc; | |
-webkit-box-shadow: 0 1px 1px #ccc; | |
font-size: 90%; | |
} | |
.tw-parent > div > div.tome { | |
background-color: #eef; !important; | |
background: -moz-linear-gradient(top, #eef, #ccf); | |
background: -webkit-gradient(linear, left top, left bottom, from(#eef), to(#ccf)); | |
} | |
.tw-parent > div > div.fromme { | |
background-color: #efe; !important; | |
background: -moz-linear-gradient(top, #efe, #cfc); | |
background: -webkit-gradient(linear, left top, left bottom, from(#efe), to(#cfc)); | |
} | |
#rep { | |
border: 0; | |
-webkit-border-radius: 5px; | |
-moz-border-radius: 5px; | |
box-shadow: 4px 4px 10px rgba(0,0,0,0.5), 0 0 10px rgba(255,255,255,1.0) inset; | |
-moz-box-shadow: 4px 4px 10px rgba(0,0,0,0.5), 0 0 10px rgba(255,255,255,1.0) inset; | |
-webkit-box-shadow: 4px 4px 10px rgba(0,0,0,0.5), 0 0 10px rgba(255,255,255,1.0) inset; | |
} | |
.tw-parent > div > div.selected { | |
background-color: #cef !important; | |
background: -moz-linear-gradient(top, #fff, #cef); | |
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cef)); | |
} | |
.status { display: block; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment