fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [14265] added styles to bookingfrontend


From: Saul
Subject: [Fmsystem-commits] [14265] added styles to bookingfrontend
Date: Sat, 31 Oct 2015 00:15:30 +0000

Revision: 14265
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14265
Author:   psaul
Date:     2015-10-31 00:15:29 +0000 (Sat, 31 Oct 2015)
Log Message:
-----------
added styles to bookingfrontend

Added Paths:
-----------
    branches/dev-syncromind/bookingfrontend/css/
    branches/dev-syncromind/bookingfrontend/css/bookingfrontend.css

Added: branches/dev-syncromind/bookingfrontend/css/bookingfrontend.css
===================================================================
--- branches/dev-syncromind/bookingfrontend/css/bookingfrontend.css             
                (rev 0)
+++ branches/dev-syncromind/bookingfrontend/css/bookingfrontend.css     
2015-10-31 00:15:29 UTC (rev 14265)
@@ -0,0 +1,229 @@
+ul.pathway {font-size: 110%;font-weight: bolder;margin: 1em 0;}
+ul.pathway li a {color: #000;text-decoration: none;}
+ul.pathway li a:hover {color: #008;}
+ul.pathway li {background: rgba(0, 0, 0, 0) 
url("../../phpgwapi/templates/pure/images/pathwaysep.png") no-repeat scroll 0 
50%;display: inline;padding-left: 16px;}
+ul.pathway li:first-child {background: rgba(0, 0, 0, 0) none repeat scroll 0 
0;padding-left: 0;}
+
+.bookingfrontend-table {border: 1px solid #cbcbcb;border-collapse: 
collapse;border-spacing: 0;empty-cells: show;font-size: 12px;font-family: 
Arial,Helvetica,Verdana,sans-serif;}
+.bookingfrontend-table caption {color: #000;font: italic 85%/1 
arial,sans-serif;padding: 1em 0;text-align: center;}
+.bookingfrontend-table td, .bookingfrontend-table th {border-left: 1px solid 
#cbcbcb;border-width: 0 0 0 1px;font-size: inherit;margin: 0;overflow: 
visible;padding: 0.5em 1em;}
+.bookingfrontend-table td:first-child, .bookingfrontend-table th:first-child 
{border-left-width: 0;}
+.bookingfrontend-table thead {background: #e0e0e0 none repeat scroll 0 
0;color: #000;text-align: left;vertical-align: bottom;}
+.bookingfrontend-table td {background-color: transparent;}
+.bookingfrontend-table-odd td {background-color: #f2f2f2;}
+.bookingfrontend-table-striped tr:nth-child(2n-1) td {background-color: 
#f2f2f2;}
+.bookingfrontend-table-bordered td {border-bottom: 1px solid #cbcbcb;}
+.bookingfrontend-table-bordered tbody > tr:last-child td, 
.bookingfrontend-table-horizontal tbody > tr:last-child td 
{border-bottom-width: 0;}
+.bookingfrontend-table-horizontal td, .bookingfrontend-table-horizontal th 
{border-bottom: 1px solid #cbcbcb;border-width: 0 0 1px;}
+.bookingfrontend-table-horizontal tbody > tr:last-child td 
{border-bottom-width: 0;}
+
+.bookingfrontend-table th {background: #e0e0e0 none repeat scroll 0 0;}
+.bookingfrontend-table thead th{text-align: center;font-weight: bold;}
+.bookingfrontend-table tbody th{border-top: 1px solid #cbcbcb;text-align: 
right;font-weight: bold;color: #000;}
+
+/* TABLE PAGINATOR */
+.tablePaginator {margin-bottom: 10px;}
+.tablePaginator li {display: inline;}
+.tablePaginator li a {text-decoration: underline;}
+.tablePaginator li a.disabled {cursor: not-allowed;text-decoration: none;}
+.tablePaginator li a.enabled {cursor: pointer;}
+.tablePaginatorText {margin: 0 15px;}
+
+/*SCHEDULE*/
+#schedule_container {color: #000;margin-top: 15px;}
+#schedule_container .pure-table thead th {line-height: 1.4;}
+#schedule_container p.conflicts {margin: 0;color: #000;}
+#schedule_container .cellInfo:hover {background-image: 
url("../../phpgwapi/templates/pure/images/info.png");background-position: 100% 
0;background-repeat: no-repeat;cursor: pointer;}
+#schedule_overlay {background-color: #fff;border: 1px solid #000;height: 
auto;left: 0;margin: auto;padding: 20px;position: absolute;right: 0;width: 
400px;z-index: 9;}
+#schedule_overlay img {bottom: 0;display: block;left: 0;margin: auto;position: 
absolute;right: 0;top: 0;}
+#week-selector {list-style: outside none none;margin-top: 10px;cursor: 
pointer;}
+#week-selector li {display: inline-block;}
+#week-selector .moveWeek{text-decoration: underline;}
+#cal_container {margin: 0 20px;}
+#cal_container #datepicker {width: 2px;opacity: 0;position: 
absolute;display:none;}
+#cal_container #numberWeek {width: 20px;display: inline-block;}
+#dialog_schedule {text-align: left;}
+#dialog_schedule dl {margin-top: 10px;}
+#dialog_schedule dt {font-weight: bold;margin-top: 10px;}
+#dialog_schedule dd {padding-left: 25px;}
+/*SCHEDULE COLORS*/
+#schedule_container .color1 {
+    background-color: #ccccff;
+}
+#schedule_container .color2 {
+    background-color: #ccffcc;
+}
+#schedule_container .color3 {
+    background-color: #ffcccc;
+}
+#schedule_container .color4 {
+    background-color: #ffffbb;
+}
+#schedule_container .color5 {
+    background-color: #bbffff;
+}
+#schedule_container .color6 {
+    background-color: #ffbbff;
+}
+#schedule_container .color7 {
+    background-color: #de6d6d;
+}
+#schedule_container .color8 {
+    background-color: #f0f0f0;
+}
+#schedule_container .color9 {
+    background-color: #6495ed;
+}
+#schedule_container .color10 {
+    background-color: #90ee90;
+}
+#schedule_container .color11 {
+    background-color: #eee8aa;
+}
+#schedule_container .color12 {
+    background-color: #afeeee;
+}
+#schedule_container .color13 {
+    background-color: #ffb6c1;
+}
+#schedule_container .color14 {
+    background-color: #f0e68c;
+}
+#schedule_container .color15 {
+    background-color: #66cdaa;
+}
+#schedule_container .color16 {
+    background-color: #ffe4c4;
+}
+#schedule_container .color17 {
+    background-color: #ffa500;
+}
+#schedule_container .color18 {
+    background-color: #bdb76b;
+}
+#schedule_container .color19 {
+    background-color: #32cd32;
+}
+#schedule_container .color20 {
+    background-color: #ffe4b5;
+}
+#schedule_container .color21 {
+    background-color: #ff4040;
+}
+#schedule_container .color22 {
+    background-color: #ee3b3b;
+}
+#schedule_container .color23 {
+    background-color: #cd3333;
+}
+#schedule_container .color24 {
+    background-color: #8b2323;
+}
+#schedule_container .color25 {
+    background-color: #deb887;
+}
+#schedule_container .color26 {
+    background-color: #ffd39b;
+}
+#schedule_container .color27 {
+    background-color: #eec591;
+}
+#schedule_container .color28 {
+    background-color: #5f9ea0;
+}
+#schedule_container .color29 {
+    background-color: #98f5ff;
+}
+#schedule_container .color30 {
+    background-color: #8ee5ee;
+}
+#schedule_container .color31 {
+    background-color: #53868b;
+}
+#schedule_container .color32 {
+    background-color: #66cd00;
+}
+#schedule_container .color33 {
+    background-color: #458b00;
+}
+#schedule_container .color34 {
+    background-color: #d2691e;
+}
+#schedule_container .color35 {
+    background-color: #ff7f24;
+}
+#schedule_container .color36 {
+    background-color: #8b4513;
+}
+#schedule_container .color37 {
+    background-color: #ff7256;
+}
+#schedule_container .color38 {
+    background-color: #ffb90f;
+}
+#schedule_container .color39 {
+    background-color: #cd950c;
+}
+#schedule_container .color40 {
+    background-color: #8fbc8f;
+}
+#schedule_container .color41 {
+    background-color: #8b0000;
+}
+#schedule_container .color42 {
+    background-color: #c1ffc1;
+}
+#schedule_container .color43 {
+    background-color: #b4eeb4;
+}
+#schedule_container .color44 {
+    background-color: #9bcd9b;
+}
+#schedule_container .color45 {
+    background-color: #698b69;
+}
+#schedule_container .color46 {
+    background-color: #433d8b;
+}
+#schedule_container .color47 {
+    background-color: #ee1289;
+}
+#schedule_container .color48 {
+    background-color: #cd1076;
+}
+#schedule_container .color49 {
+    background-color: #8b0a50;
+}
+#schedule_container .color50 {
+    background-color: #ccc;
+}
+#schedule_container .color51 {
+    background-color: #ddd;
+}
+#schedule_container .color52 {
+    background-color: #eee;
+}
+#schedule_container .color53 {
+    background-color: #333;
+}
+#schedule_container .color54 {
+    background-color: #444;
+}
+#schedule_container .color55 {
+    background-color: #555;
+}
+#schedule_container .color56 {
+    background-color: #666;
+}
+#schedule_container .color57 {
+    background-color: #777;
+}
+#schedule_container .color58 {
+    background-color: #888;
+}
+#schedule_container .color59 {
+    background-color: #999;
+}
+#schedule_container .color60 {
+    background-color: #aaa;
+}
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]