Initial commit
This commit is contained in:
@@ -0,0 +1,189 @@
|
||||
@import url(../global.css);
|
||||
/**
|
||||
* cappuccino style sheet
|
||||
*/
|
||||
/* ELEMENTS */
|
||||
body {
|
||||
background-color: #ded9c9;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: arial;
|
||||
font-size: 0.9em; /*0.8em;*/
|
||||
}
|
||||
body > * { margin-left: 20px }
|
||||
body.browser {
|
||||
background-color: #363330;
|
||||
font-size: 0.9em;
|
||||
border-right: 1px dashed #887f5c;
|
||||
color: #fff;
|
||||
}
|
||||
body.browser > * { margin: 0 }
|
||||
body.browser div.webfx-tree-row:hover { background: #524a42}
|
||||
div.logo {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: none;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
h1 {font-size: 1.5em}
|
||||
h2 {
|
||||
color: #fff;
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
border: 2px solid #363330;
|
||||
background-color: #363330;
|
||||
padding: 2px 1em;
|
||||
margin-top: 2em;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
h3 {
|
||||
color: #111;
|
||||
font-weight: bold;
|
||||
}
|
||||
table {
|
||||
border: 0;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
td, th {
|
||||
padding: 1px 8px;
|
||||
}
|
||||
a {
|
||||
color: #2d547b;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
color: #cc0000;
|
||||
text-decoration: underline;
|
||||
}
|
||||
input[type=checkbox], input[type=password], input[type=text], input[type=radio] {
|
||||
background: #ded4b3;
|
||||
border: 1px solid #887f5c;
|
||||
}
|
||||
input[type=submit], input[type=button], select {
|
||||
background: #c4ba95 url('../../images/themes/cappuccino/inputbckg.png') repeat-x top left;
|
||||
border: 1px solid #887f5c;
|
||||
}
|
||||
table.error {
|
||||
background-color: #dec9d0;
|
||||
border: 2px solid #de7c9c;
|
||||
margin: auto;
|
||||
}
|
||||
th.data {
|
||||
color: #fff;
|
||||
background-color: #363330;
|
||||
border: 1px dotted #887f5c;
|
||||
font-size: 0.9em;
|
||||
padding: 3px 7px;
|
||||
}
|
||||
th.required {text-decoration: underline}
|
||||
.topbar, .trail {
|
||||
color: #fff;
|
||||
background-color: #363330;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: left;
|
||||
}
|
||||
.topbar a, .trail a, body.browser a, th.data a {
|
||||
color: #a8aac2;
|
||||
}
|
||||
.topbar .platform, .topbar .host, .topbar .username {
|
||||
font-weight: bold;
|
||||
}
|
||||
.topbar, .trail, .tab {
|
||||
padding: 2px 1ex;
|
||||
}
|
||||
.trail td {padding: 2px}
|
||||
.crumb .icon {margin-right: 5px}
|
||||
table.tabs {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
margin: 20px 0 40px 0;
|
||||
}
|
||||
.tab {
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
font-size: 0.8em;
|
||||
border: 1px solid #887f5c;
|
||||
background-color: #c8c0a2;
|
||||
padding: 2px 10px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.tab:hover {background-color: #b7af8d}
|
||||
.tabs .active {
|
||||
border-bottom: none;
|
||||
background-color: #ded9c9;
|
||||
}
|
||||
.tab .icon {
|
||||
display: block;
|
||||
}
|
||||
.active a {font-weight: bold}
|
||||
a:hover {text-decoration: underline}
|
||||
ul.toplink, ul.navlink {
|
||||
list-style: none;
|
||||
margin:0;padding:0;
|
||||
}
|
||||
ul.navlink{margin:20px 0 20px 20px}
|
||||
ul.toplink li, ul.navlink li {
|
||||
display:inline;
|
||||
border-left:1px solid #000000;
|
||||
margin:0;padding: 0 2px 0 5px;
|
||||
}
|
||||
ul.toplink li:first-child, ul.navlink li:first-child {
|
||||
border: none;
|
||||
padding-left:0;
|
||||
}
|
||||
tr.data1, tr.data2, tr.data3 {
|
||||
color: #000000;
|
||||
font-size: 0.8em;
|
||||
border: 1px dotted #887f5c;
|
||||
}
|
||||
tr.data1:hover, tr.data2:hover, tr.data3:hover {
|
||||
background-color: #c8c0a2;
|
||||
}
|
||||
.row1, .data1 {
|
||||
background-color: #d8d2b9;
|
||||
text-align: left;
|
||||
}
|
||||
.row2, .data2 {
|
||||
background-color: #ded9c9;
|
||||
text-align: left;
|
||||
}
|
||||
.row3, .data3 {background-color: #d4c8a1}
|
||||
td.opbutton1, td.opbutton2 {
|
||||
color: #000000;
|
||||
cursor: pointer;
|
||||
padding: 2px 6px;
|
||||
text-align: center;
|
||||
border: 1px dotted #887f5c;
|
||||
}
|
||||
td.opbutton1:hover, td.opbutton2:hover {
|
||||
background-color: #b7af8d;
|
||||
}
|
||||
a.help {
|
||||
color: #A46600;
|
||||
vertical-align: super;
|
||||
text-decoration: none;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
pre {font-size: 110%}
|
||||
pre.data {font-size: 100%}
|
||||
pre.error {font-size: 120%}
|
||||
|
||||
.intro li {font-weight: bold}
|
||||
.ac_field {
|
||||
border:1px solid #363330;
|
||||
background: url('../../images/themes/cappuccino/openListe.png') no-repeat right;
|
||||
padding-right: 20px;
|
||||
}
|
||||
.bottom_link {
|
||||
background: #b7af8d;
|
||||
border-top: 1px dotted #887f5c;
|
||||
border-left: 1px dotted #887f5c;
|
||||
}
|
||||
|
||||
/** FK browsing **/
|
||||
div.fk {
|
||||
background: #fff;
|
||||
border-left: 1px dotted #000;
|
||||
padding: 5px;
|
||||
}
|
||||
@@ -0,0 +1,258 @@
|
||||
@import url(../global.css);
|
||||
/**
|
||||
* Default style sheet
|
||||
*/
|
||||
|
||||
/** ELEMENTS */
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
margin: 4px;
|
||||
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
||||
padding: 0px;
|
||||
font-size: smaller; /*0.8em;*/
|
||||
}
|
||||
div.logo {
|
||||
background-color: #CECF9C;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
||||
font-size: smaller; /* 1em; */
|
||||
border: none;
|
||||
border-bottom: 2px solid #000000;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
body.browser {
|
||||
background-color: #efefef;
|
||||
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
||||
font-size: smaller; /*1em;*/
|
||||
border-right: 1px dashed #c0c0c0;
|
||||
}
|
||||
body.bottombar {
|
||||
background-color: #CECF9C;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
||||
font-size: smaller; /*1em;*/
|
||||
text-align: left;
|
||||
}
|
||||
h2 {
|
||||
color: #666633;
|
||||
font-size: medium; /*1.3em;*/
|
||||
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
||||
font-weight: bold;
|
||||
border: 2px solid #E6E6CC;
|
||||
background-color: #F3F3E9;
|
||||
padding: 2px 1em;
|
||||
margin: 0 0 1ex 0;
|
||||
}
|
||||
h3 {
|
||||
color: #666633;
|
||||
font-size: small;
|
||||
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
||||
font-weight: bold;
|
||||
}
|
||||
table.error {background-color: #E6E6CC}
|
||||
table.error td {background-color: #E6E6CC}
|
||||
table.navbar {background-color: #E6E6CC}
|
||||
table.navbar td {
|
||||
height: 25px;
|
||||
color: #000000;
|
||||
background-color: #F3F3E9;
|
||||
text-align: center;
|
||||
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
||||
font-size: smaller; /* 0.9em */
|
||||
font-weight: bold;
|
||||
}
|
||||
table.navbar td.active {background-color: #E6E6CC}
|
||||
th.data {
|
||||
color: #000000;
|
||||
background-color: #E6E6CC;
|
||||
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
||||
font-size: smaller; /* 0.9em */
|
||||
}
|
||||
th.data a:active, th.data a:link, th.data a:visited, th.data a:hover {
|
||||
font-weight: bold;
|
||||
}
|
||||
td.dat {
|
||||
color: #ff0;
|
||||
text-align: center;
|
||||
}
|
||||
th.required {text-decoration: underline}
|
||||
td.topbar {
|
||||
background-color: #CECF9C;
|
||||
margin: 0px 0px;
|
||||
padding: 0px;
|
||||
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
||||
font-size: smaller; /*0.8em;*/
|
||||
text-align: left;
|
||||
}
|
||||
ul.toplink,ul.navlink {
|
||||
list-style: none;
|
||||
margin:0;padding:0;
|
||||
}
|
||||
ul.navlink{margin:20px 0}
|
||||
ul.toplink li, ul.navlink li {
|
||||
display:inline;
|
||||
border-left:1px solid #000000;
|
||||
margin:0;padding: 0 2px 0 5px;
|
||||
}
|
||||
ul.toplink li:first-child, ul.navlink li:first-child {
|
||||
border: none;
|
||||
padding-left:0;
|
||||
}
|
||||
tr.data1, tr.data2, tr.data3 {
|
||||
color: #000000;
|
||||
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
||||
font-size: smaller; /*0.8em;*/
|
||||
}
|
||||
tr.data1:hover, tr.data2:hover, tr.data3:hover {
|
||||
background-color: #DDD;
|
||||
}
|
||||
.row1, .data1 {
|
||||
background-color: #F3F3E9;
|
||||
text-align: left;
|
||||
}
|
||||
.row2, .data2 {
|
||||
background-color: #E6E6CC;
|
||||
text-align: left;
|
||||
}
|
||||
.row3, .data3 {background-color: #F3F3E9}
|
||||
td.opbutton1 {
|
||||
color: #000000;
|
||||
border-top: 1px solid #FFFFFF;
|
||||
border-right: 1px solid #706D41;
|
||||
border-bottom: 1px solid #706D41;
|
||||
border-left: 1px solid #FFFFFF;
|
||||
cursor: pointer;
|
||||
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
||||
font-size: smaller; /*0.8em;*/
|
||||
padding-left: 6px;
|
||||
padding-right: 6px;
|
||||
text-align: center;
|
||||
}
|
||||
td.opbutton2 {
|
||||
color: #000000;
|
||||
border-top: 1px solid #FFFFFF;
|
||||
border-right: 1px solid #706D41;
|
||||
border-bottom: 1px solid #706D41;
|
||||
border-left: 1px solid #FFFFFF;
|
||||
cursor: pointer;
|
||||
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
||||
font-size: smaller; /*0.8em;*/
|
||||
padding-left: 6px;
|
||||
padding-right: 6px;
|
||||
text-align: center;
|
||||
}
|
||||
.topbar {border: 2px solid #CECF9C}
|
||||
.topbar, .topbar * {
|
||||
background-color: #CECF9C;
|
||||
}
|
||||
.topbar .platform, .topbar .host, .topbar .username {
|
||||
font-weight: bold;
|
||||
}
|
||||
.topbar, .trail {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
.topbar, .trail, .tab {
|
||||
padding: 2px 1ex;
|
||||
font-size: smaller;
|
||||
}
|
||||
.trail, .tab {
|
||||
border: 2px solid #E6E6CC;
|
||||
background-color: #F3F3E9;
|
||||
}
|
||||
.trail .crumb {background-color: #F3F3E9}
|
||||
.crumb, .tab {
|
||||
vertical-align: top;
|
||||
}
|
||||
.crumb .icon {
|
||||
vertical-align: middle;
|
||||
margin: 0 2px;
|
||||
}
|
||||
table.tabs {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
margin-bottom: 1ex;
|
||||
}
|
||||
.tab {text-align: center}
|
||||
.tabs .active {background-color: #E6E6CC}
|
||||
.tab .icon {display: block}
|
||||
a:active {
|
||||
color: #989973;
|
||||
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
||||
font-weight: normal;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a,a:link {
|
||||
color: #336699;
|
||||
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
color: #336699;
|
||||
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
color: #cc0000;
|
||||
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
||||
text-decoration: none;
|
||||
}
|
||||
a.navlink:link, a.toplink:link, ul.navlink li a, ul.toplink li a {
|
||||
color: #336699;
|
||||
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
a.navlink:visited, a.toplink:visited, ul.navlink li a:visited, ul.toplink li a:visited {
|
||||
color: #336699;
|
||||
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
a.navlink:hover, a.toplink:hover, ul.navlink li a:hover, ul.toplink li a:hover {
|
||||
color: #cc0000;
|
||||
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
a.navlink:active, a.toplink:active, ul.navlink li a:active, ul.toplink li a:active {
|
||||
color: #cc0000;
|
||||
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
.active a {font-weight: bold}
|
||||
a.help {
|
||||
color: #E68800;
|
||||
font-size: smaller;
|
||||
vertical-align: super;
|
||||
text-decoration: none;
|
||||
}
|
||||
pre {font-size: 110%}
|
||||
pre.data {
|
||||
font-family: arial, tahoma, verdana, helvetica, sans-serif, serif;
|
||||
font-size: 100%;
|
||||
}
|
||||
pre.error {
|
||||
font-family: "Lucida Console", "Courier New", "DejaVu Sans Mono", monospace;
|
||||
font-size: 120%;
|
||||
}
|
||||
.intro li {font-weight: bold}
|
||||
.ac_field {border:1px solid #D9D95F}
|
||||
.bottom_link {
|
||||
background: #eee;
|
||||
border-top: 1px dotted #999;
|
||||
border-left: 1px dotted #999;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
/** FK browsing **/
|
||||
div#root > div.fk {
|
||||
border: 1px solid #000;
|
||||
}
|
||||
div.fk {
|
||||
background: #fff;
|
||||
border-left: 1px solid #000;
|
||||
padding: 5px;
|
||||
}
|
||||
@@ -0,0 +1,108 @@
|
||||
/**
|
||||
* This is hte mandatory CSS file to include on top of every CSS theme file
|
||||
**/
|
||||
|
||||
img { border: none; }
|
||||
p.message {color: blue}
|
||||
p.comment {font-style: italic}
|
||||
.left{text-align: left}
|
||||
.pre {white-space: pre}
|
||||
|
||||
.arg_icon {
|
||||
padding-right:5pt;
|
||||
padding-left:5pt;
|
||||
}
|
||||
|
||||
/** Browser Tree using XLoadTree 2 **/
|
||||
body.browser {
|
||||
height: 100%;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
text-align: left;
|
||||
}
|
||||
.refreshTree {
|
||||
float:right;
|
||||
text-align:right;
|
||||
padding: 0 3px;
|
||||
}
|
||||
.webfx-tree-row {white-space: nowrap}
|
||||
.webfx-tree-children {
|
||||
background-repeat: repeat-y;
|
||||
background-position-y: 1px !important; /* IE only */
|
||||
}
|
||||
.webfx-tree-row img {vertical-align: middle}
|
||||
.webfx-tree-item-label {margin-left: 0.5ex}
|
||||
.webfx-tree-icon {margin-left: 1px}
|
||||
.webfx-tree-hide-root {display: none}
|
||||
|
||||
/** auto-complete on insert **/
|
||||
#fkbg {
|
||||
display:none;
|
||||
position:fixed;
|
||||
top:0;left:0;
|
||||
width:100%;
|
||||
height:100%;
|
||||
z-index:10;
|
||||
}
|
||||
#fklist {
|
||||
display:none;
|
||||
position:absolute;
|
||||
background:#fff;
|
||||
border:1px solid #000;
|
||||
overflow:auto;
|
||||
z-index:15;
|
||||
}
|
||||
#fklist table {
|
||||
border-collapse:collapse;
|
||||
border: 1px solid #aaa;
|
||||
}
|
||||
#fklist th {border: 1px solid #aaa}
|
||||
#fklist td,
|
||||
#fklist th {
|
||||
padding: 3px 10px;
|
||||
border-right: 1px solid #aaa;
|
||||
font-size: 12px;
|
||||
}
|
||||
#fklist td a {
|
||||
display:block;
|
||||
color:#000;
|
||||
}
|
||||
#fklist td a.fkval, p.errmsg {
|
||||
color:red;
|
||||
}
|
||||
.ac_values {width:100%}
|
||||
|
||||
/** bottom link back to top **/
|
||||
.bottom_link {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
margin: 0;
|
||||
padding: 4px;
|
||||
background: #eee;
|
||||
border-top: 1px dotted #999;
|
||||
border-left: 1px dotted #999;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
/** FK browsing **/
|
||||
div#root {
|
||||
position: absolute;
|
||||
}
|
||||
div.fk {
|
||||
margin-left: 20px;
|
||||
}
|
||||
div#fkcontainer {
|
||||
margin: 0;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
background: none;
|
||||
border:0px;
|
||||
}
|
||||
div.fk_value {
|
||||
display:inline-block;
|
||||
}
|
||||
/** Syntax highlighting **/
|
||||
.comment {color: #008080}
|
||||
.keyword {color: #FF8000}
|
||||
.literal {color: #808080}
|
||||
@@ -0,0 +1,242 @@
|
||||
@import url(../global.css);
|
||||
/**
|
||||
* Default style sheet
|
||||
*/
|
||||
|
||||
/** ELEMENTS */
|
||||
|
||||
body {
|
||||
background-color: #336;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font-size: smaller; /*0.8em;*/
|
||||
font-family: sans-serif;
|
||||
color: #fff;
|
||||
}
|
||||
p {
|
||||
color: #fff;
|
||||
}
|
||||
table {
|
||||
border:1px gray solid;
|
||||
}
|
||||
div.logo { display:none }
|
||||
body.browser {
|
||||
background-color: #447;
|
||||
color:#4bf;
|
||||
font-size: smaller; /*1em;*/
|
||||
border-right: 1px dashed #c0c0c0;
|
||||
}
|
||||
body.browser a {
|
||||
color:#fff;
|
||||
}
|
||||
body.browser a:hover {
|
||||
color:#cde;
|
||||
}
|
||||
body.browser div.webfx-tree-row:hover { background:#88d }
|
||||
h2 {
|
||||
color: #fff;
|
||||
font-size: medium; /*1.3em;*/
|
||||
font-weight: bold;
|
||||
border: 0;
|
||||
background-color: #558;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
text-align:center;
|
||||
}
|
||||
h3 {
|
||||
color: #eee;
|
||||
font-size: small;
|
||||
font-weight: bold;
|
||||
}
|
||||
table.error {background-color: #f00}
|
||||
table.error td {background-color: #f84}
|
||||
th.data {
|
||||
color: #ada;
|
||||
background-color: #241;
|
||||
font-size: smaller; /* 0.9em */
|
||||
}
|
||||
th.data a:active, th.data a:link, th.data a:visited, th.data a:hover {
|
||||
font-weight: bold;
|
||||
}
|
||||
td.dat {
|
||||
color: #ff0;
|
||||
text-align: center;
|
||||
}
|
||||
th.required {text-decoration: underline}
|
||||
ul.toplink,ul.navlink {
|
||||
list-style: none;
|
||||
margin:0;padding:0;
|
||||
}
|
||||
ul.navlink{margin:20px 0}
|
||||
ul.toplink li, ul.navlink li {
|
||||
display:inline;
|
||||
border-left:1px solid #eee;
|
||||
margin:0;padding: 0 2px 0 5px;
|
||||
}
|
||||
ul.toplink li:first-child, ul.navlink li:first-child {
|
||||
border: none;
|
||||
padding-left:0;
|
||||
}
|
||||
tr.data1, tr.data2, tr.data3 {
|
||||
color: #eed;
|
||||
font-family: sans-serif;
|
||||
font-size: smaller; /*0.8em;*/
|
||||
}
|
||||
tr.data1:hover, tr.data2:hover, tr.data3:hover {
|
||||
background-color: #39663e;
|
||||
}
|
||||
.row1, .data1 {
|
||||
background-color: #1a3f1e;
|
||||
text-align: left;
|
||||
}
|
||||
input, textarea, select {
|
||||
border:1px #200 solid;
|
||||
background:#ddf;
|
||||
}
|
||||
input, textarea, select {
|
||||
color:#210;
|
||||
}
|
||||
.data1 select, .data2 select {
|
||||
font-weight:bold;
|
||||
}
|
||||
p input:focus, .data input:focus, .data1 input:focus, .data2 input:focus, textarea:focus, .data1 select, .data2 select {
|
||||
/* background:#bbf; */
|
||||
background:#eef;
|
||||
color:#000;
|
||||
}
|
||||
.row2, .data2 {
|
||||
background-color: #2b482e;
|
||||
text-align: left;
|
||||
}
|
||||
td.opbutton1 {
|
||||
border: 1px solid #484;
|
||||
font-size: smaller; /*0.8em;*/
|
||||
text-align: center;
|
||||
}
|
||||
td.opbutton2 {
|
||||
border: 1px solid #484;
|
||||
font-size: smaller; /*0.8em;*/
|
||||
text-align: center;
|
||||
}
|
||||
td.opbutton1 a, td.opbutton2 a {
|
||||
padding-left:6px;
|
||||
padding-right:6px;
|
||||
}
|
||||
.topbar { border: 0 }
|
||||
.topbar, .topbar *, .trail, .tab, .crumb {
|
||||
border: 0;
|
||||
background: #336;
|
||||
}
|
||||
.topbar .platform, .topbar .host, .topbar .username {
|
||||
font-weight: bold;
|
||||
}
|
||||
.topbar, .trail, .tab {
|
||||
padding: 2px 1ex;
|
||||
font-size: smaller;
|
||||
color: #ddf;
|
||||
}
|
||||
.crumb, .tab {
|
||||
vertical-align: top;
|
||||
}
|
||||
.crumb .icon {
|
||||
vertical-align: middle;
|
||||
margin: 0;
|
||||
}
|
||||
table.tabs {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
margin-bottom: 1ex;
|
||||
}
|
||||
.tab {text-align: center}
|
||||
.tabs .active {background-color: #449}
|
||||
.tab .icon {display: block}
|
||||
tr,td { height:100% }
|
||||
td a:not(.help), th a { display:inline-block; height:100% } /* vertical-align:middle doesn't work for block elements, CSS sux */
|
||||
td.crumb a, td.tab a { width:90% }
|
||||
tr.data1 a, tr.data2 a { width:100% }
|
||||
td.opbutton1 a, td.opbutton2 a { width:inherit }
|
||||
td a.help { display:inline; position:absolute; width:10px; }
|
||||
a.pagenav { display:inline-block; min-width:15px; }
|
||||
a.toplink { display:inline }
|
||||
a:active {
|
||||
color: #989973;
|
||||
font-weight: normal;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a,a:link {
|
||||
color: #afa;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:visited {
|
||||
color: #df8;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
color: #f88;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:active {
|
||||
color: #c00;
|
||||
}
|
||||
a.navlink:link, a.toplink:link, ul.navlink li a, ul.toplink li a {
|
||||
color: #afa;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
a.navlink:visited, a.toplink:visited, ul.navlink li a:visited, ul.toplink li a:visited {
|
||||
color: #df8;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
a.navlink:hover, a.toplink:hover, ul.navlink li a:hover, ul.toplink li a:hover {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
a.navlink:active, a.toplink:active, ul.navlink li a:active, ul.toplink li a:active {
|
||||
color: #c00;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
.active a {font-weight: bold}
|
||||
a.help {
|
||||
color: #E68800;
|
||||
font-size: smaller;
|
||||
vertical-align: super;
|
||||
text-decoration: none;
|
||||
}
|
||||
pre {font-size: 110%}
|
||||
pre.data {
|
||||
font-size: 100%;
|
||||
}
|
||||
.error p {
|
||||
color:#822;
|
||||
background:#fc8;
|
||||
}
|
||||
pre.error {
|
||||
color: #000;
|
||||
font-family: monospace;
|
||||
font-size: 120%;
|
||||
}
|
||||
.intro li {font-weight: bold}
|
||||
.ac_field {border:1px solid #D9D95F}
|
||||
.bottom_link {
|
||||
color: #004 !important;
|
||||
background: #eee;
|
||||
border-top: 1px dotted #999;
|
||||
border-left: 1px dotted #999;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
a.bottom_link:hover { background:#68f }
|
||||
|
||||
/** FK browsing **/
|
||||
div#root > div.fk {
|
||||
border: 1px solid #000;
|
||||
}
|
||||
div.fk {
|
||||
/*background: #84c;*/
|
||||
background: rgba(128,32,64,0.6);
|
||||
border-left: 1px solid #000;
|
||||
padding: 5px 0 5px 0;
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Available Themes for phpPgAdmin
|
||||
*
|
||||
* $Id:
|
||||
*/
|
||||
|
||||
// List of themes
|
||||
|
||||
$appThemes = array(
|
||||
'default' => 'Default',
|
||||
'cappuccino' => 'Cappuccino',
|
||||
'gotar' => 'Blue/Green'
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user