b_save icon for 3.4 compatible themes
[phpmyadmin-themes.git] / very_small / css / theme_left.css.php
blob0614496a5bf1db7074ec25a8c18525feec7bdbeb
1 <?php $pma_http_url = ''; ?>
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * navigation css file from theme
5 *
6 * @version $Id$
7 * @package phpMyAdmin-theme
8 * @subpackage Very_small
9 */
12 #body_leftFrame {
13 padding-top: 0px;
14 padding-right: 0px;
15 padding-bottom: 13px;
16 padding-left: 1px;
17 margin-top: 0px;
18 margin-right: 0px;
19 margin-bottom: 13px;
20 margin-left: 1px;
23 #body_queryFrame {
24 padding-top: 2px;
25 padding-right: 2px;
26 padding-bottom: 0px;
27 padding-left: 2px;
28 margin-top: 2px;
29 margin-right: 2px;
30 margin-bottom: 0px;
31 margin-left: 2px;
33 body {
34 background-color: #d9e4f4;
35 background-image: url('<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_url : '../' ); ?>themes/arctic_ocean/img/wbg_left.jpg');
36 background-repeat: repeat-y;
37 background-position: 0px 0px;
39 body, input, textarea, select, th, td, .item, .tblItem {
40 font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
41 font-size: 10px;
43 #body_queryFrame select, #body_queryFrame table {
44 width: 100%;
46 #body_queryFrame div {
47 white-space: nowrap;
49 input, select, textarea {
50 color: #000000;
53 a:link, a:visited, a:active {
54 color: #585880;
57 hr {
58 color: #585880;
59 background-color: #585880;
60 border: 1px none #585880;
61 height: 1px;
63 img, input, select, button {
64 vertical-align: middle;
66 img {
67 margin: 0px 0px 0px 0px;
70 .parent {
71 text-decoration: none;
72 display: block;
75 .child {
76 text-decoration: none;
77 /* display: none; */
80 .item, .item:active, .tblItem, .tblItem:active {
81 text-decoration: none;
84 .item:hover, .tblItem:hover {
85 text-decoration: underline;
88 td.heada, span.heada {
89 background-image: url(<?php echo ( (isset($pma_http_url) && !empty($pma_http_url)) ? $pma_http_url : '../' ); ?>themes/arctic_ocean/img/b_sdb.png);
90 background-position: 2px center;
91 background-repeat: no-repeat;
92 font-weight: bold;
94 span.heada, span.heada a:link, span.heada a:active, span.heada a:visited, span.heada a:hover {
95 color: #696ab5;
96 text-decoration: none;
98 td.heada, span.heada {
99 text-align: left;
100 padding-left: 12px;
101 white-space: nowrap;
104 bdo {
105 display: none;
107 #hr_third {
108 display: none;
110 select optgroup, select option {
111 font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
112 font-size: 10px;
113 font-style: normal;