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.

622 lines
14 KiB

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
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
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
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
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
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
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
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
10 years ago
10 years ago
10 years ago
  1. /*
  2. * # Semantic - Header
  3. * http://github.com/semantic-org/semantic-ui/
  4. *
  5. *
  6. * Copyright 2014 Contributor
  7. * Released under the MIT license
  8. * http://opensource.org/licenses/MIT
  9. *
  10. */
  11. /*******************************
  12. Theme
  13. *******************************/
  14. /*
  15. */
  16. /*******************************
  17. Folders
  18. *******************************/
  19. /* Path to theme packages */
  20. /* Path to site override folder */
  21. /*******************************
  22. Themes
  23. *******************************/
  24. /* To override a theme for an individual element
  25. specify theme name below
  26. Be sure to update the user folder name (see README)
  27. */
  28. /* Global */
  29. /* Elements */
  30. /* Collections */
  31. /* Modules */
  32. /* Views */
  33. /*******************************
  34. Import Directives
  35. *******************************/
  36. /*------------------
  37. Load Default
  38. -------------------*/
  39. /*******************************
  40. Site Settings
  41. *******************************/
  42. /*-------------------
  43. Paths
  44. --------------------*/
  45. /*-------------------
  46. Fonts
  47. --------------------*/
  48. /*-------------------
  49. Site Colors
  50. --------------------*/
  51. /*--- Colors ---*/
  52. /*--- Light Colors ---*/
  53. /*-------------------
  54. Page
  55. --------------------*/
  56. /*-------------------
  57. Background Colors
  58. --------------------*/
  59. /* Used for differentiating neutrals */
  60. /* Used for differentiating layers */
  61. /*-------------------
  62. Grid
  63. --------------------*/
  64. /*-------------------
  65. Breakpoints
  66. --------------------*/
  67. /*******************************
  68. Power-User
  69. *******************************/
  70. /*-------------------
  71. Icons
  72. --------------------*/
  73. /* Max Width of Icon */
  74. /*-------------------
  75. Easing
  76. --------------------*/
  77. /*--- Neutrals ---*/
  78. /*--- Colored Backgrounds ---*/
  79. /*--- Colored Text ---*/
  80. /*--- Colored Headers ---*/
  81. /*-------------------
  82. Emotive Colors
  83. --------------------*/
  84. /* Mood */
  85. /* Solid Background Color */
  86. /* Status */
  87. /* Darkened Headers */
  88. /*-------------------
  89. Neutral Text
  90. --------------------*/
  91. /*-------------------
  92. Brand Colors
  93. --------------------*/
  94. /*-------------------
  95. Grid Columns
  96. --------------------*/
  97. /*-------------------
  98. Borders
  99. --------------------*/
  100. /*-------------------
  101. Sizes
  102. --------------------*/
  103. /*-------------------
  104. Transitions
  105. --------------------*/
  106. /*******************************
  107. States
  108. *******************************/
  109. /*-------------------
  110. Disabled
  111. --------------------*/
  112. /*-------------------
  113. Hover
  114. --------------------*/
  115. /*--- Colors ---*/
  116. /*--- Emotive ---*/
  117. /*--- Neutrals ---*/
  118. /*-------------------
  119. Down (:active)
  120. --------------------*/
  121. /*--- Colors ---*/
  122. /*--- Emotive ---*/
  123. /*--- Neutrals ---*/
  124. /*-------------------
  125. Active
  126. --------------------*/
  127. /*--- Standard ---*/
  128. /*--- Emotive ---*/
  129. /*--- Neutrals ---*/
  130. /*******************************
  131. Header
  132. *******************************/
  133. /*-------------------
  134. Element
  135. --------------------*/
  136. /* HTML Headings */
  137. /* Sizing */
  138. /* Sub Header */
  139. /* Icon */
  140. /* Label */
  141. /* Content */
  142. /* Paragraph after Header */
  143. /*-------------------
  144. Variations
  145. --------------------*/
  146. /* Icon Header */
  147. /* Divided */
  148. /* Block */
  149. /* Attached */
  150. /* Inverted */
  151. /* Floated */
  152. /*------------------
  153. Load Theme
  154. -------------------*/
  155. /*------------------
  156. Load Site
  157. -------------------*/
  158. /*******************************
  159. User Global Variables
  160. *******************************/
  161. /*******************************
  162. User Variable Overrides
  163. *******************************/
  164. /*------------------
  165. Override Mix-in
  166. -------------------*/
  167. /*******************************
  168. Header
  169. *******************************/
  170. /* Standard */
  171. .ui.header {
  172. border: none;
  173. font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  174. margin: 1em 0em 1rem;
  175. padding: 0em 0em;
  176. font-weight: bold;
  177. line-height: 1.33em;
  178. text-transform: none;
  179. color: rgba(0, 0, 0, 0.8);
  180. }
  181. .ui.header .sub.header {
  182. font-size: 1rem;
  183. font-weight: normal;
  184. margin: 0em;
  185. padding: 0em;
  186. line-height: 1.2em;
  187. color: rgba(0, 0, 0, 0.5);
  188. }
  189. /* Icon and Content Together */
  190. .ui.header > .icon {
  191. display: table-cell;
  192. font-size: 1em;
  193. padding-top: 0.165em;
  194. vertical-align: middle;
  195. padding-right: 0.5em;
  196. }
  197. .ui.header > .icon + .content {
  198. padding-left: 0.5em;
  199. display: table-cell;
  200. }
  201. /* Only One */
  202. .ui.header .icon:only-child {
  203. display: inline-block;
  204. padding: 0em;
  205. margin-right: 0.5em;
  206. vertical-align: baseline;
  207. }
  208. .ui.header .content {
  209. display: inline-block;
  210. vertical-align: top;
  211. }
  212. /* Positioning */
  213. .ui.header:first-child {
  214. margin-top: 0em;
  215. }
  216. .ui.header:last-child {
  217. margin-bottom: 0em;
  218. }
  219. .ui.header + p {
  220. margin-top: 0em;
  221. }
  222. /*--------------
  223. Page Heading
  224. ---------------*/
  225. h1.ui.header {
  226. min-height: 1rem;
  227. font-size: 2rem;
  228. }
  229. h2.ui.header {
  230. font-size: 1.5rem;
  231. }
  232. h3.ui.header {
  233. font-size: 1.3rem;
  234. }
  235. h4.ui.header {
  236. font-size: 1.1rem;
  237. }
  238. h5.ui.header {
  239. font-size: 1rem;
  240. }
  241. /*--------------
  242. Content Heading
  243. ---------------*/
  244. .ui.tiny.header {
  245. font-size: 1em;
  246. }
  247. .ui.small.header {
  248. font-size: 1.1em;
  249. }
  250. .ui.medium.header {
  251. font-size: 1.3em;
  252. }
  253. .ui.large.header {
  254. font-size: 1.5em;
  255. }
  256. .ui.huge.header {
  257. min-height: 1em;
  258. font-size: 2em;
  259. }
  260. /*--------------
  261. Loose Coupling
  262. ---------------*/
  263. .ui.header .ui.label {
  264. margin: 0em 0em 0em 0.5rem;
  265. vertical-align: middle;
  266. }
  267. /*******************************
  268. Types
  269. *******************************/
  270. /*-------------------
  271. Icon
  272. --------------------*/
  273. .ui.icon.header {
  274. display: inline-block;
  275. text-align: center;
  276. }
  277. .ui.icon.header .icon {
  278. float: none;
  279. display: block;
  280. font-size: 3em;
  281. margin: 0em auto 0.2em;
  282. opacity: 1;
  283. padding: 0em;
  284. }
  285. .ui.icon.header .content {
  286. display: block;
  287. }
  288. .ui.icon.header .circular.icon {
  289. font-size: 2em;
  290. }
  291. .ui.icon.header .square.icon {
  292. font-size: 2em;
  293. }
  294. .ui.block.icon.header .icon {
  295. margin-bottom: 0em;
  296. }
  297. .ui.icon.header.aligned {
  298. margin-left: auto;
  299. margin-right: auto;
  300. display: block;
  301. }
  302. /*******************************
  303. States
  304. *******************************/
  305. .ui.disabled.header {
  306. opacity: 0.3;
  307. }
  308. /*******************************
  309. Variations
  310. *******************************/
  311. /*-------------------
  312. Colors
  313. --------------------*/
  314. .ui.black.header {
  315. color: #191919 !important;
  316. }
  317. a.ui.black.header:hover {
  318. color: #2b2b2b;
  319. }
  320. .ui.blue.header {
  321. color: #0074d9 !important;
  322. }
  323. a.ui.blue.header:hover {
  324. color: #0087fd;
  325. }
  326. .ui.green.header {
  327. color: #2ecc40 !important;
  328. }
  329. a.ui.green.header:hover {
  330. color: #48d658;
  331. }
  332. .ui.orange.header {
  333. color: #ff851b !important;
  334. }
  335. a.ui.orange.header:hover {
  336. color: #ff983f;
  337. }
  338. .ui.pink.header {
  339. color: #d9499a !important;
  340. }
  341. a.ui.pink.header:hover {
  342. color: #df67aa;
  343. }
  344. .ui.purple.header {
  345. color: #a24096 !important;
  346. }
  347. a.ui.purple.header:hover {
  348. color: #b94dac;
  349. }
  350. .ui.red.header {
  351. color: #ff4136 !important;
  352. }
  353. a.ui.red.header:hover {
  354. color: #ff635a;
  355. }
  356. .ui.teal.header {
  357. color: #39cccc !important;
  358. }
  359. a.ui.teal.header:hover {
  360. color: #55d3d3;
  361. }
  362. .ui.yellow.header {
  363. color: #ffcb08 !important;
  364. }
  365. a.ui.yellow.header:hover {
  366. color: #ffd32c;
  367. }
  368. .ui.black.dividing.header {
  369. border-bottom: 3px solid #191919;
  370. }
  371. .ui.blue.dividing.header {
  372. border-bottom: 3px solid #0074d9;
  373. }
  374. .ui.green.dividing.header {
  375. border-bottom: 3px solid #2ecc40;
  376. }
  377. .ui.orange.dividing.header {
  378. border-bottom: 3px solid #ff851b;
  379. }
  380. .ui.pink.dividing.header {
  381. border-bottom: 3px solid #d9499a;
  382. }
  383. .ui.purple.dividing.header {
  384. border-bottom: 3px solid #a24096;
  385. }
  386. .ui.red.dividing.header {
  387. border-bottom: 3px solid #ff4136;
  388. }
  389. .ui.teal.dividing.header {
  390. border-bottom: 3px solid #39cccc;
  391. }
  392. .ui.yellow.dividing.header {
  393. border-bottom: 3px solid #ffcb08;
  394. }
  395. /*-------------------
  396. Inverted
  397. --------------------*/
  398. .ui.inverted.header {
  399. color: #ffffff;
  400. }
  401. .ui.inverted.header .sub.header {
  402. color: rgba(255, 255, 255, 0.85);
  403. }
  404. .ui.inverted.attached.header {
  405. background: #333333 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  406. background: #333333 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  407. box-shadow: none;
  408. }
  409. .ui.inverted.block.header {
  410. background: #333333 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  411. background: #333333 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  412. box-shadow: none;
  413. }
  414. /*-------------------
  415. Inverted Colors
  416. --------------------*/
  417. .ui.inverted.black.header {
  418. color: #aaaaaa !important;
  419. }
  420. a.ui.inverted.black.header:hover {
  421. color: #bcbcbc !important;
  422. }
  423. .ui.inverted.blue.header {
  424. color: #54c8ff !important;
  425. }
  426. a.ui.inverted.blue.header:hover {
  427. color: #78d3ff !important;
  428. }
  429. .ui.inverted.green.header {
  430. color: #2ecc40 !important;
  431. }
  432. a.ui.inverted.green.header:hover {
  433. color: #48d658 !important;
  434. }
  435. .ui.inverted.orange.header {
  436. color: #ff851b !important;
  437. }
  438. a.ui.inverted.orange.header:hover {
  439. color: #ff983f !important;
  440. }
  441. .ui.inverted.pink.header {
  442. color: #ff8edf !important;
  443. }
  444. a.ui.inverted.pink.header:hover {
  445. color: #ffb2e9 !important;
  446. }
  447. .ui.inverted.purple.header {
  448. color: #cdc6ff !important;
  449. }
  450. a.ui.inverted.purple.header:hover {
  451. color: #eceaff !important;
  452. }
  453. .ui.inverted.red.header {
  454. color: #ff695e !important;
  455. }
  456. a.ui.inverted.red.header:hover {
  457. color: #ff8a82 !important;
  458. }
  459. .ui.inverted.teal.header {
  460. color: #6dffff !important;
  461. }
  462. a.ui.inverted.teal.header:hover {
  463. color: #91ffff !important;
  464. }
  465. .ui.inverted.yellow.header {
  466. color: #ffe21f !important;
  467. }
  468. a.ui.inverted.yellow.header:hover {
  469. color: #ffe743 !important;
  470. }
  471. .ui.inverted.block.header {
  472. border-bottom: none;
  473. }
  474. /*-------------------
  475. Aligned
  476. --------------------*/
  477. .ui.left.aligned.header {
  478. text-align: left;
  479. }
  480. .ui.right.aligned.header {
  481. text-align: right;
  482. }
  483. .ui.centered.header,
  484. .ui.center.aligned.header {
  485. text-align: center;
  486. }
  487. .ui.justified.header {
  488. text-align: justify;
  489. }
  490. .ui.justified.header:after {
  491. display: inline-block;
  492. content: '';
  493. width: 100%;
  494. }
  495. /*-------------------
  496. Floated
  497. --------------------*/
  498. .ui.floated.header,
  499. .ui.left.floated.header {
  500. float: left;
  501. margin-top: 0em;
  502. margin-right: 0.5em;
  503. }
  504. .ui.right.floated.header {
  505. float: right;
  506. margin-top: 0em;
  507. margin-left: 0.5em;
  508. }
  509. /*-------------------
  510. Fittted
  511. --------------------*/
  512. .ui.fitted.header {
  513. padding: 0em;
  514. }
  515. /*-------------------
  516. Dividing
  517. --------------------*/
  518. .ui.dividing.header {
  519. padding-bottom: 0.2rem;
  520. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  521. }
  522. .ui.dividing.header .sub.header {
  523. padding-bottom: 0.5rem;
  524. }
  525. .ui.dividing.header .icon {
  526. margin-bottom: 0.2em;
  527. }
  528. .ui.inverted.dividing.header {
  529. border-bottom-color: rgba(255, 255, 255, 0.2);
  530. }
  531. /*-------------------
  532. Block
  533. --------------------*/
  534. .ui.block.header {
  535. background: #fafafa -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  536. background: #fafafa linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  537. padding: 0.75rem 1rem;
  538. box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
  539. border: 1px solid #dddddd;
  540. border-radius: 0.3125rem;
  541. }
  542. .ui.tiny.block.header {
  543. font-size: 0.9em;
  544. }
  545. .ui.small.block.header {
  546. font-size: 1em;
  547. }
  548. .ui.block.header {
  549. font-size: 1.1em;
  550. }
  551. .ui.large.block.header {
  552. font-size: 1.2em;
  553. }
  554. .ui.huge.block.header {
  555. font-size: 1.33em;
  556. }
  557. /*-------------------
  558. Attached
  559. --------------------*/
  560. .ui.attached.header {
  561. background: #fafafa -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  562. background: #fafafa linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  563. margin: 0em;
  564. padding: 0.75rem 1rem;
  565. box-shadow: 0px 0px 0px 1px #dddddd;
  566. border: none;
  567. margin-left: 0px;
  568. margin-right: 0px;
  569. }
  570. .ui.attached:not(.top):not(.bottom) {
  571. margin-top: 0em;
  572. margin-bottom: 0em;
  573. border-top: none;
  574. border-bottom: none;
  575. }
  576. .ui.top.attached.header {
  577. margin-bottom: 0em;
  578. border-bottom: none;
  579. border-radius: 0.3125rem 0.3125rem 0em 0em;
  580. }
  581. .ui.bottom.attached.header {
  582. margin-top: 0em;
  583. border-top: none;
  584. border-radius: 0em 0em 0.3125rem 0.3125rem;
  585. }
  586. /* Attached Sizes */
  587. .ui.tiny.attached.header {
  588. font-size: 0.9em;
  589. }
  590. .ui.small.attached.header {
  591. font-size: 1em;
  592. }
  593. .ui.attached.header {
  594. font-size: 1.1em;
  595. }
  596. .ui.large.attached.header {
  597. font-size: 1.2em;
  598. }
  599. .ui.huge.attached.header {
  600. font-size: 1.33em;
  601. }
  602. /*-------------------
  603. Sizing
  604. --------------------*/
  605. .ui.header {
  606. font-size: 1.3em;
  607. }
  608. /*******************************
  609. Overrides
  610. *******************************/
  611. /*******************************
  612. Overrides
  613. *******************************/