]>
src.bluestatic.org Git - armadillo.git/blob - web_frontend/screen.css
2 * Armadillo File Manager
3 * Copyright (c) 2010-2011, Robert Sesek <http://www.bluestatic.org>
5 * This program is free software: you can redistribute it and/or modify it under
6 * the terms of the GNU General Public License as published by the Free Software
7 * Foundation, either version 3 of the License, or any later version.
11 font-family: "Lucida Grande", Helvetica
, Arial
, sans-serif
;
14 background-color: rgb
(245, 245, 245);
32 float: right
!important
;
45 #ls li:nth-child
(odd
) {
46 background-color: rgb
(223, 235, 246);
48 #ls li:nth-child
(even
) {
49 background-color: rgb
(255, 255, 255);
52 #ls li
.file-selected
{
53 background-color: rgb
(255, 208, 164);
57 background-color: rgb
(255, 162, 74);
61 text-decoration: underline
;
67 border-top-width: 0em;
68 border-color: rgb
(167, 40, 26);
69 border-radius: 0em 0em .5em .5em;
72 background-color: rgba
(167, 40, 26, 0.3);
73 color: rgb
(0, 30, 30);
85 background-color: rgb
(77, 79, 83);
90 border-color: rgb
(0, 0, 0);
95 padding: 0em 1em 0em 1em;
97 display: inline-block
;
100 background: -webkit-gradient
(
104 color-stop
(1, rgb
(255,255,255)),
105 color-stop
(0, rgb
(173,175,175))
107 background: -moz-linear-gradient
(
109 rgb
(255,255,255) 100%,
113 border-top-color: black
;
114 border-left-color: black
;
115 border-right-color: rgb
(100, 100, 100);
116 border-bottom-color: rgb
(100, 100, 100);
129 background: -webkit-gradient
(
133 color-stop
(0, rgb
(255,255,255)),
134 color-stop
(1, rgb
(173,175,175))
136 background: -moz-linear-gradient
(
139 rgb
(173,175,175) 100%
146 border: 3px solid red
;