cas.css 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. /*
  2. * Licensed to Jasig under one or more contributor license
  3. * agreements. See the NOTICE file distributed with this work
  4. * for additional information regarding copyright ownership.
  5. * Jasig licenses this file to you under the Apache License,
  6. * Version 2.0 (the "License"); you may not use this file
  7. * except in compliance with the License. You may obtain a
  8. * copy of the License at the following location:
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing,
  13. * software distributed under the License is distributed on an
  14. * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  15. * KIND, either express or implied. See the License for the
  16. * specific language governing permissions and limitations
  17. * under the License.
  18. */
  19. /* reset */
  20. html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; }
  21. body { line-height: 1; background:url(../images/login_bg.png) no-repeat;}
  22. article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
  23. nav ul { list-style: none; }
  24. blockquote, q { quotes: none; }
  25. blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
  26. a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; }
  27. /* change colours to suit your needs */
  28. ins { color: #000; text-decoration: none; }
  29. /* change colours to suit your needs */
  30. mark { color: #000; font-style: italic; font-weight: bold; }
  31. del { text-decoration: line-through; }
  32. abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
  33. table { border-collapse: collapse; border-spacing: 0; }
  34. /* change border colour to suit your needs */
  35. hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
  36. input, select { vertical-align: middle; }
  37. /* general page */
  38. body { font-family: Verdana, sans-serif; font-size: 11px; line-height: 1.4em; }
  39. #cas { }
  40. #cas .flc-screenNavigator-view-container { width: 95%; margin: 0 auto; }
  41. #cas .flc-screenNavigator-view-container #header, #cas .flc-screenNavigator-view-container #content { -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }
  42. #cas .flc-screenNavigator-view-container #content { -webkit-border-bottom-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }
  43. @media only screen and (max-width: 960px) { #cas .flc-screenNavigator-view-container { width: 100%; }
  44. #cas .flc-screenNavigator-view-container #content { -webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; } }
  45. /* header */
  46. #cas #header { padding-top: 10px; }
  47. #cas #header #company-name { width: 118px; height: 31px; text-indent: -999em; margin: 0 0 10px 10px; }
  48. #cas #header #app-name { color: white; padding: 1.4em 1.4em; font-size: 2em; font-weight: normal; }
  49. /* content */
  50. #cas #content { padding: 10px; overflow: hidden; }
  51. #cas #content #msg { padding: 20px; margin-bottom: 10px; }
  52. #cas #content #msg h2 { font-size: 1.4em; margin-bottom: 0.5em; }
  53. #cas #content #msg.errors { border: 1px dotted #BB0000; color: #BB0000; padding-left: 100px; }
  54. #cas #content #msg.success { border: 1px dotted #390; color: #390; padding-left: 100px; }
  55. #cas #content #msg.info { border: 1px dotted #008; color: #008; padding-left: 100px; }
  56. #cas #content #login { width: 320px; margin-left:auto; margin-right:auto;}
  57. #cas #content #login #fm1 {text-align:left; padding: 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
  58. #cas #content #login #fm1 h2 { font-size: 1.4em; font-weight: normal; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #DDDDDD; }
  59. #cas #content #login #fm1 .row { margin-bottom: 10px; }
  60. #cas #content #login #fm1 .row .fl-label { display: block; color: #777777; }
  61. #cas #content #login #fm1 .row input[type=text], #cas #content #login #fm1 .row input[type=password] { padding: 6px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #DDDDDD; }
  62. #cas #content #login #fm1 .row.check { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #DDDDDD; color: #777; font-size: 11px; }
  63. #cas #content #login #fm1 .row .btn-submit { border-width: 2px; padding: 3px; margin-right: 4px; }
  64. #cas #content #login #fm1 .row .btn-reset { border: 0; color: #777; text-transform: lowercase; border-left: 1px solid #ddd; }
  65. #cas #content #login #fm1 .row .btn-submit:hover, #cas #content #login #fm1 .row .btn-reset:hover { cursor: pointer; }
  66. #cas #content #sidebar { width: auto; }
  67. #cas #content #sidebar .sidebar-content { padding-left: 20px; }
  68. #cas #content #sidebar .sidebar-content p { margin-bottom: 1.4em; }
  69. #cas #content #sidebar .sidebar-content #list-languages ul { list-style: none; }
  70. #cas #content #sidebar .sidebar-content #list-languages ul li { display: inline-block; padding: 0px 10px; border-right: 1px solid #e2e2e2; }
  71. #cas #content #sidebar .sidebar-content #list-languages ul li:last-child { border: 0; line-height: 1.4em; }
  72. /* footer */
  73. #cas #footer { color: #999; margin: 20px 0; }
  74. /* < 960 */
  75. @media only screen and (max-width: 960px) { #cas #footer { padding-left: 10px; } }
  76. /* < 799 */
  77. @media only screen and (max-width: 799px) { #cas #header #app-name { font-size: 1em; }
  78. #cas #content #login { float: none; width: 100%; }
  79. #cas #content #login #fm1 .row .fl-label { margin-left: -10px; }
  80. #cas #content #login #fm1 .row input[type=text], #cas #content #login #fm1 .row input[type=password] { width: 100%; margin-left: -10px; padding: 10px; }
  81. #cas #content #login #fm1 .row .btn-submit { outline: none; -webkit-appearance: none; -webkit-border-radius: 0; border: 0; color: white; font-weight: bold; width: 100%; padding: 10px 20px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
  82. #cas #content #login #fm1 .row .btn-reset { display: none; }
  83. #cas #content #sidebar { margin-top: 20px; }
  84. #cas #content #sidebar .sidebar-content { padding: 0; } }