Created
June 17, 2014 11:45
-
-
Save tarzak/3bdffc35f254477ebfe2 to your computer and use it in GitHub Desktop.
cloudcmd template Far like
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
| body { | |
| background-color: #000080; | |
| color: #0FF; | |
| } | |
| a { | |
| color: #0FF; | |
| } | |
| .cmd-button { | |
| background-color: #008080; | |
| border: none; | |
| } | |
| .links a { | |
| color: #0FF; | |
| } | |
| .directory + span a { | |
| color: white; | |
| } | |
| .current-file { | |
| box-shadow: none; | |
| background-color: #008080; | |
| } | |
| .directory + .name + span { | |
| color:white; | |
| } | |
| .directory + .name + .size + span { | |
| color:white; | |
| } | |
| .directory + .name + .size + .owner + span { | |
| color:white; | |
| } | |
| .panel { | |
| border: 1.5px solid #0FF; | |
| } | |
| .text-file + span a { | |
| color: #0FF; | |
| } | |
| .text-file +.name + span { | |
| color: #0FF; | |
| } | |
| .text-file +.name + .size + span { | |
| color: #0FF; | |
| } | |
| .text-file +.name + .size + .owner + span { | |
| color: #0FF; | |
| } | |
| .fm-header { | |
| color: #ffff3a; | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
need to use it i guess:
.directory ~ span, span a {
color: white;
}
.text-file ~ span, span a {
color: #0FF;
}