You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

722 lines
12 KiB

10 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
  1. /*!
  2. * # Semantic UI 2.2.0 - Header
  3. * http://github.com/semantic-org/semantic-ui/
  4. *
  5. *
  6. * Copyright 2015 Contributors
  7. * Released under the MIT license
  8. * http://opensource.org/licenses/MIT
  9. *
  10. */
  11. /*******************************
  12. Header
  13. *******************************/
  14. /* Standard */
  15. .ui.header {
  16. border: none;
  17. margin: calc(2rem - 0.14285em ) 0em 1rem;
  18. padding: 0em 0em;
  19. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  20. font-weight: bold;
  21. line-height: 1.2857em;
  22. text-transform: none;
  23. color: rgba(0, 0, 0, 0.87);
  24. }
  25. .ui.header:first-child {
  26. margin-top: -0.14285em;
  27. }
  28. .ui.header:last-child {
  29. margin-bottom: 0em;
  30. }
  31. /*--------------
  32. Sub Header
  33. ---------------*/
  34. .ui.header .sub.header {
  35. display: block;
  36. font-weight: normal;
  37. padding: 0em;
  38. margin: 0em;
  39. font-size: 1rem;
  40. line-height: 1.2em;
  41. color: rgba(0, 0, 0, 0.6);
  42. }
  43. /*--------------
  44. Icon
  45. ---------------*/
  46. .ui.header > .icon {
  47. display: table-cell;
  48. opacity: 1;
  49. font-size: 1.5em;
  50. padding-top: 0.14285em;
  51. vertical-align: middle;
  52. }
  53. /* With Text Node */
  54. .ui.header .icon:only-child {
  55. display: inline-block;
  56. padding: 0em;
  57. margin-right: 0.75rem;
  58. }
  59. /*-------------------
  60. Image
  61. --------------------*/
  62. .ui.header > .image,
  63. .ui.header > img {
  64. display: inline-block;
  65. margin-top: 0.14285em;
  66. width: 2.5em;
  67. height: auto;
  68. vertical-align: middle;
  69. }
  70. .ui.header > .image:only-child,
  71. .ui.header > img:only-child {
  72. margin-right: 0.75rem;
  73. }
  74. /*--------------
  75. Content
  76. ---------------*/
  77. .ui.header .content {
  78. display: inline-block;
  79. vertical-align: top;
  80. }
  81. /* After Image */
  82. .ui.header > img + .content,
  83. .ui.header > .image + .content {
  84. padding-left: 0.75rem;
  85. vertical-align: middle;
  86. }
  87. /* After Icon */
  88. .ui.header > .icon + .content {
  89. padding-left: 0.75rem;
  90. display: table-cell;
  91. vertical-align: middle;
  92. }
  93. /*--------------
  94. Loose Coupling
  95. ---------------*/
  96. .ui.header .ui.label {
  97. font-size: '';
  98. margin-left: 0.5rem;
  99. vertical-align: middle;
  100. }
  101. /* Positioning */
  102. .ui.header + p {
  103. margin-top: 0em;
  104. }
  105. /*******************************
  106. Types
  107. *******************************/
  108. /*--------------
  109. Page
  110. ---------------*/
  111. h1.ui.header {
  112. font-size: 2rem;
  113. }
  114. h2.ui.header {
  115. font-size: 1.714rem;
  116. }
  117. h3.ui.header {
  118. font-size: 1.28rem;
  119. }
  120. h4.ui.header {
  121. font-size: 1.071rem;
  122. }
  123. h5.ui.header {
  124. font-size: 1rem;
  125. }
  126. /* Sub Header */
  127. h1.ui.header .sub.header {
  128. font-size: 1.14285714rem;
  129. }
  130. h2.ui.header .sub.header {
  131. font-size: 1.14285714rem;
  132. }
  133. h3.ui.header .sub.header {
  134. font-size: 1rem;
  135. }
  136. h4.ui.header .sub.header {
  137. font-size: 1rem;
  138. }
  139. h5.ui.header .sub.header {
  140. font-size: 0.92857143rem;
  141. }
  142. /*--------------
  143. Content Heading
  144. ---------------*/
  145. .ui.huge.header {
  146. min-height: 1em;
  147. font-size: 2em;
  148. }
  149. .ui.large.header {
  150. font-size: 1.714em;
  151. }
  152. .ui.medium.header {
  153. font-size: 1.28em;
  154. }
  155. .ui.small.header {
  156. font-size: 1.071em;
  157. }
  158. .ui.tiny.header {
  159. font-size: 1em;
  160. }
  161. /* Sub Header */
  162. .ui.huge.header .sub.header {
  163. font-size: 1.14285714rem;
  164. }
  165. .ui.large.header .sub.header {
  166. font-size: 1.14285714rem;
  167. }
  168. .ui.header .sub.header {
  169. font-size: 1rem;
  170. }
  171. .ui.small.header .sub.header {
  172. font-size: 1rem;
  173. }
  174. .ui.tiny.header .sub.header {
  175. font-size: 0.92857143rem;
  176. }
  177. /*--------------
  178. Sub Heading
  179. ---------------*/
  180. .ui.sub.header {
  181. padding: 0em;
  182. margin-bottom: 0.14285714rem;
  183. font-weight: bold;
  184. font-size: 0.85714286em;
  185. text-transform: uppercase;
  186. color: '';
  187. }
  188. .ui.small.sub.header {
  189. font-size: 0.78571429em;
  190. }
  191. .ui.sub.header {
  192. font-size: 0.85714286em;
  193. }
  194. .ui.large.sub.header {
  195. font-size: 0.92857143em;
  196. }
  197. .ui.huge.sub.header {
  198. font-size: 1em;
  199. }
  200. /*-------------------
  201. Icon
  202. --------------------*/
  203. .ui.icon.header {
  204. display: inline-block;
  205. text-align: center;
  206. margin: 2rem 0em 1rem;
  207. }
  208. .ui.icon.header:after {
  209. content: '';
  210. display: block;
  211. height: 0px;
  212. clear: both;
  213. visibility: hidden;
  214. }
  215. .ui.icon.header:first-child {
  216. margin-top: 0em;
  217. }
  218. .ui.icon.header .icon {
  219. float: none;
  220. display: block;
  221. width: auto;
  222. height: auto;
  223. line-height: 1;
  224. padding: 0em;
  225. font-size: 3em;
  226. margin: 0em auto 0.5rem;
  227. opacity: 1;
  228. }
  229. .ui.icon.header .content {
  230. display: block;
  231. padding: 0em;
  232. }
  233. .ui.icon.header .circular.icon {
  234. font-size: 2em;
  235. }
  236. .ui.icon.header .square.icon {
  237. font-size: 2em;
  238. }
  239. .ui.block.icon.header .icon {
  240. margin-bottom: 0em;
  241. }
  242. .ui.icon.header.aligned {
  243. margin-left: auto;
  244. margin-right: auto;
  245. display: block;
  246. }
  247. /*******************************
  248. States
  249. *******************************/
  250. .ui.disabled.header {
  251. opacity: 0.45;
  252. }
  253. /*******************************
  254. Variations
  255. *******************************/
  256. /*-------------------
  257. Inverted
  258. --------------------*/
  259. .ui.inverted.header {
  260. color: #FFFFFF;
  261. }
  262. .ui.inverted.header .sub.header {
  263. color: rgba(255, 255, 255, 0.8);
  264. }
  265. .ui.inverted.attached.header {
  266. background: #545454 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  267. background: #545454 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  268. box-shadow: none;
  269. border-color: transparent;
  270. }
  271. .ui.inverted.block.header {
  272. background: #545454 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  273. background: #545454 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  274. box-shadow: none;
  275. }
  276. .ui.inverted.block.header {
  277. border-bottom: none;
  278. }
  279. /*-------------------
  280. Colors
  281. --------------------*/
  282. /*--- Red ---*/
  283. .ui.red.header {
  284. color: #DB2828 !important;
  285. }
  286. a.ui.red.header:hover {
  287. color: #d01919 !important;
  288. }
  289. .ui.red.dividing.header {
  290. border-bottom: 2px solid #DB2828;
  291. }
  292. /* Inverted */
  293. .ui.inverted.red.header {
  294. color: #FF695E !important;
  295. }
  296. a.ui.inverted.red.header:hover {
  297. color: #ff5144 !important;
  298. }
  299. /*--- Orange ---*/
  300. .ui.orange.header {
  301. color: #F2711C !important;
  302. }
  303. a.ui.orange.header:hover {
  304. color: #f26202 !important;
  305. }
  306. .ui.orange.dividing.header {
  307. border-bottom: 2px solid #F2711C;
  308. }
  309. /* Inverted */
  310. .ui.inverted.orange.header {
  311. color: #FF851B !important;
  312. }
  313. a.ui.inverted.orange.header:hover {
  314. color: #ff7701 !important;
  315. }
  316. /*--- Olive ---*/
  317. .ui.olive.header {
  318. color: #B5CC18 !important;
  319. }
  320. a.ui.olive.header:hover {
  321. color: #a7bd0d !important;
  322. }
  323. .ui.olive.dividing.header {
  324. border-bottom: 2px solid #B5CC18;
  325. }
  326. /* Inverted */
  327. .ui.inverted.olive.header {
  328. color: #D9E778 !important;
  329. }
  330. a.ui.inverted.olive.header:hover {
  331. color: #d8ea5c !important;
  332. }
  333. /*--- Yellow ---*/
  334. .ui.yellow.header {
  335. color: #FBBD08 !important;
  336. }
  337. a.ui.yellow.header:hover {
  338. color: #eaae00 !important;
  339. }
  340. .ui.yellow.dividing.header {
  341. border-bottom: 2px solid #FBBD08;
  342. }
  343. /* Inverted */
  344. .ui.inverted.yellow.header {
  345. color: #FFE21F !important;
  346. }
  347. a.ui.inverted.yellow.header:hover {
  348. color: #ffdf05 !important;
  349. }
  350. /*--- Green ---*/
  351. .ui.green.header {
  352. color: #21BA45 !important;
  353. }
  354. a.ui.green.header:hover {
  355. color: #16ab39 !important;
  356. }
  357. .ui.green.dividing.header {
  358. border-bottom: 2px solid #21BA45;
  359. }
  360. /* Inverted */
  361. .ui.inverted.green.header {
  362. color: #2ECC40 !important;
  363. }
  364. a.ui.inverted.green.header:hover {
  365. color: #22be34 !important;
  366. }
  367. /*--- Teal ---*/
  368. .ui.teal.header {
  369. color: #00B5AD !important;
  370. }
  371. a.ui.teal.header:hover {
  372. color: #009c95 !important;
  373. }
  374. .ui.teal.dividing.header {
  375. border-bottom: 2px solid #00B5AD;
  376. }
  377. /* Inverted */
  378. .ui.inverted.teal.header {
  379. color: #6DFFFF !important;
  380. }
  381. a.ui.inverted.teal.header:hover {
  382. color: #54ffff !important;
  383. }
  384. /*--- Blue ---*/
  385. .ui.blue.header {
  386. color: #2185D0 !important;
  387. }
  388. a.ui.blue.header:hover {
  389. color: #1678c2 !important;
  390. }
  391. .ui.blue.dividing.header {
  392. border-bottom: 2px solid #2185D0;
  393. }
  394. /* Inverted */
  395. .ui.inverted.blue.header {
  396. color: #54C8FF !important;
  397. }
  398. a.ui.inverted.blue.header:hover {
  399. color: #3ac0ff !important;
  400. }
  401. /*--- Violet ---*/
  402. .ui.violet.header {
  403. color: #6435C9 !important;
  404. }
  405. a.ui.violet.header:hover {
  406. color: #5829bb !important;
  407. }
  408. .ui.violet.dividing.header {
  409. border-bottom: 2px solid #6435C9;
  410. }
  411. /* Inverted */
  412. .ui.inverted.violet.header {
  413. color: #A291FB !important;
  414. }
  415. a.ui.inverted.violet.header:hover {
  416. color: #8a73ff !important;
  417. }
  418. /*--- Purple ---*/
  419. .ui.purple.header {
  420. color: #A333C8 !important;
  421. }
  422. a.ui.purple.header:hover {
  423. color: #9627ba !important;
  424. }
  425. .ui.purple.dividing.header {
  426. border-bottom: 2px solid #A333C8;
  427. }
  428. /* Inverted */
  429. .ui.inverted.purple.header {
  430. color: #DC73FF !important;
  431. }
  432. a.ui.inverted.purple.header:hover {
  433. color: #d65aff !important;
  434. }
  435. /*--- Pink ---*/
  436. .ui.pink.header {
  437. color: #E03997 !important;
  438. }
  439. a.ui.pink.header:hover {
  440. color: #e61a8d !important;
  441. }
  442. .ui.pink.dividing.header {
  443. border-bottom: 2px solid #E03997;
  444. }
  445. /* Inverted */
  446. .ui.inverted.pink.header {
  447. color: #FF8EDF !important;
  448. }
  449. a.ui.inverted.pink.header:hover {
  450. color: #ff74d8 !important;
  451. }
  452. /*--- Brown ---*/
  453. .ui.brown.header {
  454. color: #A5673F !important;
  455. }
  456. a.ui.brown.header:hover {
  457. color: #975b33 !important;
  458. }
  459. .ui.brown.dividing.header {
  460. border-bottom: 2px solid #A5673F;
  461. }
  462. /* Inverted */
  463. .ui.inverted.brown.header {
  464. color: #D67C1C !important;
  465. }
  466. a.ui.inverted.brown.header:hover {
  467. color: #c86f11 !important;
  468. }
  469. /*--- Grey ---*/
  470. .ui.grey.header {
  471. color: #767676 !important;
  472. }
  473. a.ui.grey.header:hover {
  474. color: #838383 !important;
  475. }
  476. .ui.grey.dividing.header {
  477. border-bottom: 2px solid #767676;
  478. }
  479. /* Inverted */
  480. .ui.inverted.grey.header {
  481. color: #DCDDDE !important;
  482. }
  483. a.ui.inverted.grey.header:hover {
  484. color: #cfd0d2 !important;
  485. }
  486. /*-------------------
  487. Aligned
  488. --------------------*/
  489. .ui.left.aligned.header {
  490. text-align: left;
  491. }
  492. .ui.right.aligned.header {
  493. text-align: right;
  494. }
  495. .ui.centered.header,
  496. .ui.center.aligned.header {
  497. text-align: center;
  498. }
  499. .ui.justified.header {
  500. text-align: justify;
  501. }
  502. .ui.justified.header:after {
  503. display: inline-block;
  504. content: '';
  505. width: 100%;
  506. }
  507. /*-------------------
  508. Floated
  509. --------------------*/
  510. .ui.floated.header,
  511. .ui[class*="left floated"].header {
  512. float: left;
  513. margin-top: 0em;
  514. margin-right: 0.5em;
  515. }
  516. .ui[class*="right floated"].header {
  517. float: right;
  518. margin-top: 0em;
  519. margin-left: 0.5em;
  520. }
  521. /*-------------------
  522. Fitted
  523. --------------------*/
  524. .ui.fitted.header {
  525. padding: 0em;
  526. }
  527. /*-------------------
  528. Dividing
  529. --------------------*/
  530. .ui.dividing.header {
  531. padding-bottom: 0.21428571rem;
  532. border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  533. }
  534. .ui.dividing.header .sub.header {
  535. padding-bottom: 0.21428571rem;
  536. }
  537. .ui.dividing.header .icon {
  538. margin-bottom: 0em;
  539. }
  540. .ui.inverted.dividing.header {
  541. border-bottom-color: rgba(255, 255, 255, 0.1);
  542. }
  543. /*-------------------
  544. Block
  545. --------------------*/
  546. .ui.block.header {
  547. background: #F3F4F5;
  548. padding: 0.78571429rem 1rem;
  549. box-shadow: none;
  550. border: 1px solid #D4D4D5;
  551. border-radius: 0.28571429rem;
  552. }
  553. .ui.tiny.block.header {
  554. font-size: 0.85714286rem;
  555. }
  556. .ui.small.block.header {
  557. font-size: 0.92857143rem;
  558. }
  559. .ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  560. font-size: 1rem;
  561. }
  562. .ui.large.block.header {
  563. font-size: 1.14285714rem;
  564. }
  565. .ui.huge.block.header {
  566. font-size: 1.42857143rem;
  567. }
  568. /*-------------------
  569. Attached
  570. --------------------*/
  571. .ui.attached.header {
  572. background: #FFFFFF;
  573. padding: 0.78571429rem 1rem;
  574. margin-left: -1px;
  575. margin-right: -1px;
  576. box-shadow: none;
  577. border: 1px solid #D4D4D5;
  578. }
  579. .ui.attached.block.header {
  580. background: #F3F4F5;
  581. }
  582. .ui.attached:not(.top):not(.bottom).header {
  583. margin-top: 0em;
  584. margin-bottom: 0em;
  585. border-top: none;
  586. border-radius: 0em;
  587. }
  588. .ui.top.attached.header {
  589. margin-bottom: 0em;
  590. border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  591. }
  592. .ui.bottom.attached.header {
  593. margin-top: 0em;
  594. border-top: none;
  595. border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  596. }
  597. /* Attached Sizes */
  598. .ui.tiny.attached.header {
  599. font-size: 0.85714286em;
  600. }
  601. .ui.small.attached.header {
  602. font-size: 0.92857143em;
  603. }
  604. .ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  605. font-size: 1em;
  606. }
  607. .ui.large.attached.header {
  608. font-size: 1.14285714em;
  609. }
  610. .ui.huge.attached.header {
  611. font-size: 1.42857143em;
  612. }
  613. /*-------------------
  614. Sizing
  615. --------------------*/
  616. .ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  617. font-size: 1.28em;
  618. }
  619. /*******************************
  620. Theme Overrides
  621. *******************************/
  622. /*******************************
  623. Site Overrides
  624. *******************************/