Advertisement
tadejpetric

Untitled

Dec 19th, 2020
864
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 52.68 KB | None | 0 0
  1. body,
  2. .navbar,
  3. .navbar-nav,
  4. .navbar-bootswatch .navbar-brand {
  5.     color: #ccc !important;
  6.     background-image: none;
  7.     background-color: #222;
  8. }
  9. .btn-light {
  10.     color: #ccc !important;
  11.     background-image: none;
  12.     background-color: #222;
  13.     border-color: #333;
  14. }
  15. .card {
  16.     width: 100%;
  17.     padding-top: 39px;
  18.     padding-bottom: 12px;
  19.     min-height: 40px;
  20.     margin-top: 3px!important;
  21.     border-bottom: 0;
  22.     background: #333;
  23. }
  24. #page-header a.logo {
  25.     height: 50px;
  26. }
  27. #page-header.logo #mobileapps,
  28. #page-header.logo #socialnetworks {
  29.     margin-top: 5px;
  30. }
  31. #page-header.logo {
  32.     height: 0;
  33. }
  34. .container-fluid {
  35.     padding-left: 0;
  36. }
  37. #block-region-side-post .block .content,
  38. #block-region-side-pre .block .content {
  39.     background-color: #333;
  40. }
  41. #block-region-side-post .block .header,
  42. #block-region-side-pre .block .header {
  43.     background-color: #444;
  44. }
  45. p.tree_item.branch {
  46.     color: #ddd;
  47. }
  48. .block a,
  49. a,
  50. a:visited {
  51.     color: #eee;
  52. }
  53. p.tree_item.leaf a:focus,
  54. p.tree_item.leaf a:hover {
  55.     color: #fff;
  56. }
  57. .block .header .title h2,
  58. .block h3.main {
  59.     color: #ddd;
  60. }
  61. .block .header .title {
  62.     border-bottom: 1px solid #333;
  63. }
  64. ul.breadcrumb.style2 li a {
  65.     color: #eee;
  66. }
  67. #page #page-content #region-main,
  68. #page #page-content div[role=main],
  69. .pagelayout-redirect #page-content #region-main,
  70. .pagelayout-redirect #page-content div[role=main] {
  71.     border: 1px solid #444;
  72.     background-color: #333;
  73. }
  74. #adminsettings h3,
  75. h1,
  76. h2,
  77. h3,
  78. h4,
  79. h5,
  80. h6 {
  81.     color: #ddd;
  82. }
  83. .block {
  84.     background: #222;
  85.     border: 1px solid #444;
  86. }
  87. .block .minicalendar td.weekend {
  88.     color: #999;
  89. }
  90. .block .minicalendar td,
  91. .minicalendar th {
  92.     border: 1px dotted #bbb;
  93. }
  94. .calendar_event_course,
  95. .calendar_event_global,
  96. .calendar_event_group,
  97. .calendar_event_user {
  98.     background-color: #555;
  99. }
  100. .block a:hover,
  101. a:hover {
  102.     color: #fff;
  103. }
  104. .block .calendar-event-panel .yui3-overlay-content {
  105.     padding: 19px;
  106.     background-color: #444;
  107.     border: 1px solid #555;
  108. }
  109. .block .content h3 {
  110.     color: #ddd;
  111. }
  112. p.tree_item.branch:focus,
  113. p.tree_item.branch:hover {
  114.     color: #fff;
  115. }
  116. .course-content ul li.section.hidden .activity .activityinstance,
  117. .course-content ul li.section.hidden .content > div,
  118. .course-content ul li.section.hidden .sectionname > span {
  119.     color: #999;
  120. }
  121. #page-footer {
  122.     background: #111;
  123.     color: #bbb;
  124. }
  125. .path-grade-edit-tree .setup-grades.generaltable > tbody > tr:nth-child(2n+1) > td.leveleven,
  126. .path-grade-edit-tree .setup-grades.generaltable > tbody > tr:nth-child(2n+1) > td.levelodd,
  127. .path-grade-edit-tree .setup-grades.generaltable > tbody > tr:nth-child(2n+1) > th.leveleven,
  128. .path-grade-edit-tree .setup-grades.generaltable > tbody > tr:nth-child(2n+1) > th.levelodd,
  129. .path-grade-report-user .user-grade.generaltable > tbody > tr:nth-child(2n+1) > td.leveleven,
  130. .path-grade-report-user .user-grade.generaltable > tbody > tr:nth-child(2n+1) > td.levelodd,
  131. .path-grade-report-user .user-grade.generaltable > tbody > tr:nth-child(2n+1) > th.leveleven,
  132. .path-grade-report-user .user-grade.generaltable > tbody > tr:nth-child(2n+1) > th.levelodd {
  133.     color: #ccc;
  134. }
  135. .path-grade-report-user .user-grade.generaltable .levelodd {
  136.     background-color: #3b3b3b;
  137. }
  138. .dropdown-menu {
  139.     background-color: #555;
  140. }
  141. .navbar .navbar-inner .nav li.dropdown.active > .dropdown-toggle,
  142. .navbar .navbar-inner .nav li.dropdown.open.active > .dropdown-toggle,
  143. .navbar .navbar-inner .nav li.dropdown.open > .dropdown-toggle {
  144.     color: #fff;
  145.     background-color: #666;
  146. }
  147. .navbar .navbar-inner .nav > li.dropdown .dropdown-menu li > a.open,
  148. .navbar .navbar-inner .nav > li.dropdown .dropdown-menu li > a:focus,
  149. .navbar .navbar-inner .nav > li.dropdown .dropdown-menu li > a:hover {
  150.     color: #fff;
  151.     background-color: #666;
  152. }
  153. .navbar .navbar-inner .nav > li.dropdown .dropdown-menu li > a {
  154.     color: #eee
  155. }
  156. .alert-info {
  157.     background-color: #999;
  158.     border-color: #aaa;
  159.     color: #fff;
  160. }
  161. .alert {
  162.     text-shadow: none;
  163. }
  164. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > td,
  165. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > th,
  166. .forumheaderlist tbody > tr:nth-child(2n+1) > td,
  167. .forumheaderlist tbody > tr:nth-child(2n+1) > th,
  168. .generaltable tbody > tr:nth-child(2n+1) > td,
  169. .generaltable tbody > tr:nth-child(2n+1) > th,
  170. form#movecourses table tbody > tr:nth-child(2n+1) > td,
  171. form#movecourses table tbody > tr:nth-child(2n+1) > th,
  172. table#defineroletable tbody > tr:nth-child(2n+1) > td,
  173. table#defineroletable tbody > tr:nth-child(2n+1) > th,
  174. table#explaincaps tbody > tr:nth-child(2n+1) > td,
  175. table#explaincaps tbody > tr:nth-child(2n+1) > th,
  176. table#form tbody > tr:nth-child(2n+1) > td,
  177. table#form tbody > tr:nth-child(2n+1) > th,
  178. table#listdirectories tbody > tr:nth-child(2n+1) > td,
  179. table#listdirectories tbody > tr:nth-child(2n+1) > th,
  180. table.flexible tbody > tr:nth-child(2n+1) > td,
  181. table.flexible tbody > tr:nth-child(2n+1) > th,
  182. table.grading-report tbody > tr:nth-child(2n+1) > td,
  183. table.grading-report tbody > tr:nth-child(2n+1) > th,
  184. table.rolecaps tbody > tr:nth-child(2n+1) > td,
  185. table.rolecaps tbody > tr:nth-child(2n+1) > th,
  186. table.userenrolment tbody > tr:nth-child(2n+1) > td,
  187. table.userenrolment tbody > tr:nth-child(2n+1) > th {
  188.     color: #ccc;
  189.     background-color: #444;
  190. }
  191. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > td a.toggle-display,
  192. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > td a.toggle-display:active,
  193. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > td a.toggle-display:focus,
  194. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > td a.toggle-display:hover,
  195. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > td a.toggle-display:visited,
  196. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]),
  197. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):focus,
  198. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):hover,
  199. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):visited,
  200. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > th a.toggle-display,
  201. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > th a.toggle-display:active,
  202. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > th a.toggle-display:focus,
  203. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > th a.toggle-display:hover,
  204. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > th a.toggle-display:visited,
  205. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]),
  206. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):focus,
  207. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):hover,
  208. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):visited,
  209. .forumheaderlist tbody > tr:nth-child(2n+1) > td a.toggle-display,
  210. .forumheaderlist tbody > tr:nth-child(2n+1) > td a.toggle-display:active,
  211. .forumheaderlist tbody > tr:nth-child(2n+1) > td a.toggle-display:focus,
  212. .forumheaderlist tbody > tr:nth-child(2n+1) > td a.toggle-display:hover,
  213. .forumheaderlist tbody > tr:nth-child(2n+1) > td a.toggle-display:visited,
  214. .forumheaderlist tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]),
  215. .forumheaderlist tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):focus,
  216. .forumheaderlist tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):hover,
  217. .forumheaderlist tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):visited,
  218. .forumheaderlist tbody > tr:nth-child(2n+1) > th a.toggle-display,
  219. .forumheaderlist tbody > tr:nth-child(2n+1) > th a.toggle-display:active,
  220. .forumheaderlist tbody > tr:nth-child(2n+1) > th a.toggle-display:focus,
  221. .forumheaderlist tbody > tr:nth-child(2n+1) > th a.toggle-display:hover,
  222. .forumheaderlist tbody > tr:nth-child(2n+1) > th a.toggle-display:visited,
  223. .forumheaderlist tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]),
  224. .forumheaderlist tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):focus,
  225. .forumheaderlist tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):hover,
  226. .forumheaderlist tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):visited,
  227. .generaltable tbody > tr:nth-child(2n+1) > td a.toggle-display,
  228. .generaltable tbody > tr:nth-child(2n+1) > td a.toggle-display:active,
  229. .generaltable tbody > tr:nth-child(2n+1) > td a.toggle-display:focus,
  230. .generaltable tbody > tr:nth-child(2n+1) > td a.toggle-display:hover,
  231. .generaltable tbody > tr:nth-child(2n+1) > td a.toggle-display:visited,
  232. .generaltable tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]),
  233. .generaltable tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):focus,
  234. .generaltable tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):hover,
  235. .generaltable tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):visited,
  236. .generaltable tbody > tr:nth-child(2n+1) > th a.toggle-display,
  237. .generaltable tbody > tr:nth-child(2n+1) > th a.toggle-display:active,
  238. .generaltable tbody > tr:nth-child(2n+1) > th a.toggle-display:focus,
  239. .generaltable tbody > tr:nth-child(2n+1) > th a.toggle-display:hover,
  240. .generaltable tbody > tr:nth-child(2n+1) > th a.toggle-display:visited,
  241. .generaltable tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]),
  242. .generaltable tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):focus,
  243. .generaltable tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):hover,
  244. .generaltable tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):visited,
  245. form#movecourses table tbody > tr:nth-child(2n+1) > td a.toggle-display,
  246. form#movecourses table tbody > tr:nth-child(2n+1) > td a.toggle-display:active,
  247. form#movecourses table tbody > tr:nth-child(2n+1) > td a.toggle-display:focus,
  248. form#movecourses table tbody > tr:nth-child(2n+1) > td a.toggle-display:hover,
  249. form#movecourses table tbody > tr:nth-child(2n+1) > td a.toggle-display:visited,
  250. form#movecourses table tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]),
  251. form#movecourses table tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):focus,
  252. form#movecourses table tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):hover,
  253. form#movecourses table tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):visited,
  254. form#movecourses table tbody > tr:nth-child(2n+1) > th a.toggle-display,
  255. form#movecourses table tbody > tr:nth-child(2n+1) > th a.toggle-display:active,
  256. form#movecourses table tbody > tr:nth-child(2n+1) > th a.toggle-display:focus,
  257. form#movecourses table tbody > tr:nth-child(2n+1) > th a.toggle-display:hover,
  258. form#movecourses table tbody > tr:nth-child(2n+1) > th a.toggle-display:visited,
  259. form#movecourses table tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]),
  260. form#movecourses table tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):focus,
  261. form#movecourses table tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):hover,
  262. form#movecourses table tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):visited,
  263. table#defineroletable tbody > tr:nth-child(2n+1) > td a.toggle-display,
  264. table#defineroletable tbody > tr:nth-child(2n+1) > td a.toggle-display:active,
  265. table#defineroletable tbody > tr:nth-child(2n+1) > td a.toggle-display:focus,
  266. table#defineroletable tbody > tr:nth-child(2n+1) > td a.toggle-display:hover,
  267. table#defineroletable tbody > tr:nth-child(2n+1) > td a.toggle-display:visited,
  268. table#defineroletable tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]),
  269. table#defineroletable tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):focus,
  270. table#defineroletable tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):hover,
  271. table#defineroletable tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):visited,
  272. table#defineroletable tbody > tr:nth-child(2n+1) > th a.toggle-display,
  273. table#defineroletable tbody > tr:nth-child(2n+1) > th a.toggle-display:active,
  274. table#defineroletable tbody > tr:nth-child(2n+1) > th a.toggle-display:focus,
  275. table#defineroletable tbody > tr:nth-child(2n+1) > th a.toggle-display:hover,
  276. table#defineroletable tbody > tr:nth-child(2n+1) > th a.toggle-display:visited,
  277. table#defineroletable tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]),
  278. table#defineroletable tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):focus,
  279. table#defineroletable tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):hover,
  280. table#defineroletable tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):visited,
  281. table#explaincaps tbody > tr:nth-child(2n+1) > td a.toggle-display,
  282. table#explaincaps tbody > tr:nth-child(2n+1) > td a.toggle-display:active,
  283. table#explaincaps tbody > tr:nth-child(2n+1) > td a.toggle-display:focus,
  284. table#explaincaps tbody > tr:nth-child(2n+1) > td a.toggle-display:hover,
  285. table#explaincaps tbody > tr:nth-child(2n+1) > td a.toggle-display:visited,
  286. table#explaincaps tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]),
  287. table#explaincaps tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):focus,
  288. table#explaincaps tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):hover,
  289. table#explaincaps tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):visited,
  290. table#explaincaps tbody > tr:nth-child(2n+1) > th a.toggle-display,
  291. table#explaincaps tbody > tr:nth-child(2n+1) > th a.toggle-display:active,
  292. table#explaincaps tbody > tr:nth-child(2n+1) > th a.toggle-display:focus,
  293. table#explaincaps tbody > tr:nth-child(2n+1) > th a.toggle-display:hover,
  294. table#explaincaps tbody > tr:nth-child(2n+1) > th a.toggle-display:visited,
  295. table#explaincaps tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]),
  296. table#explaincaps tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):focus,
  297. table#explaincaps tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):hover,
  298. table#explaincaps tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):visited,
  299. table#form tbody > tr:nth-child(2n+1) > td a.toggle-display,
  300. table#form tbody > tr:nth-child(2n+1) > td a.toggle-display:active,
  301. table#form tbody > tr:nth-child(2n+1) > td a.toggle-display:focus,
  302. table#form tbody > tr:nth-child(2n+1) > td a.toggle-display:hover,
  303. table#form tbody > tr:nth-child(2n+1) > td a.toggle-display:visited,
  304. table#form tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]),
  305. table#form tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):focus,
  306. table#form tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):hover,
  307. table#form tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):visited,
  308. table#form tbody > tr:nth-child(2n+1) > th a.toggle-display,
  309. table#form tbody > tr:nth-child(2n+1) > th a.toggle-display:active,
  310. table#form tbody > tr:nth-child(2n+1) > th a.toggle-display:focus,
  311. table#form tbody > tr:nth-child(2n+1) > th a.toggle-display:hover,
  312. table#form tbody > tr:nth-child(2n+1) > th a.toggle-display:visited,
  313. table#form tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]),
  314. table#form tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):focus,
  315. table#form tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):hover,
  316. table#form tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):visited,
  317. table#listdirectories tbody > tr:nth-child(2n+1) > td a.toggle-display,
  318. table#listdirectories tbody > tr:nth-child(2n+1) > td a.toggle-display:active,
  319. table#listdirectories tbody > tr:nth-child(2n+1) > td a.toggle-display:focus,
  320. table#listdirectories tbody > tr:nth-child(2n+1) > td a.toggle-display:hover,
  321. table#listdirectories tbody > tr:nth-child(2n+1) > td a.toggle-display:visited,
  322. table#listdirectories tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]),
  323. table#listdirectories tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):focus,
  324. table#listdirectories tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):hover,
  325. table#listdirectories tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):visited,
  326. table#listdirectories tbody > tr:nth-child(2n+1) > th a.toggle-display,
  327. table#listdirectories tbody > tr:nth-child(2n+1) > th a.toggle-display:active,
  328. table#listdirectories tbody > tr:nth-child(2n+1) > th a.toggle-display:focus,
  329. table#listdirectories tbody > tr:nth-child(2n+1) > th a.toggle-display:hover,
  330. table#listdirectories tbody > tr:nth-child(2n+1) > th a.toggle-display:visited,
  331. table#listdirectories tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]),
  332. table#listdirectories tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):focus,
  333. table#listdirectories tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):hover,
  334. table#listdirectories tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):visited,
  335. table.flexible tbody > tr:nth-child(2n+1) > td a.toggle-display,
  336. table.flexible tbody > tr:nth-child(2n+1) > td a.toggle-display:active,
  337. table.flexible tbody > tr:nth-child(2n+1) > td a.toggle-display:focus,
  338. table.flexible tbody > tr:nth-child(2n+1) > td a.toggle-display:hover,
  339. table.flexible tbody > tr:nth-child(2n+1) > td a.toggle-display:visited,
  340. table.flexible tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]),
  341. table.flexible tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):focus,
  342. table.flexible tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):hover,
  343. table.flexible tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):visited,
  344. table.flexible tbody > tr:nth-child(2n+1) > th a.toggle-display,
  345. table.flexible tbody > tr:nth-child(2n+1) > th a.toggle-display:active,
  346. table.flexible tbody > tr:nth-child(2n+1) > th a.toggle-display:focus,
  347. table.flexible tbody > tr:nth-child(2n+1) > th a.toggle-display:hover,
  348. table.flexible tbody > tr:nth-child(2n+1) > th a.toggle-display:visited,
  349. table.flexible tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]),
  350. table.flexible tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):focus,
  351. table.flexible tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):hover,
  352. table.flexible tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):visited,
  353. table.grading-report tbody > tr:nth-child(2n+1) > td a.toggle-display,
  354. table.grading-report tbody > tr:nth-child(2n+1) > td a.toggle-display:active,
  355. table.grading-report tbody > tr:nth-child(2n+1) > td a.toggle-display:focus,
  356. table.grading-report tbody > tr:nth-child(2n+1) > td a.toggle-display:hover,
  357. table.grading-report tbody > tr:nth-child(2n+1) > td a.toggle-display:visited,
  358. table.grading-report tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]),
  359. table.grading-report tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):focus,
  360. table.grading-report tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):hover,
  361. table.grading-report tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):visited,
  362. table.grading-report tbody > tr:nth-child(2n+1) > th a.toggle-display,
  363. table.grading-report tbody > tr:nth-child(2n+1) > th a.toggle-display:active,
  364. table.grading-report tbody > tr:nth-child(2n+1) > th a.toggle-display:focus,
  365. table.grading-report tbody > tr:nth-child(2n+1) > th a.toggle-display:hover,
  366. table.grading-report tbody > tr:nth-child(2n+1) > th a.toggle-display:visited,
  367. table.grading-report tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]),
  368. table.grading-report tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):focus,
  369. table.grading-report tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):hover,
  370. table.grading-report tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):visited,
  371. table.rolecaps tbody > tr:nth-child(2n+1) > td a.toggle-display,
  372. table.rolecaps tbody > tr:nth-child(2n+1) > td a.toggle-display:active,
  373. table.rolecaps tbody > tr:nth-child(2n+1) > td a.toggle-display:focus,
  374. table.rolecaps tbody > tr:nth-child(2n+1) > td a.toggle-display:hover,
  375. table.rolecaps tbody > tr:nth-child(2n+1) > td a.toggle-display:visited,
  376. table.rolecaps tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]),
  377. table.rolecaps tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):focus,
  378. table.rolecaps tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):hover,
  379. table.rolecaps tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):visited,
  380. table.rolecaps tbody > tr:nth-child(2n+1) > th a.toggle-display,
  381. table.rolecaps tbody > tr:nth-child(2n+1) > th a.toggle-display:active,
  382. table.rolecaps tbody > tr:nth-child(2n+1) > th a.toggle-display:focus,
  383. table.rolecaps tbody > tr:nth-child(2n+1) > th a.toggle-display:hover,
  384. table.rolecaps tbody > tr:nth-child(2n+1) > th a.toggle-display:visited,
  385. table.rolecaps tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]),
  386. table.rolecaps tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):focus,
  387. table.rolecaps tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):hover,
  388. table.rolecaps tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):visited,
  389. table.userenrolment tbody > tr:nth-child(2n+1) > td a.toggle-display,
  390. table.userenrolment tbody > tr:nth-child(2n+1) > td a.toggle-display:active,
  391. table.userenrolment tbody > tr:nth-child(2n+1) > td a.toggle-display:focus,
  392. table.userenrolment tbody > tr:nth-child(2n+1) > td a.toggle-display:hover,
  393. table.userenrolment tbody > tr:nth-child(2n+1) > td a.toggle-display:visited,
  394. table.userenrolment tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]),
  395. table.userenrolment tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):focus,
  396. table.userenrolment tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):hover,
  397. table.userenrolment tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):visited,
  398. table.userenrolment tbody > tr:nth-child(2n+1) > th a.toggle-display,
  399. table.userenrolment tbody > tr:nth-child(2n+1) > th a.toggle-display:active,
  400. table.userenrolment tbody > tr:nth-child(2n+1) > th a.toggle-display:focus,
  401. table.userenrolment tbody > tr:nth-child(2n+1) > th a.toggle-display:hover,
  402. table.userenrolment tbody > tr:nth-child(2n+1) > th a.toggle-display:visited,
  403. table.userenrolment tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]),
  404. table.userenrolment tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):focus,
  405. table.userenrolment tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):hover,
  406. table.userenrolment tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):visited {
  407.     color: #eee;
  408. }
  409. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > td a.toggle-display,
  410. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > td a.toggle-display:active,
  411. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > td a.toggle-display:focus,
  412. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > td a.toggle-display:hover,
  413. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > td a.toggle-display:visited,
  414. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]),
  415. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):focus,
  416. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):hover,
  417. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):visited,
  418. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > th a.toggle-display,
  419. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > th a.toggle-display:active,
  420. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > th a.toggle-display:focus,
  421. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > th a.toggle-display:hover,
  422. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > th a.toggle-display:visited,
  423. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]),
  424. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):focus,
  425. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):hover,
  426. #page-admin-course-index .editcourse tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):visited,
  427. .forumheaderlist tbody > tr:nth-child(2n+1) > td a.toggle-display,
  428. .forumheaderlist tbody > tr:nth-child(2n+1) > td a.toggle-display:active,
  429. .forumheaderlist tbody > tr:nth-child(2n+1) > td a.toggle-display:focus,
  430. .forumheaderlist tbody > tr:nth-child(2n+1) > td a.toggle-display:hover,
  431. .forumheaderlist tbody > tr:nth-child(2n+1) > td a.toggle-display:visited,
  432. .forumheaderlist tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]),
  433. .forumheaderlist tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):focus,
  434. .forumheaderlist tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):hover,
  435. .forumheaderlist tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):visited,
  436. .forumheaderlist tbody > tr:nth-child(2n+1) > th a.toggle-display,
  437. .forumheaderlist tbody > tr:nth-child(2n+1) > th a.toggle-display:active,
  438. .forumheaderlist tbody > tr:nth-child(2n+1) > th a.toggle-display:focus,
  439. .forumheaderlist tbody > tr:nth-child(2n+1) > th a.toggle-display:hover,
  440. .forumheaderlist tbody > tr:nth-child(2n+1) > th a.toggle-display:visited,
  441. .forumheaderlist tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]),
  442. .forumheaderlist tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):focus,
  443. .forumheaderlist tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):hover,
  444. .forumheaderlist tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):visited,
  445. .generaltable tbody > tr:nth-child(2n+1) > td a.toggle-display,
  446. .generaltable tbody > tr:nth-child(2n+1) > td a.toggle-display:active,
  447. .generaltable tbody > tr:nth-child(2n+1) > td a.toggle-display:focus,
  448. .generaltable tbody > tr:nth-child(2n+1) > td a.toggle-display:hover,
  449. .generaltable tbody > tr:nth-child(2n+1) > td a.toggle-display:visited,
  450. .generaltable tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]),
  451. .generaltable tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):focus,
  452. .generaltable tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):hover,
  453. .generaltable tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):visited,
  454. .generaltable tbody > tr:nth-child(2n+1) > th a.toggle-display,
  455. .generaltable tbody > tr:nth-child(2n+1) > th a.toggle-display:active,
  456. .generaltable tbody > tr:nth-child(2n+1) > th a.toggle-display:focus,
  457. .generaltable tbody > tr:nth-child(2n+1) > th a.toggle-display:hover,
  458. .generaltable tbody > tr:nth-child(2n+1) > th a.toggle-display:visited,
  459. .generaltable tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]),
  460. .generaltable tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):focus,
  461. .generaltable tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):hover,
  462. .generaltable tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):visited,
  463. form#movecourses table tbody > tr:nth-child(2n+1) > td a.toggle-display,
  464. form#movecourses table tbody > tr:nth-child(2n+1) > td a.toggle-display:active,
  465. form#movecourses table tbody > tr:nth-child(2n+1) > td a.toggle-display:focus,
  466. form#movecourses table tbody > tr:nth-child(2n+1) > td a.toggle-display:hover,
  467. form#movecourses table tbody > tr:nth-child(2n+1) > td a.toggle-display:visited,
  468. form#movecourses table tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]),
  469. form#movecourses table tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):focus,
  470. form#movecourses table tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):hover,
  471. form#movecourses table tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):visited,
  472. form#movecourses table tbody > tr:nth-child(2n+1) > th a.toggle-display,
  473. form#movecourses table tbody > tr:nth-child(2n+1) > th a.toggle-display:active,
  474. form#movecourses table tbody > tr:nth-child(2n+1) > th a.toggle-display:focus,
  475. form#movecourses table tbody > tr:nth-child(2n+1) > th a.toggle-display:hover,
  476. form#movecourses table tbody > tr:nth-child(2n+1) > th a.toggle-display:visited,
  477. form#movecourses table tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]),
  478. form#movecourses table tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):focus,
  479. form#movecourses table tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):hover,
  480. form#movecourses table tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):visited,
  481. table#defineroletable tbody > tr:nth-child(2n+1) > td a.toggle-display,
  482. table#defineroletable tbody > tr:nth-child(2n+1) > td a.toggle-display:active,
  483. table#defineroletable tbody > tr:nth-child(2n+1) > td a.toggle-display:focus,
  484. table#defineroletable tbody > tr:nth-child(2n+1) > td a.toggle-display:hover,
  485. table#defineroletable tbody > tr:nth-child(2n+1) > td a.toggle-display:visited,
  486. table#defineroletable tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]),
  487. table#defineroletable tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):focus,
  488. table#defineroletable tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):hover,
  489. table#defineroletable tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):visited,
  490. table#defineroletable tbody > tr:nth-child(2n+1) > th a.toggle-display,
  491. table#defineroletable tbody > tr:nth-child(2n+1) > th a.toggle-display:active,
  492. table#defineroletable tbody > tr:nth-child(2n+1) > th a.toggle-display:focus,
  493. table#defineroletable tbody > tr:nth-child(2n+1) > th a.toggle-display:hover,
  494. table#defineroletable tbody > tr:nth-child(2n+1) > th a.toggle-display:visited,
  495. table#defineroletable tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]),
  496. table#defineroletable tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):focus,
  497. table#defineroletable tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):hover,
  498. table#defineroletable tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):visited,
  499. table#explaincaps tbody > tr:nth-child(2n+1) > td a.toggle-display,
  500. table#explaincaps tbody > tr:nth-child(2n+1) > td a.toggle-display:active,
  501. table#explaincaps tbody > tr:nth-child(2n+1) > td a.toggle-display:focus,
  502. table#explaincaps tbody > tr:nth-child(2n+1) > td a.toggle-display:hover,
  503. table#explaincaps tbody > tr:nth-child(2n+1) > td a.toggle-display:visited,
  504. table#explaincaps tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]),
  505. table#explaincaps tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):focus,
  506. table#explaincaps tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):hover,
  507. table#explaincaps tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):visited,
  508. table#explaincaps tbody > tr:nth-child(2n+1) > th a.toggle-display,
  509. table#explaincaps tbody > tr:nth-child(2n+1) > th a.toggle-display:active,
  510. table#explaincaps tbody > tr:nth-child(2n+1) > th a.toggle-display:focus,
  511. table#explaincaps tbody > tr:nth-child(2n+1) > th a.toggle-display:hover,
  512. table#explaincaps tbody > tr:nth-child(2n+1) > th a.toggle-display:visited,
  513. table#explaincaps tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]),
  514. table#explaincaps tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):focus,
  515. table#explaincaps tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):hover,
  516. table#explaincaps tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):visited,
  517. table#form tbody > tr:nth-child(2n+1) > td a.toggle-display,
  518. table#form tbody > tr:nth-child(2n+1) > td a.toggle-display:active,
  519. table#form tbody > tr:nth-child(2n+1) > td a.toggle-display:focus,
  520. table#form tbody > tr:nth-child(2n+1) > td a.toggle-display:hover,
  521. table#form tbody > tr:nth-child(2n+1) > td a.toggle-display:visited,
  522. table#form tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]),
  523. table#form tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):focus,
  524. table#form tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):hover,
  525. table#form tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):visited,
  526. table#form tbody > tr:nth-child(2n+1) > th a.toggle-display,
  527. table#form tbody > tr:nth-child(2n+1) > th a.toggle-display:active,
  528. table#form tbody > tr:nth-child(2n+1) > th a.toggle-display:focus,
  529. table#form tbody > tr:nth-child(2n+1) > th a.toggle-display:hover,
  530. table#form tbody > tr:nth-child(2n+1) > th a.toggle-display:visited,
  531. table#form tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]),
  532. table#form tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):focus,
  533. table#form tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):hover,
  534. table#form tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):visited,
  535. table#listdirectories tbody > tr:nth-child(2n+1) > td a.toggle-display,
  536. table#listdirectories tbody > tr:nth-child(2n+1) > td a.toggle-display:active,
  537. table#listdirectories tbody > tr:nth-child(2n+1) > td a.toggle-display:focus,
  538. table#listdirectories tbody > tr:nth-child(2n+1) > td a.toggle-display:hover,
  539. table#listdirectories tbody > tr:nth-child(2n+1) > td a.toggle-display:visited,
  540. table#listdirectories tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]),
  541. table#listdirectories tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):focus,
  542. table#listdirectories tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):hover,
  543. table#listdirectories tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):visited,
  544. table#listdirectories tbody > tr:nth-child(2n+1) > th a.toggle-display,
  545. table#listdirectories tbody > tr:nth-child(2n+1) > th a.toggle-display:active,
  546. table#listdirectories tbody > tr:nth-child(2n+1) > th a.toggle-display:focus,
  547. table#listdirectories tbody > tr:nth-child(2n+1) > th a.toggle-display:hover,
  548. table#listdirectories tbody > tr:nth-child(2n+1) > th a.toggle-display:visited,
  549. table#listdirectories tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]),
  550. table#listdirectories tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):focus,
  551. table#listdirectories tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):hover,
  552. table#listdirectories tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):visited,
  553. table.flexible tbody > tr:nth-child(2n+1) > td a.toggle-display,
  554. table.flexible tbody > tr:nth-child(2n+1) > td a.toggle-display:active,
  555. table.flexible tbody > tr:nth-child(2n+1) > td a.toggle-display:focus,
  556. table.flexible tbody > tr:nth-child(2n+1) > td a.toggle-display:hover,
  557. table.flexible tbody > tr:nth-child(2n+1) > td a.toggle-display:visited,
  558. table.flexible tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]),
  559. table.flexible tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):focus,
  560. table.flexible tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):hover,
  561. table.flexible tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):visited,
  562. table.flexible tbody > tr:nth-child(2n+1) > th a.toggle-display,
  563. table.flexible tbody > tr:nth-child(2n+1) > th a.toggle-display:active,
  564. table.flexible tbody > tr:nth-child(2n+1) > th a.toggle-display:focus,
  565. table.flexible tbody > tr:nth-child(2n+1) > th a.toggle-display:hover,
  566. table.flexible tbody > tr:nth-child(2n+1) > th a.toggle-display:visited,
  567. table.flexible tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]),
  568. table.flexible tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):focus,
  569. table.flexible tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):hover,
  570. table.flexible tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):visited,
  571. table.grading-report tbody > tr:nth-child(2n+1) > td a.toggle-display,
  572. table.grading-report tbody > tr:nth-child(2n+1) > td a.toggle-display:active,
  573. table.grading-report tbody > tr:nth-child(2n+1) > td a.toggle-display:focus,
  574. table.grading-report tbody > tr:nth-child(2n+1) > td a.toggle-display:hover,
  575. table.grading-report tbody > tr:nth-child(2n+1) > td a.toggle-display:visited,
  576. table.grading-report tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]),
  577. table.grading-report tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):focus,
  578. table.grading-report tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):hover,
  579. table.grading-report tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):visited,
  580. table.grading-report tbody > tr:nth-child(2n+1) > th a.toggle-display,
  581. table.grading-report tbody > tr:nth-child(2n+1) > th a.toggle-display:active,
  582. table.grading-report tbody > tr:nth-child(2n+1) > th a.toggle-display:focus,
  583. table.grading-report tbody > tr:nth-child(2n+1) > th a.toggle-display:hover,
  584. table.grading-report tbody > tr:nth-child(2n+1) > th a.toggle-display:visited,
  585. table.grading-report tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]),
  586. table.grading-report tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):focus,
  587. table.grading-report tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):hover,
  588. table.grading-report tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):visited,
  589. table.rolecaps tbody > tr:nth-child(2n+1) > td a.toggle-display,
  590. table.rolecaps tbody > tr:nth-child(2n+1) > td a.toggle-display:active,
  591. table.rolecaps tbody > tr:nth-child(2n+1) > td a.toggle-display:focus,
  592. table.rolecaps tbody > tr:nth-child(2n+1) > td a.toggle-display:hover,
  593. table.rolecaps tbody > tr:nth-child(2n+1) > td a.toggle-display:visited,
  594. table.rolecaps tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]),
  595. table.rolecaps tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):focus,
  596. table.rolecaps tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):hover,
  597. table.rolecaps tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):visited,
  598. table.rolecaps tbody > tr:nth-child(2n+1) > th a.toggle-display,
  599. table.rolecaps tbody > tr:nth-child(2n+1) > th a.toggle-display:active,
  600. table.rolecaps tbody > tr:nth-child(2n+1) > th a.toggle-display:focus,
  601. table.rolecaps tbody > tr:nth-child(2n+1) > th a.toggle-display:hover,
  602. table.rolecaps tbody > tr:nth-child(2n+1) > th a.toggle-display:visited,
  603. table.rolecaps tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]),
  604. table.rolecaps tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):focus,
  605. table.rolecaps tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):hover,
  606. table.rolecaps tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):visited,
  607. table.userenrolment tbody > tr:nth-child(2n+1) > td a.toggle-display,
  608. table.userenrolment tbody > tr:nth-child(2n+1) > td a.toggle-display:active,
  609. table.userenrolment tbody > tr:nth-child(2n+1) > td a.toggle-display:focus,
  610. table.userenrolment tbody > tr:nth-child(2n+1) > td a.toggle-display:hover,
  611. table.userenrolment tbody > tr:nth-child(2n+1) > td a.toggle-display:visited,
  612. table.userenrolment tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]),
  613. table.userenrolment tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):focus,
  614. table.userenrolment tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):hover,
  615. table.userenrolment tbody > tr:nth-child(2n+1) > td a:not(.btn):not([role=menuitem]):visited,
  616. table.userenrolment tbody > tr:nth-child(2n+1) > th a.toggle-display,
  617. table.userenrolment tbody > tr:nth-child(2n+1) > th a.toggle-display:active,
  618. table.userenrolment tbody > tr:nth-child(2n+1) > th a.toggle-display:focus,
  619. table.userenrolment tbody > tr:nth-child(2n+1) > th a.toggle-display:hover,
  620. table.userenrolment tbody > tr:nth-child(2n+1) > th a.toggle-display:visited,
  621. table.userenrolment tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]),
  622. table.userenrolment tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):focus,
  623. table.userenrolment tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):hover,
  624. table.userenrolment tbody > tr:nth-child(2n+1) > th a:not(.btn):not([role=menuitem]):visited {
  625.     color: #eee;
  626.     background-color: #0000;
  627. }
  628. .generaltable td,
  629. .generaltable th,
  630. table.flexible td,
  631. table.flexible th {
  632.     border-top: 1px solid #666;
  633. }
  634. .navbar .navbar-inner .nav > li.dropdown a:focus,
  635. .navbar .navbar-inner .nav > li.dropdown a:hover,
  636. .navbar .navbar-inner .nav > li > a:focus,
  637. .navbar .navbar-inner .nav > li > a:hover,
  638. .navbar .navbar-inner .search-input-wrapper > div .fa:focus,
  639. .navbar .navbar-inner .search-input-wrapper > div .fa:hover {
  640.     color: #fff;
  641.     background-color: #666;
  642. }
  643. .block .minicalendar td.duration_course.duration_finish {
  644.     background-color: #444;
  645. }
  646. .block .minicalendar td.duration_course {
  647.     border-top: 0 solid #000;
  648.     border-bottom: 0 solid #000;
  649. }
  650. .uneditable-input,
  651. input[type=color],
  652. input[type=date],
  653. input[type=datetime-local],
  654. input[type=datetime],
  655. input[type=email],
  656. input[type=month],
  657. input[type=number],
  658. input[type=password],
  659. input[type=search],
  660. input[type=tel],
  661. input[type=text],
  662. input[type=time],
  663. input[type=url],
  664. input[type=week],
  665. textarea {
  666.     background-color: #444;
  667.     border: 1px solid #555;
  668. }
  669. .form-defaultinfo:focus,
  670. .form-item .form-description:focus,
  671. .form-label .form-shortname:focus,
  672. .mform legend a:focus,
  673. .mform legend:focus,
  674. .uneditable-input:focus,
  675. input[type=color]:focus,
  676. input[type=date]:focus,
  677. input[type=datetime-local]:focus,
  678. input[type=datetime]:focus,
  679. input[type=email]:focus,
  680. input[type=month]:focus,
  681. input[type=number]:focus,
  682. input[type=password]:focus,
  683. input[type=search]:focus,
  684. input[type=tel]:focus,
  685. input[type=text]:focus,
  686. input[type=time]:focus,
  687. input[type=url]:focus,
  688. input[type=week]:focus,
  689. select:focus,
  690. textarea:focus {
  691.     border-color: #666;
  692.     box-shadow: inset 0 1px 1px rgba(51, 51, 51, .075), 0 0 8px rgba(51, 51, 51, .6);
  693. }
  694. .form-defaultinfo,
  695. .form-item .form-description,
  696. .form-label .form-shortname,
  697. .mform legend,
  698. .mform legend a,
  699. .uneditable-input,
  700. input[type=color],
  701. input[type=date],
  702. input[type=datetime-local],
  703. input[type=datetime],
  704. input[type=email],
  705. input[type=month],
  706. input[type=number],
  707. input[type=password],
  708. input[type=search],
  709. input[type=tel],
  710. input[type=text],
  711. input[type=time],
  712. input[type=url],
  713. input[type=week],
  714. select,
  715. textarea {
  716.     color: #ddd;
  717. }
  718. .block {
  719.     background: #444;
  720.     border: 1px solid #555;
  721. }
  722. .navbar .navbar-inner .messagemenu ul.nav .dropdown-menu li > a > .message.unread {
  723.     background: #333;
  724. }
  725. .filemanager .fp-navbar {
  726.     background: #444;
  727.     border: 1px solid #555;
  728. }
  729. .filemanager-container,
  730. .filepicker-filelist {
  731.     background: #333;
  732.     border: 1px solid #555;
  733. }
  734. .fp-toolbar .fp-btn-add,
  735. .fp-toolbar .fp-btn-download,
  736. .fp-toolbar .fp-btn-mkdir,
  737. .fp-toolbar .fp-tb-help,
  738. .fp-toolbar .fp-tb-logout,
  739. .fp-toolbar .fp-tb-manage,
  740. .fp-toolbar .fp-tb-refresh {
  741.     border: 1px solid #666;
  742.     border-bottom: 1px solid #666;
  743.     background: #333;
  744. }
  745. .fp-viewbar {
  746.     border: 1px solid #666;
  747.     border-bottom: 1px solid #666;
  748.     background: #333;
  749. }
  750. .file-picker a,
  751. .file-picker a:visited,
  752. .filemanager a,
  753. .filemanager a:visited {
  754.     color: #ccc;
  755. }
  756. .navbar .navbar-inner .nav > li.dropdown .dropdown-menu li.dropdown-submenu:hover > a {
  757.     color: #fff;
  758.     background-color: #666;
  759. }
  760. #newmessageoverlay {
  761.     background-color: #333;
  762.     border-color: #444;
  763. }
  764. .path-calendar .maincalendar .eventlist .event,
  765. .path-calendar .maincalendar .eventlist .event .description,
  766. select {
  767.     background-color: #444;
  768.     border: 1px solid #555;
  769. }
  770. .course_category_tree .category > .info,
  771. .category_subcategories > tbody tr:hover > td,
  772. .category_subcategories > tbody tr:hover > td > h3,
  773. .category_subcategories > tbody tr:hover > th,
  774. .forumheaderlist > tbody tr:hover > td,
  775. .forumheaderlist > tbody tr:hover > td > h3,
  776. .forumheaderlist > tbody tr:hover > th,
  777. .generaltable > tbody tr:hover > td,
  778. .generaltable > tbody tr:hover > td > h3,
  779. .generaltable > tbody tr:hover > th,
  780. .user-enroller-panel .uep-search-results .cohorts > tbody tr:hover > td,
  781. .user-enroller-panel .uep-search-results .cohorts > tbody tr:hover > td > h3,
  782. .user-enroller-panel .uep-search-results .cohorts > tbody tr:hover > th,
  783. .user-enroller-panel .uep-search-results .users > tbody tr:hover > td,
  784. .user-enroller-panel .uep-search-results .users > tbody tr:hover > td > h3,
  785. .user-enroller-panel .uep-search-results .users > tbody tr:hover > th,
  786. table#modules > tbody tr:hover > td,
  787. table#modules > tbody tr:hover > td > h3,
  788. table#modules > tbody tr:hover > th,
  789. table#permissions > tbody tr:hover > td,
  790. table#permissions > tbody tr:hover > td > h3,
  791. table#permissions > tbody tr:hover > th,
  792. table.flexible > tbody tr:hover > td,
  793. table.flexible > tbody tr:hover > td > h3,
  794. table.flexible > tbody tr:hover > th,
  795. table.grading-report > tbody tr:hover > td,
  796. table.grading-report > tbody tr:hover > td > h3,
  797. table.grading-report > tbody tr:hover > th {
  798.     color: #ccc;
  799.     background-color: #333;
  800.     border-color: #444;
  801. }
  802. .category_subcategories > tbody tr:hover > td a:not(.btn):not([role=menuitem]),
  803. .category_subcategories > tbody tr:hover > td a:not(.btn):not([role=menuitem]):active,
  804. .category_subcategories > tbody tr:hover > td a:not(.btn):not([role=menuitem]):focus,
  805. .category_subcategories > tbody tr:hover > td a:not(.btn):not([role=menuitem]):hover,
  806. .category_subcategories > tbody tr:hover > td a:not(.btn):not([role=menuitem]):visited,
  807. .forumheaderlist > tbody tr:hover > td a:not(.btn):not([role=menuitem]),
  808. .forumheaderlist > tbody tr:hover > td a:not(.btn):not([role=menuitem]):active,
  809. .forumheaderlist > tbody tr:hover > td a:not(.btn):not([role=menuitem]):focus,
  810. .forumheaderlist > tbody tr:hover > td a:not(.btn):not([role=menuitem]):hover,
  811. .forumheaderlist > tbody tr:hover > td a:not(.btn):not([role=menuitem]):visited,
  812. .generaltable > tbody tr:hover > td a:not(.btn):not([role=menuitem]),
  813. .generaltable > tbody tr:hover > td a:not(.btn):not([role=menuitem]):active,
  814. .generaltable > tbody tr:hover > td a:not(.btn):not([role=menuitem]):focus,
  815. .generaltable > tbody tr:hover > td a:not(.btn):not([role=menuitem]):hover,
  816. .generaltable > tbody tr:hover > td a:not(.btn):not([role=menuitem]):visited,
  817. .user-enroller-panel .uep-search-results .cohorts > tbody tr:hover > td a:not(.btn):not([role=menuitem]),
  818. .user-enroller-panel .uep-search-results .cohorts > tbody tr:hover > td a:not(.btn):not([role=menuitem]):active,
  819. .user-enroller-panel .uep-search-results .cohorts > tbody tr:hover > td a:not(.btn):not([role=menuitem]):focus,
  820. .user-enroller-panel .uep-search-results .cohorts > tbody tr:hover > td a:not(.btn):not([role=menuitem]):hover,
  821. .user-enroller-panel .uep-search-results .cohorts > tbody tr:hover > td a:not(.btn):not([role=menuitem]):visited,
  822. .user-enroller-panel .uep-search-results .users > tbody tr:hover > td a:not(.btn):not([role=menuitem]),
  823. .user-enroller-panel .uep-search-results .users > tbody tr:hover > td a:not(.btn):not([role=menuitem]):active,
  824. .user-enroller-panel .uep-search-results .users > tbody tr:hover > td a:not(.btn):not([role=menuitem]):focus,
  825. .user-enroller-panel .uep-search-results .users > tbody tr:hover > td a:not(.btn):not([role=menuitem]):hover,
  826. .user-enroller-panel .uep-search-results .users > tbody tr:hover > td a:not(.btn):not([role=menuitem]):visited,
  827. table#modules > tbody tr:hover > td a:not(.btn):not([role=menuitem]),
  828. table#modules > tbody tr:hover > td a:not(.btn):not([role=menuitem]):active,
  829. table#modules > tbody tr:hover > td a:not(.btn):not([role=menuitem]):focus,
  830. table#modules > tbody tr:hover > td a:not(.btn):not([role=menuitem]):hover,
  831. table#modules > tbody tr:hover > td a:not(.btn):not([role=menuitem]):visited,
  832. table#permissions > tbody tr:hover > td a:not(.btn):not([role=menuitem]),
  833. table#permissions > tbody tr:hover > td a:not(.btn):not([role=menuitem]):active,
  834. table#permissions > tbody tr:hover > td a:not(.btn):not([role=menuitem]):focus,
  835. table#permissions > tbody tr:hover > td a:not(.btn):not([role=menuitem]):hover,
  836. table#permissions > tbody tr:hover > td a:not(.btn):not([role=menuitem]):visited,
  837. table.flexible > tbody tr:hover > td a:not(.btn):not([role=menuitem]),
  838. table.flexible > tbody tr:hover > td a:not(.btn):not([role=menuitem]):active,
  839. table.flexible > tbody tr:hover > td a:not(.btn):not([role=menuitem]):focus,
  840. table.flexible > tbody tr:hover > td a:not(.btn):not([role=menuitem]):hover,
  841. table.flexible > tbody tr:hover > td a:not(.btn):not([role=menuitem]):visited,
  842. table.grading-report > tbody tr:hover > td a:not(.btn):not([role=menuitem]),
  843. table.grading-report > tbody tr:hover > td a:not(.btn):not([role=menuitem]):active,
  844. table.grading-report > tbody tr:hover > td a:not(.btn):not([role=menuitem]):focus,
  845. table.grading-report > tbody tr:hover > td a:not(.btn):not([role=menuitem]):hover,
  846. table.grading-report > tbody tr:hover > td a:not(.btn):not([role=menuitem]):visited {
  847.     color: #fff;
  848.     background-color: transparent;
  849. }
  850. .message .messagearea .messagehistory .notification {
  851.     background-color: #444;
  852.     border: 1px solid #555;
  853.     border-color: #555;
  854. }
  855. .message .time {
  856.     color: #999;
  857. }
  858. #marketing-spots .marketing-spot {
  859.     border: 1px solid #444;
  860.     background: #333;
  861. }
  862. #marketing-spots .marketing-spot h5 {
  863.     color: #eee;
  864. }
  865. #essentialCarousel.carousel .carousel-indicators {
  866.     box-shadow: 0px 0px 8px #999;
  867. }
  868. .courses .coursebox.even,
  869. .courses .coursebox.odd {
  870.     background: #444;
  871. }
  872. .courses .coursebox {
  873.     border: 1px solid #666 !important;
  874. }
  875. a:hover::before,
  876. a:focus::before,
  877. .btn-link:hover::before,
  878. .btn-link:focus::before {
  879.     color: #ccc;
  880. }
  881. .alert-danger,
  882. .alert-error {
  883.     background-color: #555;
  884.     border-color: #666;
  885.     color: #fff;
  886. }
  887. ul.breadcrumb.style2 li a:hover {
  888.     color: #fff;
  889. }
  890. .forumheaderlist,
  891. .forumpost {
  892.     background: #393939;
  893.     border: 1px solid #666 !important;
  894. }
  895. tr:hover,
  896. td:hover {
  897.     background-color: #555 !important;
  898. }
  899. .forumpost .subject {
  900.     color: #fff;
  901. }
  902. div.editor_atto_toolbar {
  903.     background: #555;
  904.     border: 1px solid #666;
  905. }
  906. body .editor_atto_content_wrap {
  907.     color: #ccc;
  908. }
  909. .editor_atto_content_wrap,
  910. .editor_atto + textarea {
  911.     border: 1px solid #666;
  912.     border-top: none;
  913. }
  914. .dropdown-menu > li > a:focus,
  915. .dropdown-menu > li > a:hover,
  916. .dropdown-submenu:focus > a,
  917. .dropdown-submenu:hover > a {
  918.     background-color: #666;
  919.     background-image: none;
  920. }
  921. .dropdown-menu > li > a {
  922.     color: #ccc;
  923. }
  924. .moodle-dialogue-base .moodle-dialogue-wrap .moodle-dialogue-hd,
  925. .moodle-dialogue-base .moodle-dialogue-wrap .moodle-dialogue-hd.yui3-widget-hd {
  926.     color: #ccc;
  927.     text-shadow: none;
  928.     border-bottom: 1px solid #666;
  929.     background: #444;
  930.     background-image: none;
  931. }
  932. .moodle-dialogue-base .moodle-dialogue-wrap {
  933.     background-color: #333;
  934.     border: 1px solid #555;
  935. }
  936. .atto_equation_library .yui3-tab-selected .yui3-tab-label,
  937. .yui3-skin-sam #atto_equation_library .yui3-tab-selected .yui3-tab-label:focus,
  938. .yui3-skin-sam #atto_equation_library .yui3-tab-selected .yui3-tab-label:hover {
  939.     background: #666;
  940.     color: #fff;
  941. }
  942. .yui3-skin-sam .yui3-tab-selected .yui3-tab-label {
  943.     border-color: #777;
  944. }
  945. .yui3-skin-sam .yui3-tab-label {
  946.     background: #444;
  947.     border: 1px solid #555;
  948.     color: #ccc;
  949. }
  950. .yui3-skin-sam .yui3-tabview-panel {
  951.     border: 1px solid #555;
  952.     background: #444;
  953. }
  954. .moodle-dialogue-base .moodle-dialogue .moodle-dialogue-bd {
  955.     color: #ccc;
  956. }
  957. .well {
  958.     background-color: #444;
  959.     border: 1px solid #555;
  960. }
  961. .mform legend a,
  962. .mform legend a:hover {
  963.     color: #fff;
  964. }
  965. .editor_atto_content_wrap {
  966.     background-color: #444;
  967.     color: #333;
  968. }
  969. .path-mod-lesson .progress_bar_completed {
  970.     background-color: #aaa;
  971. }
  972. #page-mod-book-print {
  973.     color: #ccc;
  974.     background-color: #222;
  975. }
  976. .filemanager a:hover,
  977. .file-picker a:hover,
  978. .filemanager a:visited:hover,
  979. .file-picker a:visited:hover,
  980. .filemanager a:focus,
  981. .file-picker a:focus,
  982. .filemanager a:visited:focus,
  983. .file-picker a:visited:focus {
  984.     color: #fff;
  985. }
  986. .file-picker .fp-list .fp-repo.active {
  987.     background: #444;
  988. }
  989. .file-picker .fp-navbar {
  990.     background: #333;
  991.     border-bottom: 1px solid #666;
  992. }
  993. .file-picker .fp-content {
  994.     background: #444;
  995. }
  996. #fgroup_id_buttonar,
  997. #fitem_id_submitbutton,
  998. .form-buttons,
  999. .fp-content-center form + div,
  1000. .path-admin .buttons,
  1001. div.backup-section + form,
  1002. table#form td.submit {
  1003.     background-color: #444;
  1004.     border-top: none;
  1005. }
  1006. .file-picker .fp-repo-area {
  1007.     border-right: 1px solid #666;
  1008. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement