Resources/css/prefs.css
changeset 1 b3419d05eabb
parent 0 80c32ef237c6
equal deleted inserted replaced
0:80c32ef237c6 1:b3419d05eabb
     1 
     1 
     2 #test {
     2 #sections {
     3 	margin-top: 10px;
     3 	text-align: center;
       
     4 	padding-left: 0px !important; /* override tide default style */
       
     5 }
       
     6 
       
     7 #sections .icon {
       
     8 	display: inline-block;
       
     9 	padding: 4px 10px;
       
    10 	font-size: 3em;
       
    11 }
       
    12 
       
    13 #sections li {
       
    14 	display: inline;
       
    15 	list-style-type: none;
       
    16 }
       
    17 
       
    18 #sections li a {
       
    19 	text-shadow: 2px 2px 1px #000;
       
    20 }
       
    21 
       
    22 #sections li a:active {
       
    23 	cursor: pointer;
       
    24 	text-shadow: none;
       
    25 	position: relative;
       
    26 	top: 1px;
       
    27 	left: 1px;
       
    28 }
       
    29 
       
    30 #test .info {
       
    31 	font-size: 0.8em;
     4 }
    32 }
     5 
    33 
     6 input[type="text"] {
    34 input[type="text"] {
     7 	width: 100%;
    35 	width: 100%;
     8 }
    36 }
    20 .desc {
    48 .desc {
    21 	width: 100%;
    49 	width: 100%;
    22 	padding-right: 10px;
    50 	padding-right: 10px;
    23 }
    51 }
    24 
    52 
    25 .icon {
    53 .selected {
    26 	display: inline-block;
    54 	border-bottom: 4px solid #444;
    27 	padding: 4px 10px;
       
    28 	font-size: 3em;
       
    29 }
    55 }
    30 
    56 
    31 #sections {
       
    32 	text-align: center;
       
    33 	padding-left: 0px !important; /* override tide default style */
       
    34 }
       
    35 
       
    36 #sections li {
       
    37 	display: inline;
       
    38 	list-style-type: none;
       
    39 }
       
    40 
       
    41 #sections li a {
       
    42 	text-shadow: 2px 2px 1px #000;
       
    43 }
       
    44 
       
    45 #sections li a:active {
       
    46 	cursor: pointer;
       
    47 	text-shadow: none;
       
    48 	position: relative;
       
    49 	top: 1px;
       
    50 	left: 1px;
       
    51 }
       
    52 
       
    53