Advertisement
Guest User

Untitled

a guest
Oct 30th, 2016
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.74 KB | None | 0 0
  1. @-moz-document domain("ecampus.nwpu.edu.cn") {
  2. /* 新翱翔门户样式修改 */
  3.  
  4. /* ===== 首页 ===== */
  5. /* 顶部 */
  6. .sw-ui .body-header {
  7. background: rgba(0,70,142,0.85) !important;
  8. }
  9.  
  10. /* 顶部导航 */
  11. .body-nav-border {
  12. background: #00468e !important;
  13. }
  14. .sw-ui .body-nav {
  15. background: #00468e;
  16. }
  17.  
  18. /* 搜索框 */
  19. .sw-ui .body-search-box input[type=text] {
  20. border: 1px #00468e solid !important;
  21. background: #00468e !important;
  22. }
  23.  
  24. /* 搜索按钮 */
  25. .sw-ui .body-search-box button {
  26. background: #00468e !important;
  27. }
  28.  
  29. /* 首页 Tab */
  30. .sw-ui-theme-simply .sw-ui-module-index-app .nav-tabs > li.active > a, .sw-ui-theme-simply .sw-ui-module-index-app .nav-tabs > li.active > a:hover, .sw-ui-theme-simply .sw-ui-module-index-app .nav-tabs > li.active > a:focus {
  31. color: rgba(0,70,142,0.9) !important;
  32. border-top: 1px #00468e solid !important;
  33. }
  34.  
  35. /* 首页 Tab 2 */
  36. .sw-ui-theme-simply .sw-ui-module-index-news .news-title .scroll-tab .nav-tabs .active {
  37. background: rgba(0,70,142,0.85) !important;
  38. }
  39. .sw-ui-theme-simply .sw-ui-module-index-news .news-title .scroll-tab .nav-tabs .active a:hover { /* 自定义 */
  40. color: #fff !important;
  41. }
  42.  
  43. /* 首页指示器 */
  44. .sw-ui-theme-simply .sw-ui-module-index-app .turn-page a.selected {
  45. background: #00468e !important;
  46. }
  47.  
  48. /* 首页 Tab 2 顶线 */
  49. .sw-ui-theme-simply .sw-ui-module-index-news .news-title {
  50. border-bottom: 1px solid #00468e !important;
  51. }
  52.  
  53. /* 首页左侧 Tab 标题 */
  54. .sw-ui-theme-simply .personal-data .tab ul.menu li.active {
  55. background: rgba(0,70,142,0.85) !important;
  56. }
  57.  
  58. /* 首页左侧 Tab 内容 */
  59. .sw-ui-theme-simply .personal-data .tab .con1, .sw-ui-theme-simply .personal-data .tab .con2, .sw-ui-theme-simply .personal-data .tab .con3, .sw-ui-theme-simply .personal-data .tab .con4, .sw-ui-theme-simply .personal-data .tab .con5 {
  60. background: rgba(0,70,142,0.9) !important;
  61. }
  62.  
  63. /* 首页左侧日历头部 */
  64. .sw-ui .sw-mini-calendar thead tr:first-child th:hover, .sw-ui .sw-mini-calendar tfoot tr:first-child th:hover {
  65. background: rgba(0,70,142,0.8) !important;
  66. }
  67. .sw-ui .sw-mini-calendar thead tr:first-child th, .sw-ui .sw-mini-calendar tfoot tr:first-child th {
  68. background: rgba(0,70,142,0.8) !important;
  69. }
  70.  
  71. /* 首页左侧日历今日标记 */
  72. .sw-ui .sw-mini-calendar table tr td.day.today span {
  73. background-color: rgba(0,70,142,0.7) !important;
  74. }
  75. .sw-ui .sw-mini-calendar table tr td.day.today:hover span {
  76. background-color: #eee !important;
  77. color: #333;
  78. }
  79.  
  80. /* 首页左侧日历活动标记 */
  81. .sw-ui .sw-mini-calendar table tr td.day.active span {
  82. background-color: rgba(0,70,142,0.85) !important;
  83. }
  84.  
  85. /* 移除日历下边线红色尖角 */
  86. .sw-ui-theme-simply .sw-ui-module-index-calendar .text-imagesbox {
  87. background: rgba(0,0,0,0) !important;
  88. }
  89.  
  90. /* 日历下边线 */
  91. .sw-ui-theme-simply .sw-ui-module-index-calendar .text-content {
  92. border-top: 1px solid #00468e !important;
  93. border-bottom: 1px solid #00468e !important;
  94. }
  95.  
  96. /* 日历下项目指示器 */
  97. .sw-ui-theme-simply .sw-ui-module-index-calendar .tab-content .turn-page a.selected {
  98. background: #00468e !important;
  99. }
  100.  
  101. /* 底部 */
  102. .sw-ui .body-footer {
  103. background: #00468e !important;
  104. }
  105.  
  106. /* 通知日期右侧竖线 */
  107. .sw-ui-theme-simply .sw-ui-module-index-news .tabbs_item-bag:hover .tabbs_item-bag-l {
  108. border-right: 1px solid #00468e !important;
  109. }
  110.  
  111. /* 底部微信竖线 */
  112. .sw-ui .body-footer .footer-right img:first-child {
  113. border-right: 1px #00468e solid !important;
  114. }
  115.  
  116. /* 首页左侧日历事项悬停 */
  117. .sw-ui-theme-simply .sw-ui-module-index-calendar .text-content-t:hover {
  118. color: rgba(0,70,142,0.85);
  119. border-bottom: 1px solid #00468e !important;
  120. }
  121.  
  122. /* 首页通知悬停 */
  123. .sw-ui-theme-simply .sw-ui-module-index-news .tabbs_item-bag:hover div p {
  124. color: #00468e !important;
  125. }
  126. p.tabbs_item-bag-title a:hover { /* 自定义 */
  127. color: rgba(0,70,142,0.9) !important;
  128. }
  129. .sw-ui-theme-simply .sw-ui-module-index-news .tabbs_item-bag:hover div a {
  130. color: rgba(0,70,142,0.8) !important;
  131. }
  132.  
  133. /* 首页通知面板悬停 */
  134. .nav-tabs > li > a:hover { /* 自定义 */
  135. color: #00468e !important;
  136. }
  137.  
  138. /* 首页 APP 列表悬停 */
  139. ul.ul-app li a:hover { /* 自定义 */
  140. color: #00468e !important;
  141. }
  142.  
  143. /* RSS 订阅面板 */
  144. .text-danger {
  145. color: rgba(0,70,142,0.9) !important;
  146. }
  147.  
  148. /* 左侧个人信息悬停 */
  149. .sw-ui-theme-simply .personal-info .personal-title2 a:hover {
  150. color: #00468e;
  151. }
  152.  
  153.  
  154. /* ===== 消息中心 ===== */
  155. /* Tab 栏 */
  156. .sw-ui .sw-ui-tab .nav-tabs li.active {
  157. border-bottom: 2px #00468e solid !important;
  158. }
  159. .sw-ui-tab ul.nav.nav-tabs li.active a {
  160. color: rgba(0,70,142,0.8) !important;
  161. }
  162.  
  163. /* 搜索 */
  164. .sw-ui .content-top-search .messages-cb-rs-bag .main-search {
  165. border: 1px #00468e solid !important;
  166. }
  167. .sw-ui .content-top-search .messages-cb-rs-bag button[type=submit] {
  168. background: #00468e !important;
  169. }
  170. .sw-ui .content-top-search .messages-cb-rs-bag a {
  171. color: #00468e !important;
  172. }
  173.  
  174. /* 消息操作按钮 */
  175. .sw-ui-theme-simply .sw-ui-module-messagecenter .messages-rc-bag2-right-i1 {
  176. background: #00468e !important;
  177. }
  178. .sw-ui-theme-simply .sw-ui-module-messagecenter .messages-rc-bag2-right-i2 {
  179. background: #00468e !important;
  180. }
  181.  
  182. /* 分页按钮 */
  183. .sw-ui-theme-simply .sw-ui-module-messagecenter .messages-page-ud:hover, .sw-ui-theme-simply .sw-ui-module-messagecenter .messages-page-num:hover {
  184. background: #00468e !important;
  185. border: 1px solid #00468e !important;
  186. }
  187.  
  188. /* 侧栏按钮悬停 */
  189. .sw-ui .remind .remind-bag1:hover {
  190. background: #00468e !important;
  191. border: 1px solid #00468e !important;
  192. }
  193. .sw-ui .remind .remind-bag2:hover {
  194. background: #00468e !important;
  195. border: 1px solid #00468e !important;
  196. }
  197.  
  198. /* 消息分页 */
  199. .sw-ui-theme-simply .sw-ui-module-messagecenter .messages-page-num-on {
  200. background: #00468e !important;
  201. border: 1px solid #00468e !important;
  202. }
  203.  
  204.  
  205. /* ===== 应用中心 ===== */
  206. /* 二级标签选择 */
  207. .sw-ui-theme-simply .sw-ui-module-appcenter .application-nav-bag .application-nav:hover {
  208. background: rgba(0,70,142,0.85) !important;
  209. }
  210. .sw-ui-theme-simply .sw-ui-module-appcenter .application-nav-bag .application-nav-on {
  211. background: rgba(0,70,142,0.85) !important;
  212. }
  213.  
  214. /* 搜索按钮 */
  215. .sw-ui-theme-simply .sw-ui-module-appcenter .application-box table thead td form button[type=submit] {
  216. background: #00468e !important;
  217. }
  218.  
  219. /* 最下面的按钮 */
  220. .sw-ui .btn-danger-2 {
  221. background: rgba(0,70,142,0.85) !important;
  222. }
  223. .sw-ui .btn-danger-2:hover {
  224. background: #00468e !important;
  225. }
  226.  
  227. /* 应用名称链接 */
  228. .app-text h3 a {
  229. color: #00468e !important;
  230. }
  231.  
  232. /* 表头排序箭头 */
  233. thead .fa {
  234. color: rgba(0,70,142,0.85) !important;
  235. }
  236.  
  237. /* ===== 资讯中心 ===== */
  238. /* 标题 */
  239. .sw-ui-theme-simply .sw-ui-module-newscenter .inform-box1 .inform-box1-titlebag .inform-box1-titlebag-left h2 {
  240. border-bottom: 3px solid rgba(0,70,142,0.9) !important;
  241. color: rgba(0,70,142,0.85) !important;
  242. }
  243. .sw-ui-theme-simply .sw-ui-module-newscenter .inform-box2 .inform-box2-titlebag .inform-box2-titlebag-left {
  244. border-bottom: 3px solid rgba(0,70,142,0.9) !important;
  245. color: rgba(0,70,142,0.85) !important;
  246. }
  247.  
  248. /* 序号颜色 */
  249. .sw-ui-theme-simply .sw-ui-module-newscenter .inform-box1 .inform-box1-titlebag .inform-box1-bag .inform-box1-bag-right .inform-box1-bag-rb .inform-box1-bag-rb-time {
  250. background: rgba(0,70,142,0.85) !important;
  251. }
  252.  
  253. /* 新闻标题 */
  254. .sw-ui-theme-simply .sw-ui-module-newscenter .inform-box1 .inform-box1-titlebag .inform-box1-bag .inform-box1-bag-right .inform-box1-bag-rb .inform-box1-bag-rb-title a {
  255. color: rgba(0,70,142,0.85) !important;
  256. }
  257. .inform-box2-bag-news-title a:hover {
  258. color: rgba(0,70,142,0.9) !important;
  259. }
  260. .sw-ui-theme-simply .sw-ui-module-newscenter .inform-box2 .inform-box2-bag .inform-box2-bag-news:hover {
  261. border-bottom: 1px dashed rgba(0,70,142,0.9) !important;
  262. }
  263. .sw-ui-theme-simply .sw-ui-module-newscenter .inform-box2 .inform-box2-bag .inform-box2-bag-news:hover .inform-box2-bag-news-pic {
  264. color: rgba(0,70,142,0.9) !important;
  265. }
  266. .sw-ui-theme-simply .sw-ui-module-newscenter .inform-box2 .inform-box2-bag .inform-box2-bag-news:hover .inform-box2-bag-news-title a {
  267. color: rgba(0,70,142,0.9) !important;
  268. }
  269. .sw-ui-theme-simply .sw-ui-module-newscenter .inform-box2 .inform-box2-bag .inform-box2-bag-news:hover .inform-box2-bag-news-from {
  270. color: rgba(0,70,142,0.9) !important;
  271. }
  272. .sw-ui-theme-simply .sw-ui-module-newscenter .inform-box2 .inform-box2-bag .inform-box2-bag-news:hover .inform-box2-bag-news-time {
  273. color: rgba(0,70,142,0.9) !important;
  274. }
  275. /* 通知字体 */
  276. #content-container span {
  277. font-family: 'Microsoft Yahei' !important;
  278. }
  279.  
  280. /* ===== 数据中心 ===== */
  281. /* Tab 线段 */
  282. .sw-ui-theme-simply .sw-ui-module-datacenter .data-box-bot-tbag li.active {
  283. border: 1px solid #00468e; /* 不能写强制 */
  284. color: #00468e !important;
  285. }
  286. .sw-ui-theme-simply .sw-ui-module-datacenter .data-box-bot-tbag {
  287. border-bottom: 1px solid #00468e !important;
  288. }
  289.  
  290. /* Tab 文字悬停 */
  291. .data-box-bot-tbag a:hover { /* 自定义 */
  292. color: rgba(0,70,142,0.9) !important;
  293. }
  294.  
  295. /* 底部按钮 */
  296. .sw-ui-theme-simply .sw-ui-module-datacenter .data-use {
  297. background: #00468e !important;
  298. }
  299.  
  300. /* ===== 应用收藏弹出窗口 ===== */
  301. /* 标题 */
  302. .sw-ui-theme-simply .sw-ui-module-appcenter .save-app-content .panel-heading {
  303. color: #00468e !important;
  304. }
  305.  
  306. /* 应用按钮 */
  307. .sw-ui .btn-danger:hover {
  308. background: rgba(0,70,142,0.85) !important;
  309. }
  310. .sw-ui .btn-danger {
  311. background: rgba(0,70,142,0.9) !important;
  312. }
  313.  
  314. /* 侧栏标题 */
  315. .sw-ui-theme-simply .sw-ui-module-appcenter .save-app-content .left-app-nav ul li a.selected {
  316. background: #00468e !important;
  317. }
  318. .sw-ui-theme-simply .sw-ui-module-appcenter .save-app-content .left-app-nav ul li a:hover {
  319. background: #00468e !important;
  320. }
  321.  
  322. /* 添加删除图标 */
  323. .app-ul .glyphicon {
  324. color: rgba(0,70,142,0.7) !important;
  325. }
  326.  
  327. /* ===== 添加、关联邮箱 ===== */
  328. /* 确认按钮 */
  329. .btn-danger {
  330. border-color: #fff !important;
  331. }
  332. .btn-danger:hover {
  333. border-color: #fff !important;
  334. }
  335. .sw-ui-theme-simply .sw-ui-page-otherserviceinfo .other-banner h3 {
  336. color: #00468e !important;
  337. }
  338.  
  339.  
  340. /* ===== 一卡通明细 ===== */
  341. /* 分页按钮 */
  342. .cz-pagination .pagination > .active > a, .cz-pagination .pagination > .active > span, .cz-pagination .pagination > .active > a:hover, .cz-pagination .pagination > .active > span:hover, .cz-pagination .pagination > .active > a:focus, .cz-pagination .pagination > .active > span:focus {
  343. background-color: rgba(0,70,142,0.85) !important;
  344. border-color: rgba(0,70,142,0.85) !important;
  345. }
  346. .cz-pagination .pagination > li > a:hover, .cz-pagination .pagination > li > span:hover, .cz-pagination .pagination > li > a:focus, .cz-pagination .pagination > li > span:focus {
  347. color: rgba(0,70,142,0.85) !important;
  348. border-color: rgba(0,70,142,0.85) !important;
  349. }
  350.  
  351. /* 日期选择 */
  352. .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
  353. background-color: rgba(0,70,142,0.9) !important;
  354. }
  355.  
  356.  
  357. /* ===== 日历页面 ===== */
  358. /* 日期指示器 */
  359. .sw-ui-theme-simply .sw-ui-module-calendar .date-my .turn-page a.selected {
  360. background: rgba(0,70,142,0.9) !important;
  361. }
  362. /* 顶部按钮 */
  363. .sw-ui-theme-simply .sw-ui-module-calendar .date-tab .date-tab-one .date-tab-one-1 {
  364. background: #00468e !important;
  365. }
  366. .sw-ui-theme-simply .sw-ui-module-calendar .date-tab .date-tab-one .date-tab-one-2 div:hover {
  367. background: #00468e !important;
  368. }
  369. .sw-ui-theme-simply .sw-ui-module-calendar .nav_on {
  370. background: #00468e !important;
  371. }
  372.  
  373. /* 日程详细 */
  374. .modal-header {
  375. background: rgba(0,70,142,0.8) !important;
  376. }
  377.  
  378.  
  379. /* ===== 新闻页面 ===== */
  380. /* 侧栏链接 */
  381. .sw-ui-theme-simply .sw-ui-module-newscenter .content-box-right .content-right-content-box .content-right-content-p:hover {
  382. color: #00468e !important;
  383. border-bottom: 1px solid #00468e !important;
  384. }
  385.  
  386.  
  387. /* ===== 消息设置 ===== */
  388. /* 侧栏导航 */
  389. .sw-ui-theme-simply .sw-ui-module-messagecenter .set-up-list li.active {
  390. background: #00468e !important;
  391. }
  392. .sw-ui-theme-simply .sw-ui-module-messagecenter .set-up-list li:hover {
  393. background: rgba(0,70,142,0.9) !important;
  394. }
  395.  
  396. /* 表头颜色 */
  397. .sw-ui .sw-ui-table .thead-bg-2 td {
  398. background: rgba(0,70,142,0.8) !important;
  399. }
  400.  
  401. /* ===== 应用详情面板 ===== */
  402. /* 数据信息 */
  403. .sw-ui-theme-simply .sw-ui-module-appcenter .intro-app-content .intro-right i {
  404. color: #00468e !important;
  405. }
  406. /* 面板标题 */
  407. .sw-ui-theme-simply .sw-ui-module-appcenter .intro-app-content .app-detail h3 {
  408. color: rgba(0,70,142,0.8) !important;
  409. }
  410.  
  411. /* ===== 资讯中心更多 ===== */
  412. /* 左侧导航 */
  413. .sw-ui-theme-simply .sw-ui-module-newscenter .inform-left-main .inform-left-main-bag .inform-left-main-bag-title {
  414. background: rgba(0,70,142,0.8) !important;
  415. }
  416. .sw-ui-theme-simply .sw-ui-module-newscenter .inform-left-main .inform-left-main-bag .inform-left-main-bag-content .inform-left-main-bag-nav:hover {
  417. background: rgba(0,70,142,0.9) !important;
  418. border-bottom: 1px solid rgba(0,70,142,0.9) !important;
  419. }
  420. .sw-ui-theme-simply .sw-ui-module-newscenter .inform-left-main .inform-left-main-bag .inform-left-main-bag-content .nav-on {
  421. background: rgba(0,70,142,0.8) !important;
  422. border-bottom: 1px solid rgba(0,70,142,0.8) !important;
  423. }
  424.  
  425. /* 题头 */
  426. .sw-ui-theme-simply .sw-ui-module-newscenter .inform-right-main .inform-right-main-bag .inform-right-main-title-bag .inform-right-main-title-bagl {
  427. border-bottom: 2px solid rgba(0,70,142,0.9) !important;
  428. }
  429.  
  430. /* 新闻标题 */
  431. p.inform-right-main-content-bag-title a:hover {
  432. color: rgba(0,70,142,0.9) !important;
  433. }
  434.  
  435. /* ===== 数据页面 ===== */
  436. /* 标题栏 */
  437. .sw-ui-theme-simply .body-addition-header-3 {
  438. background: center rgba(0,70,142,0.85) !important;
  439. }
  440.  
  441.  
  442. /* ===== 帮助详情 ===== */
  443. /* 文本标题 */
  444. .sw-ui-theme-simply .sw-ui-module-helpcenter .helpcenter-right-content .content-box .title {
  445. color: rgba(0,70,142,0.9) !important;
  446. }
  447. /* 侧栏顶部直线 */
  448. .sw-ui-theme-simply .sw-ui-module-helpcenter .helpcenter-left-menu ul li.active {
  449. border-bottom: 2px solid #00468e !important;
  450. }
  451. /* 侧栏标题 */
  452. .sw-ui-theme-simply .sw-ui-module-helpcenter .helpcenter-left-menu ul li.active a {
  453. color: rgba(0,70,142,0.9) !important;
  454. }
  455.  
  456. /* ===== 个人中心 ===== */
  457. /* 修改链接 */
  458. .sw-ui-theme-simply .sw-ui-module-usercenter .account-table a {
  459. color: rgba(0,70,142,0.9) !important;
  460. }
  461. /* 模态标题 */
  462. .sw-ui .sw-ui-modal .modal-header .modal-title {
  463. color: #fff !important;
  464. }
  465. /* 顶部 Tab */
  466. .sw-ui-theme-simply .sw-ui-module-usercenter .center-title .center-title-left {
  467. border-bottom: 3px solid #00468e !important;
  468. }
  469.  
  470. /* ===== 侧边图标 ===== */
  471. .sw-ui .remind .remind-bag1 .remind-bag-img {
  472. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAABkAgMAAAA3cADxAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURQAAAABGjgBGjgBGjnQkRxYAAAADdFJOUwBMn8YKSgIAAAFXSURBVEjH7dYxcsIwEAVQWUziwgUHoPARdATo0qYhLUexj5BzJIdwjuCOliY9hQszgBRJK4k43j+0yURbmFnPMys0uzJC5MjxZ2Jp5nFfbP65OG1TvPBC39IKVGlTqoA4pLQD4hKzBfwt0+yn0PZeH7LGmPNcXO3tgZLC4j0jamOulJRWPDGiTKWdLRlRpIW4epwQcSGesiIuxJdjRVyIl6wQYePtlh+BWBszCiEt/ACi8h1AV15I3wHKfxMv3AoOdEHCPn5ZUCsB4ZpvR7sCREFNPmAhSByxkCRGLFYk9AaKJkxbj0QR53EQeNdDGSRUGuqWF67IqTOfvgzsoF6ZtoEdVLseqzR9sqJzz8pRPLpe44SkJnz2TTByYpVOEAVmrplM5Z6f/W+TfebPj9eQrdEJoycHHSeGmBVI9CltgLjdqsGJ+5biPb+j7omH7Tzyv6Ecvya+AMLKN+ogrZiUAAAAAElFTkSuQmCC);
  473. background-size: 100% 100%;
  474. }
  475. .sw-ui .remind .remind-bag2 .remind-bag-img {
  476. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAABkAgMAAAA3cADxAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURQAAAABGjgFFjUaTq8sAAAACdFJOUwAgTf3t8AAAAVlJREFUSMftVTuywyAMBGbiIv17BUfwKTiCq1fkCJzCR0j1ahfOjOGUCRIGEkl2mQZVSbxZrX5rpXr06PHNMNvx80t8xeMAoCPEKiNuiIh3CTBkQAwSwu8IiaRQiCRjRfAkugFEtivXFhHdoU4hDST5B5meT5OSBCwHwHwlM2pxNn0mCOgCFjwnkoVMHdT5rHJkhFwhNSIWaO8nwsLQY0YoRoiHFpT9GGlHkLYgBrJHGqUVhCZSDZZXt9B/boBBZUVpEkKKdapWCz+wiLHMlUPcC2LG/hAda9kiZAuk2lCWGfuz0Y45nB88MvTycpv3Uiwdv8X/7rvj6eTyvAfUY5ht17kPtzghVeCOYWu/UIuwDfHAHoxprMXzR1dv8Ve4/jST4HYzWyT7eDj1U6Z36A7h1GGWM5di7ePNQdYzt5QoKolsypkkONm2LSCmo5fD34th6u/QHj2+GU/zkk54/sIbgwAAAABJRU5ErkJggg==);
  477. background-size: 100% 100%;
  478. }
  479. .sw-ui .remind .remind-bag-title {
  480. color: #00468e !important;
  481. }
  482. .sw-ui .remind .remind-bag1:hover .remind-bag-title {
  483. color: #fff !important;
  484. }
  485.  
  486. /* ===== 提醒侧边弹出 ===== */
  487. /* 消息数目颜色 */
  488. .sw-ui .warn .warn-bag-title i {
  489. color: #00468e !important;
  490. }
  491. }
  492.  
  493. @-moz-document domain("uis.nwpu.edu.cn") {
  494. /* 顶部颜色 */
  495. .header-bot-box {
  496. background: rgba(0,70,142,0.85) !important;
  497. }
  498.  
  499. /* 底部颜色 */
  500. .footer-top {
  501. background: rgba(0,70,142,1) !important;
  502. }
  503. .title li.cur {
  504. background: rgba(0,70,142,1) !important;
  505. }
  506.  
  507. /* 删除滑动幻灯 */
  508. .slides {
  509. background: rgba(0,70,142,0.1) !important;
  510. }
  511. .slideInner {
  512. display: none !important;
  513. }
  514.  
  515. /* 移除底栏白条 */
  516. .footer-bottom p {
  517. margin: 0;
  518. }
  519.  
  520. /* 输入框悬浮 */
  521. .login-password:hover {
  522. border: 1px solid rgba(0,70,142,0.6) !important;
  523. }
  524. .login-username:hover {
  525. border: 1px solid rgba(0,70,142,0.6) !important;
  526. }
  527. .login-yzm:hover {
  528. border: 1px solid rgba(0,70,142,0.6) !important;
  529. }
  530.  
  531. /* ===== 退出页面 ====== */
  532. /* 顶部 */
  533. .sw-ui-theme-simply .body-addition-header-3 {
  534. background: url(/cas/assets/images/addition/datacenter-top-bg.png) no-repeat center rgba(0,70,142,0.85) !important;
  535. height: 192px;
  536. line-height: 192px;
  537. text-align: center;
  538. vertical-align: middle;
  539. }
  540. /* 按钮 */
  541. .sw-ui-theme-simply .sw-ui-page-errors .sw-ui-module-errors a {
  542. background: rgba(0,70,142,0.9) !important;
  543. }
  544.  
  545. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement