removed mods directory from the ATutor codebase
[atutor.git] / mods / photo_album / fluid / component-templates / js / jquery.ui-1.0 / themes / flora / flora.calendar.css
diff --git a/mods/photo_album/fluid/component-templates/js/jquery.ui-1.0/themes/flora/flora.calendar.css b/mods/photo_album/fluid/component-templates/js/jquery.ui-1.0/themes/flora/flora.calendar.css
deleted file mode 100644 (file)
index dedcf0c..0000000
+++ /dev/null
@@ -1,167 +0,0 @@
-/* Main Style Sheet for jQuery Calendar */\r
-#calendar_div, .calendar_inline {\r
-       font-family: Arial, Helvetica, sans-serif;\r
-       font-size: 14px;\r
-       padding: 0;\r
-       margin: 0;\r
-       background: #ddd;\r
-}\r
-#calendar_div {\r
-       display: none;\r
-       border: 1px solid #FF9900;\r
-       z-index: 10; /*must have*/ \r
-}\r
-#calendar_div, .calendar_control, .calendar_links, .calendar_header, .calendar {\r
-       width: 185px;\r
-}\r
-.calendar_inline {\r
-       float: left;\r
-       display: block;\r
-       border: 0;\r
-}\r
-.calendar_dialog {\r
-       padding: 5px !important;\r
-       border: 4px ridge #ddd !important;\r
-}\r
-button.calendar_trigger {\r
-       width: 25px;\r
-}\r
-img.calendar_trigger {\r
-       margin: 2px;\r
-       vertical-align: middle;\r
-}\r
-.calendar_prompt {\r
-       float: left;\r
-       width: 181px;\r
-       padding: 2px;\r
-       background: #ddd;\r
-       color: #000;\r
-}\r
-* html .calendar_prompt {\r
-       width: 185px;\r
-}\r
-.calendar_control, .calendar_links, .calendar_header, .calendar {\r
-       clear: both;\r
-       float: left;\r
-       color: #fff;\r
-}\r
-.calendar_control {\r
-       background: #FF9900;\r
-}\r
-.calendar_links {\r
-       background: #E0F4D7;\r
-}\r
-.calendar_control, .calendar_links {\r
-       font-weight: bold;\r
-       font-size: 80%;\r
-       letter-spacing: 1px;\r
-}\r
-.calendar_links label { /* disabled links */\r
-       padding: 2px 5px;\r
-       color: #888;\r
-}\r
-.calendar_clear, .calendar_prev {\r
-       float: left;\r
-}\r
-.calendar_current {\r
-       float: left;\r
-       width: 35%;\r
-       text-align: center;\r
-}\r
-.calendar_close, .calendar_next {\r
-       float: right;\r
-}\r
-.calendar_header {\r
-       background: #83C948;\r
-       text-align: center;\r
-       font-weight: bold;\r
-}\r
-.calendar_header select {\r
-       background: #83C948;\r
-       color: #000;\r
-       border: 0px;\r
-       font-weight: bold;\r
-}\r
-.calendar {\r
-       background: #ccc;\r
-       text-align: center;\r
-       font-size: 100%;\r
-}\r
-.calendar a {\r
-       display: block;\r
-       width: 100%;\r
-}\r
-.calendar .calendar_titleRow {\r
-       background: #B1DB87;\r
-       color: #000 !important;\r
-}\r
-.calendar .calendar_daysRow {\r
-       background: #FFF;\r
-       color: #666;\r
-}\r
-.calendar .calendar_daysCell {\r
-       color: #000;\r
-       border: 1px solid #ddd;\r
-}\r
-#calendar .calendar_daysCell a{\r
-       display: block;\r
-}\r
-.calendar .calendar_weekEndCell {\r
-       background: #E0F4D7;\r
-}\r
-.calendar .calendar_daysCellOver {\r
-       background: #fff;\r
-       border: 1px solid #777;\r
-}\r
-.calendar .calendar_unselectable {\r
-       color: #888;\r
-}\r
-.calendar_today {\r
-       background: #ccc !important;\r
-}\r
-.calendar_currentDay {\r
-       background: #999 !important;\r
-}\r
-\r
-/* ________ CALENDAR LINKS _______\r
-\r
-** Reset link properties and then override them with !important */\r
-#calendar_div a, .calendar_inline a {\r
-       cursor: pointer;\r
-       margin: 0;\r
-       padding: 0;\r
-       background: none;\r
-       color: #000;\r
-}\r
-.calendar_inline .calendar_links a {\r
-       padding: 0 5px !important;\r
-}\r
-.calendar_control a, .calendar_links a {\r
-       padding: 2px 5px !important;\r
-       color: #000 !important;\r
-}\r
-.calendar_titleRow a {\r
-       color: #000 !important;\r
-}\r
-.calendar_control a:hover {\r
-       /*background: #fdd !important;*/\r
-       color: #333 !important;\r
-}\r
-.calendar_links a:hover, .calendar_titleRow a:hover {\r
-       background: #FFF !important;\r
-       color: #333 !important;\r
-}\r
-\r
-/* ___________ IE6 IFRAME FIX ________ */\r
-\r
-.calendar_cover {\r
-    display: none; /*sorry for IE5*/\r
-    display/**/: block; /*sorry for IE5*/\r
-    position: absolute; /*must have*/\r
-    z-index: -1; /*must have*/\r
-    filter: mask(); /*must have*/\r
-    top: -4px; /*must have*/\r
-    left: -4px; /*must have*/\r
-    width: 193px; /*must have to match width and borders*/\r
-    height: 200px; /*must have to match maximum height*/ \r
-}\r