style.css

  1. 6.x themes/fp6_clean/style.css
  2. 6.x modules/engagements/css/style.css
  3. 6.x modules/alerts/css/style.css
  4. 6.x modules/system/css/style.css
  5. 6.x modules/calendar/css/style.css
  6. 6.x modules/student_profile/css/style.css
  7. 6.x modules/schools/css/style.css
  8. 4.x themes/classic/style.css
  9. 4.x modules/system/css/style.css
  10. 5.x themes/basic/style.css
  11. 5.x themes/fp5_clean/style.css
  12. 5.x themes/classic/style.css
  13. 5.x modules/system/css/style.css


___custom-calendar{}

body {
  min-width: 500px;
}


.tzexplain {
  text-align: center;
  padding: 10px;
}

.tzglobe {
  color: green;
  
}


.schedule-appt-sep {
  margin-top: 50px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  font-size: 1.3em;
  margin-bottom: 50px;
}



.calendar-feed-instructions {
  text-shadow: none;
  font-weight: bold;
}

.custom-calendar .today {
  background-color: lemonchiffon !important;
}

.cal-prev-link {
  float: left;
  font-size: 16pt;
}

.cal-next-link {
  float: right;
  font-size: 16pt;
}

.calendar-toggle-times {
  margin-top: 15px;
}

.calendar-header {
  font-size: 2em;
  
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

table.custom-calendar {
  width: 100%;
  
}

table.custom-calendar td {
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}

.custom-calendar .date-box-top {
  display: block;
  text-align: right;
}

.custom-calendar .date-box-top a.add-date {
  display: inline-block;
  padding-right: 10px;
}

.not-logged-in .date-box-top a.add-date {
  display: none !important;
}

.custom-calendar .date-box-top .the-day-num {
  display: inline-block;
  min-width: 20px;
}

.custom-calendar .calendar-entry {
  font-size: 0.7em;
  border-bottom: 1px dashed #ccc;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 2px;
}

.custom-calendar .calendar-entry .name-shift-line {
  font-weight: bold;
  font-size: 11px;
}

.custom-calendar .calendar-entry .no-name-yet {
  color: #ccc;
}

.custom-calendar .calendar-entry .time-line {
  text-align: right;
  font-size: 10px;
}

.custom-calendar .out-of-range-day {
  background-color: #ddd;
}


.ui-dialog .ui-dialog-buttonpane {
  padding: 0;
  margin: 0;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0;
}

.ui-button-text-only .ui-button-text {
  
}

.ui-button .ui-button-text {
    font-size: 0.8em;
}

.mobile-day-count {
  text-align: center;  
  position: relative;
}

.mobile-day-count a {
  display: inline-block;
  text-align: center;
  width: 1.1em;  
  background-color: #0095ff;
  padding: 2px 4px 2px 3px;
  border-radius: 50%;
  color: white;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 30px;
}





___calendar{}


a.calendar-entry-edit-link {
  float: left;
  margin-right: 3px;
  color: #ccc;
}
a.calendar-entry-edit-link:hover {
  color: #999;
}


.vertical-tabs {
  display: none;
}

.admin-menu .vertical-tabs {
  display: block;
}

.iframe .vertical-tabs {
  display: none;
}

li.date-prev a {
  padding-right: 5px;
}
li.date-next a {
  padding-left: 5px;
}


.calendar-calendar div.day {
  width: 4em;
}

.calendar-calendar a.add-date {
  font-size: 0.9em;
  padding-left: 10px;
  padding-right: 10px;
  color: #ddd !important;
}

.calendar-calendar .out-of-range-day a.add-date {
  color: white !important;
}

.calendar-calendar a.add-date:hover {
  color: #4b85ac !important;
}

.calendar-week-add {
  float: right;
}

#multi-day-container {
  clear: both;
}


.calendar-calendar .month-view .item {
  line-height: 0.9em;
  margin-bottom: 10px;
  
}

.calendar-calendar .month-view .item .monthview {
  background-color: transparent !important;
  border-bottom: 1px dashed #ccc;
}

.calendar-calendar .month-view .item .monthview .date-display-single {
  font-weight: normal;
  display: block;
  text-align: right;
}

.calendar-calendar .month-view .item .monthview .date-display-single .date-display-start,
.calendar-calendar .month-view .item .monthview .date-display-single .date-display-end {
  font-weight: normal;
}


.cal-employee-name,
.cal-shift-name
 {
  font-weight: bold;
  font-size: 1.1em;
}

.calendar-calendar th {
    text-align: center;
    margin: 0;
    background: #999;
    border-right: 1px solid #c8c7c7;
    color: #fff;
    padding: 10px;
    font-weight: bold;    
}

.calendar-calendar td {
    width: 14%;
  
    border: 1px solid #ccc;
    color: #777;
    text-align: right;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
/* forces calendar days to be certain height */
.calendar-calendar td::after {
  content: "";
  display: inline-block;
  vertical-align: top;  
  min-height: 80px;
}


.mobile-day-page .calendar-entry {
  font-size: 1.6em;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}

.mobile-day-page .name-shift-line,
.mobile-day-page .time-line {
 display: inline-block;
}

.mobile-day-page .time-line {
  float: right;
  margin-left: 10px;
}


.appt-canceled div
{
  text-decoration: line-through;
  background-color: #eee;
}




___schedule_appointment {}


.small-circle-profile-image {
  display: block;
  width: 150px;
  height: 150px;
  overflow-y: hidden;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.small-circle-profile-image img {
  width: 100%;
  height: auto;
}

.calendar-mini-calendar {
  display: inline-block;
  width: 400px;
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;  
}


.calendar-mini-calendar .month-title {
  padding-left: 30px;
  padding-right: 30px;
}

.calendar-mini-calendar table {
  margin-left: auto;
  margin-right: auto;
}

.calendar-mini-calendar table td {
  padding: 10px 15px 10px 15px;
  
}


.calendar-mini-calendar table th,
.calendar-mini-calendar table td
 {
  text-align: center;
}

.calendar-mini-calendar table td.mini-past-date {
  z__background-color: #eee;
  
}

.calendar-mini-calendar table td.mini-day-today {  
  background-color: lemonchiffon;
}

.calendar-mini-calendar table td.mini-day a {
  display: inline-block;
  text-align: center;
  width: 1.1em;  
  background-color: #0095ff;
  padding: 2px 4px 2px 3px;
  border-radius: 50%;
  color: white;
}

.calendar-mini-calendar table td.mini-day a:hover {
  text-decoration: none;
  background-color: lightskyblue;
}



p.select-directions {
  text-align: center;
}

.select-from-event-types {
  margin-top: 50px;
  text-align: center;
}

.select-from-event-types .event-type,
.event-type-box
{
  display: inline-block;
  width: 380px;
  
  min-height: 120px;
  text-align: center;
  margin-right: 50px;
  vertical-align: top;
  font-size: 1.1em;
  padding: 20px;
  overflow-y:hidden;
  text-overflow: ellipsis;
  box-shadow: 1px 1px 10px #ddd;
}

.select-from-event-types .event-type:hover {
  text-decoration: none;
  background-color: #f9f9f9;
}

.event-type-box {  
  box-shadow: none;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  margin-right: 10px;
}


.select-from-event-types .event-type .event-type-title,
.event-type-box .event-type-title
 {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px;
}

.select-from-event-types .event-type .event-type-description {
  color: black;
}

.event-select-time {  
  display: inline-block;
  width: 400px;
  height: 400px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;  
}

.event-select-time a.select-time {
  display: block;
  width: 300px;
  text-align: center;
  margin-bottom: 10px;
  padding: 20px;
  box-shadow: 1px 1px 10px #ddd;
  margin-left: auto;
  margin-right: auto;
}

.event-select-time a.select-time:hover {
  text-decoration: none;
  background-color: #f9f9f9;  
}



.confirm-schedule-appt-type,
.confirm-schedule-appt-datetime
 {
  font-size: 1.1em;
  padding-bottom: 10px;
}



.appointment-summary-view {
  font-size: 1.1em;
  display: block;
  width: 500px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ccc;
  padding: 30px;
}








___appointment_settings{}

table.schedule-event-types {
  width: 90%;
}

table.schedule-event-types th {
  
}

table.schedule-event-types td,
table.schedule-event-types th
 {
  padding: 10px 20px 10px 20px;
}

table td.actions {
  width: 70px;
}


___forms{}

.calendar-faculty_id {
  font-size: 1.2em;
}
.calendar-faculty_id label {
  display: inline-block;
  margin-right: 20px; 
}



___unavailable_times_content{}

#element-wrapper-days .checkbox-element {
  display: inline-block;
  margin-right: 20px;
}




File

modules/calendar/css/style.css
View source
  1. ___custom-calendar{}
  2. body {
  3. min-width: 500px;
  4. }
  5. .tzexplain {
  6. text-align: center;
  7. padding: 10px;
  8. }
  9. .tzglobe {
  10. color: green;
  11. }
  12. .schedule-appt-sep {
  13. margin-top: 50px;
  14. border-top: 1px solid #ccc;
  15. padding-top: 20px;
  16. font-size: 1.3em;
  17. margin-bottom: 50px;
  18. }
  19. .calendar-feed-instructions {
  20. text-shadow: none;
  21. font-weight: bold;
  22. }
  23. .custom-calendar .today {
  24. background-color: lemonchiffon !important;
  25. }
  26. .cal-prev-link {
  27. float: left;
  28. font-size: 16pt;
  29. }
  30. .cal-next-link {
  31. float: right;
  32. font-size: 16pt;
  33. }
  34. .calendar-toggle-times {
  35. margin-top: 15px;
  36. }
  37. .calendar-header {
  38. font-size: 2em;
  39. text-align: center;
  40. margin-top: 20px;
  41. margin-bottom: 20px;
  42. }
  43. table.custom-calendar {
  44. width: 100%;
  45. }
  46. table.custom-calendar td {
  47. vertical-align: top;
  48. padding-left: 5px;
  49. padding-right: 5px;
  50. }
  51. .custom-calendar .date-box-top {
  52. display: block;
  53. text-align: right;
  54. }
  55. .custom-calendar .date-box-top a.add-date {
  56. display: inline-block;
  57. padding-right: 10px;
  58. }
  59. .not-logged-in .date-box-top a.add-date {
  60. display: none !important;
  61. }
  62. .custom-calendar .date-box-top .the-day-num {
  63. display: inline-block;
  64. min-width: 20px;
  65. }
  66. .custom-calendar .calendar-entry {
  67. font-size: 0.7em;
  68. border-bottom: 1px dashed #ccc;
  69. line-height: 1.5em;
  70. text-align: left;
  71. margin-bottom: 2px;
  72. }
  73. .custom-calendar .calendar-entry .name-shift-line {
  74. font-weight: bold;
  75. font-size: 11px;
  76. }
  77. .custom-calendar .calendar-entry .no-name-yet {
  78. color: #ccc;
  79. }
  80. .custom-calendar .calendar-entry .time-line {
  81. text-align: right;
  82. font-size: 10px;
  83. }
  84. .custom-calendar .out-of-range-day {
  85. background-color: #ddd;
  86. }
  87. .ui-dialog .ui-dialog-buttonpane {
  88. padding: 0;
  89. margin: 0;
  90. }
  91. .ui-dialog .ui-dialog-buttonpane button {
  92. margin: 0;
  93. }
  94. .ui-button-text-only .ui-button-text {
  95. }
  96. .ui-button .ui-button-text {
  97. font-size: 0.8em;
  98. }
  99. .mobile-day-count {
  100. text-align: center;
  101. position: relative;
  102. }
  103. .mobile-day-count a {
  104. display: inline-block;
  105. text-align: center;
  106. width: 1.1em;
  107. background-color: #0095ff;
  108. padding: 2px 4px 2px 3px;
  109. border-radius: 50%;
  110. color: white;
  111. margin-left: auto;
  112. margin-right: auto;
  113. position: relative;
  114. top: 30px;
  115. }
  116. ___calendar{}
  117. a.calendar-entry-edit-link {
  118. float: left;
  119. margin-right: 3px;
  120. color: #ccc;
  121. }
  122. a.calendar-entry-edit-link:hover {
  123. color: #999;
  124. }
  125. .vertical-tabs {
  126. display: none;
  127. }
  128. .admin-menu .vertical-tabs {
  129. display: block;
  130. }
  131. .iframe .vertical-tabs {
  132. display: none;
  133. }
  134. li.date-prev a {
  135. padding-right: 5px;
  136. }
  137. li.date-next a {
  138. padding-left: 5px;
  139. }
  140. .calendar-calendar div.day {
  141. width: 4em;
  142. }
  143. .calendar-calendar a.add-date {
  144. font-size: 0.9em;
  145. padding-left: 10px;
  146. padding-right: 10px;
  147. color: #ddd !important;
  148. }
  149. .calendar-calendar .out-of-range-day a.add-date {
  150. color: white !important;
  151. }
  152. .calendar-calendar a.add-date:hover {
  153. color: #4b85ac !important;
  154. }
  155. .calendar-week-add {
  156. float: right;
  157. }
  158. #multi-day-container {
  159. clear: both;
  160. }
  161. .calendar-calendar .month-view .item {
  162. line-height: 0.9em;
  163. margin-bottom: 10px;
  164. }
  165. .calendar-calendar .month-view .item .monthview {
  166. background-color: transparent !important;
  167. border-bottom: 1px dashed #ccc;
  168. }
  169. .calendar-calendar .month-view .item .monthview .date-display-single {
  170. font-weight: normal;
  171. display: block;
  172. text-align: right;
  173. }
  174. .calendar-calendar .month-view .item .monthview .date-display-single .date-display-start,
  175. .calendar-calendar .month-view .item .monthview .date-display-single .date-display-end {
  176. font-weight: normal;
  177. }
  178. .cal-employee-name,
  179. .cal-shift-name
  180. {
  181. font-weight: bold;
  182. font-size: 1.1em;
  183. }
  184. .calendar-calendar th {
  185. text-align: center;
  186. margin: 0;
  187. background: #999;
  188. border-right: 1px solid #c8c7c7;
  189. color: #fff;
  190. padding: 10px;
  191. font-weight: bold;
  192. }
  193. .calendar-calendar td {
  194. width: 14%;
  195. border: 1px solid #ccc;
  196. color: #777;
  197. text-align: right;
  198. vertical-align: top;
  199. margin: 0;
  200. padding: 0;
  201. }
  202. /* forces calendar days to be certain height */
  203. .calendar-calendar td::after {
  204. content: "";
  205. display: inline-block;
  206. vertical-align: top;
  207. min-height: 80px;
  208. }
  209. .mobile-day-page .calendar-entry {
  210. font-size: 1.6em;
  211. margin-bottom: 10px;
  212. border-bottom: 1px dashed #ccc;
  213. padding-bottom: 10px;
  214. }
  215. .mobile-day-page .name-shift-line,
  216. .mobile-day-page .time-line {
  217. display: inline-block;
  218. }
  219. .mobile-day-page .time-line {
  220. float: right;
  221. margin-left: 10px;
  222. }
  223. .appt-canceled div
  224. {
  225. text-decoration: line-through;
  226. background-color: #eee;
  227. }
  228. ___schedule_appointment {}
  229. .small-circle-profile-image {
  230. display: block;
  231. width: 150px;
  232. height: 150px;
  233. overflow-y: hidden;
  234. border-radius: 50%;
  235. margin-left: auto;
  236. margin-right: auto;
  237. }
  238. .small-circle-profile-image img {
  239. width: 100%;
  240. height: auto;
  241. }
  242. .calendar-mini-calendar {
  243. display: inline-block;
  244. width: 400px;
  245. border: 1px solid #ddd;
  246. padding: 10px;
  247. text-align: center;
  248. }
  249. .calendar-mini-calendar .month-title {
  250. padding-left: 30px;
  251. padding-right: 30px;
  252. }
  253. .calendar-mini-calendar table {
  254. margin-left: auto;
  255. margin-right: auto;
  256. }
  257. .calendar-mini-calendar table td {
  258. padding: 10px 15px 10px 15px;
  259. }
  260. .calendar-mini-calendar table th,
  261. .calendar-mini-calendar table td
  262. {
  263. text-align: center;
  264. }
  265. .calendar-mini-calendar table td.mini-past-date {
  266. z__background-color: #eee;
  267. }
  268. .calendar-mini-calendar table td.mini-day-today {
  269. background-color: lemonchiffon;
  270. }
  271. .calendar-mini-calendar table td.mini-day a {
  272. display: inline-block;
  273. text-align: center;
  274. width: 1.1em;
  275. background-color: #0095ff;
  276. padding: 2px 4px 2px 3px;
  277. border-radius: 50%;
  278. color: white;
  279. }
  280. .calendar-mini-calendar table td.mini-day a:hover {
  281. text-decoration: none;
  282. background-color: lightskyblue;
  283. }
  284. p.select-directions {
  285. text-align: center;
  286. }
  287. .select-from-event-types {
  288. margin-top: 50px;
  289. text-align: center;
  290. }
  291. .select-from-event-types .event-type,
  292. .event-type-box
  293. {
  294. display: inline-block;
  295. width: 380px;
  296. min-height: 120px;
  297. text-align: center;
  298. margin-right: 50px;
  299. vertical-align: top;
  300. font-size: 1.1em;
  301. padding: 20px;
  302. overflow-y:hidden;
  303. text-overflow: ellipsis;
  304. box-shadow: 1px 1px 10px #ddd;
  305. }
  306. .select-from-event-types .event-type:hover {
  307. text-decoration: none;
  308. background-color: #f9f9f9;
  309. }
  310. .event-type-box {
  311. box-shadow: none;
  312. border: 1px solid #ddd;
  313. margin-bottom: 10px;
  314. margin-right: 10px;
  315. }
  316. .select-from-event-types .event-type .event-type-title,
  317. .event-type-box .event-type-title
  318. {
  319. font-weight: bold;
  320. font-size: 1.1em;
  321. margin-bottom: 10px;
  322. }
  323. .select-from-event-types .event-type .event-type-description {
  324. color: black;
  325. }
  326. .event-select-time {
  327. display: inline-block;
  328. width: 400px;
  329. height: 400px;
  330. overflow-y: scroll;
  331. border: 1px solid #ccc;
  332. padding: 10px;
  333. margin-left: auto;
  334. margin-right: auto;
  335. }
  336. .event-select-time a.select-time {
  337. display: block;
  338. width: 300px;
  339. text-align: center;
  340. margin-bottom: 10px;
  341. padding: 20px;
  342. box-shadow: 1px 1px 10px #ddd;
  343. margin-left: auto;
  344. margin-right: auto;
  345. }
  346. .event-select-time a.select-time:hover {
  347. text-decoration: none;
  348. background-color: #f9f9f9;
  349. }
  350. .confirm-schedule-appt-type,
  351. .confirm-schedule-appt-datetime
  352. {
  353. font-size: 1.1em;
  354. padding-bottom: 10px;
  355. }
  356. .appointment-summary-view {
  357. font-size: 1.1em;
  358. display: block;
  359. width: 500px;
  360. margin-top: 30px;
  361. margin-left: auto;
  362. margin-right: auto;
  363. border: 1px solid #ccc;
  364. padding: 30px;
  365. }
  366. ___appointment_settings{}
  367. table.schedule-event-types {
  368. width: 90%;
  369. }
  370. table.schedule-event-types th {
  371. }
  372. table.schedule-event-types td,
  373. table.schedule-event-types th
  374. {
  375. padding: 10px 20px 10px 20px;
  376. }
  377. table td.actions {
  378. width: 70px;
  379. }
  380. ___forms{}
  381. .calendar-faculty_id {
  382. font-size: 1.2em;
  383. }
  384. .calendar-faculty_id label {
  385. display: inline-block;
  386. margin-right: 20px;
  387. }
  388. ___unavailable_times_content{}
  389. #element-wrapper-days .checkbox-element {
  390. display: inline-block;
  391. margin-right: 20px;
  392. }