iui_avatarclassroom.css 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  1. /* iui.css (c) 2007-9 by iUI Project Members, see LICENSE.txt for license */
  2. body {
  3. margin: 0;
  4. font-family: Helvetica;
  5. background: #FFFFFF;
  6. color: #000000;
  7. overflow-x: hidden;
  8. -webkit-user-select: none;
  9. -webkit-text-size-adjust: none;
  10. }
  11. body > *:not(.toolbar) {
  12. display: none;
  13. position: absolute;
  14. margin: 0;
  15. padding: 0;
  16. left: 0;
  17. top: 45px;
  18. width: 100%;
  19. min-height: 372px;
  20. -webkit-transition-duration: 300ms;
  21. -webkit-transition-property: -webkit-transform;
  22. -webkit-transform: translateX(0%);
  23. }
  24. body[orient="landscape"] > *:not(.toolbar) {
  25. min-height: 268px;
  26. }
  27. body > *[selected="true"] {
  28. display: block;
  29. }
  30. a[selected], a:active {
  31. background-color: #194fdb !important;
  32. background-image: url(listArrowSel.png), url(selection.png) !important;
  33. background-repeat: no-repeat, repeat-x;
  34. background-position: right center, left top;
  35. color: #FFFFFF !important;
  36. }
  37. a[selected="progress"] {
  38. background-image: url(loading.gif), url(selection.png) !important;
  39. }
  40. /************************************************************************************************/
  41. body > .toolbar {
  42. box-sizing: border-box;
  43. -moz-box-sizing: border-box;
  44. -webkit-box-sizing: border-box;
  45. border-bottom: 1px solid #2d3642;
  46. border-top: 1px solid #6d84a2;
  47. padding: 10px;
  48. height: 45px;
  49. background: url(toolbar.png) #6d84a2 repeat-x;
  50. }
  51. .toolbar > h1 {
  52. position: absolute;
  53. overflow: hidden;
  54. left: 50%;
  55. margin: 1px 0 0 -75px;
  56. height: 45px;
  57. font-size: 20px;
  58. width: 500px;
  59. font-weight: bold;
  60. text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
  61. text-align: center;
  62. text-overflow: ellipsis;
  63. white-space: nowrap;
  64. color: #FFFFFF;
  65. }
  66. body > .toolbar > h1 {
  67. margin-left: -250px;
  68. width: 500px;
  69. }
  70. body[orient="landscape"] > .toolbar > h1 {
  71. margin-left: -250px;
  72. width: 500px;
  73. }
  74. .button {
  75. position: absolute;
  76. overflow: hidden;
  77. top: 8px;
  78. right: 6px;
  79. margin: 0;
  80. border-width: 0 5px;
  81. padding: 0 3px;
  82. width: auto;
  83. height: 30px;
  84. line-height: 30px;
  85. font-family: inherit;
  86. font-size: 12px;
  87. font-weight: bold;
  88. color: #FFFFFF;
  89. text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
  90. text-overflow: ellipsis;
  91. text-decoration: none;
  92. white-space: nowrap;
  93. background: none;
  94. -webkit-border-image: url(toolButton.png) 0 5 0 5;
  95. }
  96. .blueButton {
  97. -webkit-border-image: url(blueButton.png) 0 5 0 5;
  98. border-width: 0 5px;
  99. }
  100. .leftButton {
  101. left: 6px;
  102. right: auto;
  103. }
  104. #backButton {
  105. display: none;
  106. left: 6px;
  107. right: auto;
  108. padding: 0;
  109. max-width: 155px;
  110. border-width: 0 8px 0 14px;
  111. -webkit-border-image: url(backButton.png) 0 8 0 14;
  112. }
  113. .whiteButton,
  114. .redButton,
  115. .grayButton {
  116. display: block;
  117. border-width: 0 12px;
  118. padding: 10px;
  119. text-align: center;
  120. font-size: 20px;
  121. font-weight: bold;
  122. text-decoration: inherit;
  123. color: inherit;
  124. }
  125. .whiteButton {
  126. -webkit-border-image: url(whiteButton.png) 0 12 0 12;
  127. text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
  128. }
  129. .redButton {
  130. -webkit-border-image: url(redButton.png) 0 12 0 12;
  131. color:#fff;
  132. text-shadow: #7a0001 0 -1px 0;
  133. }
  134. .grayButton {
  135. -webkit-border-image: url(grayButton.png) 0 12 0 12;
  136. color: #FFFFFF;
  137. }
  138. /************************************************************************************************/
  139. body > ul > li {
  140. position: relative;
  141. margin: 0;
  142. border-bottom: 1px solid #E0E0E0;
  143. padding: 8px 0 8px 10px;
  144. font-size: 20px;
  145. font-weight: bold;
  146. list-style: none;
  147. }
  148. body > ul > li.group {
  149. position: relative;
  150. top: -1px;
  151. margin-bottom: -2px;
  152. border-top: 1px solid #7d7d7d;
  153. border-bottom: 1px solid #999999;
  154. padding: 1px 10px;
  155. background: url(listGroup.png) repeat-x;
  156. font-size: 17px;
  157. font-weight: bold;
  158. text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
  159. color: #FFFFFF;
  160. }
  161. body > ul > li.group:first-child {
  162. top: 0;
  163. border-top: none;
  164. }
  165. body > ul > li > a {
  166. display: block;
  167. margin: -8px 0 -8px -10px;
  168. padding: 8px 32px 8px 10px;
  169. text-decoration: none;
  170. color: inherit;
  171. background: url(listArrow.png) no-repeat right center;
  172. }
  173. a[target="_replace"] {
  174. box-sizing: border-box;
  175. -webkit-box-sizing: border-box;
  176. padding-top: 25px;
  177. padding-bottom: 25px;
  178. font-size: 18px;
  179. color: cornflowerblue;
  180. background-color: #FFFFFF;
  181. background-image: none;
  182. }
  183. /************************************************************************************************/
  184. body > .dialog {
  185. top: 0;
  186. width: 100%;
  187. min-height: 417px;
  188. z-index: 2;
  189. background: rgba(0, 0, 0, 0.8);
  190. padding: 0;
  191. text-align: right;
  192. }
  193. .dialog > fieldset {
  194. box-sizing: border-box;
  195. -webkit-box-sizing: border-box;
  196. width: 100%;
  197. margin: 0;
  198. border: none;
  199. border-top: 1px solid #6d84a2;
  200. padding: 10px 6px;
  201. background: url(toolbar.png) #7388a5 repeat-x;
  202. }
  203. .dialog > fieldset > h1 {
  204. margin: 0 10px 0 10px;
  205. padding: 0;
  206. font-size: 20px;
  207. font-weight: bold;
  208. color: #FFFFFF;
  209. text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
  210. text-align: center;
  211. }
  212. .dialog > fieldset > label {
  213. position: absolute;
  214. margin: 16px 0 0 6px;
  215. font-size: 14px;
  216. color: #999999;
  217. }
  218. input:not(input[type|=radio]):not(input[type|=checkbox]) {
  219. box-sizing: border-box;
  220. -webkit-box-sizing: border-box;
  221. width: 100%;
  222. margin: 8px 0 0 0;
  223. padding: 6px 6px 6px 44px;
  224. font-size: 16px;
  225. font-weight: normal;
  226. border:1px solid;
  227. }
  228. /************************************************************************************************/
  229. body > .panel {
  230. box-sizing: border-box;
  231. -moz-box-sizing: border-box;
  232. -webkit-box-sizing: border-box;
  233. padding: 10px;
  234. background: #c8c8c8 url(pinstripes.png);
  235. }
  236. .panel > fieldset {
  237. position: relative;
  238. margin: 0 0 20px 0;
  239. padding: 0;
  240. background: #FFFFFF;
  241. -webkit-border-radius: 10px;
  242. -moz-border-radius: 10px;
  243. border: 1px solid #999999;
  244. /*
  245. text-align: right;
  246. */
  247. font-size: 16px;
  248. }
  249. .row {
  250. width:100%;
  251. position: relative;
  252. min-height: 56px;
  253. border-bottom: 1px solid #999999;
  254. -webkit-border-radius: 0;
  255. /* text-align: right;*/
  256. }
  257. fieldset > .row:last-child {
  258. border-bottom: none !important;
  259. width:100%;
  260. }
  261. .row > label {
  262. float:left;
  263. padding-left:20px;
  264. width:50%
  265. margin: 0 0 0 14px;
  266. line-height: 42px;
  267. font-weight: bold;
  268. }
  269. .row > .fieldset > label {
  270. /*position: absolute; ED FOR SLOODLE*/
  271. float:left;
  272. width:50%
  273. margin-left: 20px;
  274. font-weight: bold;
  275. }
  276. .row > .fieldset > span{
  277. /*position: absolute; ED FOR SLOODLE*/
  278. float:right;
  279. width:50%
  280. margin-right:20px;
  281. padding-right:20px;
  282. font-weight: bold;
  283. }
  284. .row > span {
  285. float:right;
  286. width:50%
  287. position: absolute;
  288. margin: 0 0 0 14px;
  289. padding: 12px 20px 0 110px;
  290. }
  291. .row > .toggle {
  292. position: absolute;
  293. top: 6px;
  294. right: 6px;
  295. width: 100px;
  296. height: 28px;
  297. }
  298. .toggle {
  299. border: 1px solid #888888;
  300. -webkit-border-radius: 6px;
  301. background: #FFFFFF url(toggle.png) repeat-x;
  302. font-size: 19px;
  303. font-weight: bold;
  304. line-height: 30px;
  305. }
  306. .toggle[toggled="true"] {
  307. border: 1px solid #143fae;
  308. background: #194fdb url(toggleOn.png) repeat-x;
  309. }
  310. .toggleOn {
  311. display: none;
  312. position: absolute;
  313. width: 60px;
  314. text-align: center;
  315. left: 0;
  316. top: 0;
  317. color: #FFFFFF;
  318. text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
  319. }
  320. .toggleOff {
  321. position: absolute;
  322. width: 60px;
  323. text-align: center;
  324. right: 0;
  325. top: 0;
  326. color: #666666;
  327. }
  328. .toggle[toggled="true"] > .toggleOn {
  329. display: block;
  330. }
  331. .toggle[toggled="true"] > .toggleOff {
  332. display: none;
  333. }
  334. .thumb {
  335. position: absolute;
  336. top: -1px;
  337. left: -1px;
  338. width: 40px;
  339. height: 28px;
  340. border: 1px solid #888888;
  341. -webkit-border-radius: 6px;
  342. background: #ffffff url(thumb.png) repeat-x;
  343. }
  344. .toggle[toggled="true"] > .thumb {
  345. left: auto;
  346. right: -1px;
  347. }
  348. .panel > h2 {
  349. margin: 0 0 8px 14px;
  350. font-size: inherit;
  351. font-weight: bold;
  352. color: #4d4d70;
  353. text-shadow: rgba(255, 255, 255, 0.75) 2px 2px 0;
  354. }
  355. /************************************************************************************************/
  356. #preloader {
  357. display: none;
  358. background-image: url(loading.gif), url(selection.png),
  359. url(blueButton.png), url(listArrowSel.png), url(listGroup.png);
  360. }