Skip to content

Instantly share code, notes, and snippets.

@tarzak
Created June 17, 2014 11:45
Show Gist options
  • Select an option

  • Save tarzak/3bdffc35f254477ebfe2 to your computer and use it in GitHub Desktop.

Select an option

Save tarzak/3bdffc35f254477ebfe2 to your computer and use it in GitHub Desktop.
cloudcmd template Far like
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;
}
@tarzak
Copy link
Author

tarzak commented Jun 17, 2014

need to use it i guess:

.directory ~ span, span a {
color: white;
}

.text-file ~ span, span a {
color: #0FF;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment