From f0a3576f22c3cacfc3303404149ee6e80790e57d Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Fri, 22 Oct 2010 18:07:51 +0200 Subject: [PATCH] bacula-web: New style folder --- gui/bacula-web/style/default.css | 52 ++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 gui/bacula-web/style/default.css diff --git a/gui/bacula-web/style/default.css b/gui/bacula-web/style/default.css new file mode 100644 index 0000000000..bcf5d91940 --- /dev/null +++ b/gui/bacula-web/style/default.css @@ -0,0 +1,52 @@ +body{ + background-color: #ffffff; +} + +a:link { color: #0000c0 } +a:visited { color: #0000c0 } +a:hover { color: #6040ff } +img {border: 0} +td,input,select { + font-family: Verdana,Arial; + font-size: 7.5pt; + color: #000000; +} +.back { background-color: #E6E6F5; } +.tbl_header { background-color: #47A9E5; } +.genmed { font-size : 11px; } +.tbl_medium { border-bottom: black solid 1px; + border-left: black solid 1px; + border-right: black solid 1px; + border-top: black solid 1px; + background-color: #FDFFBF; + } +.tbl_pool_inter_1 { background-color: #D4D4D9; border-style: solid; border-left-width: 1px; border-top-width: 1px; border-right-width: 0px;} +.tbl_pool_inter_2 { background-color: #D4D4D9; border-style: solid; border-left-width: 0px; border-top-width: 1px; border-right-width: 0px;} +.tbl_pool_inter_3 { background-color: #D4D4D9; border-style: solid; border-left-width: 0px; border-top-width: 1px; border-right-width: 1px} +.titulo { + font-size : 20px; + background-color: #FDFFBF; border: #D1D7DC; border-style: solid; + border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px +} +.tbl_header1 { + font-size : 14px; + background-color: #FDFFBF; border: #D1D7DC; border-style: solid; + border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px +} +.tbl_header2 { + font-size: 14px; + background-color: #FDFFBF; +} +.titulo2 { font-size : 13px; font-weight: bold; } +.table1 { background-color: #D1D7DC; } +.table2 { background-color: #A7D7D1; } +.table3 { background-color: #D1D7DC; } +.table4 { background-color: #A7D7D1; } +.code { + font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #10738F; + background-color: #FAFAFA; border: #D1D7DC; border-style: solid; + border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px +} +.notas { font-size : 13px; color: red;} +.header { font-size : 18px; } +.size_small { font-size: 9px; } \ No newline at end of file -- 2.39.5