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.

1332 lines
32 KiB

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
  1. /*
  2. * # Semantic Menu
  3. * http://github.com/quirkyinc/semantic
  4. *
  5. *
  6. * Copyright 2013 Contributors
  7. * Released under the MIT license
  8. * http://opensource.org/licenses/MIT
  9. *
  10. * Released: April 17 2013
  11. */
  12. /*******************************
  13. Standard
  14. *******************************/
  15. /*--------------
  16. Menu
  17. ---------------*/
  18. .ui.menu {
  19. margin: 1rem 0rem;
  20. background-color: #FFFFFF;
  21. font-size: 0px;
  22. -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  23. -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  24. box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  25. -webkit-border-radius: 0.1875rem;
  26. -moz-border-radius: 0.1875rem;
  27. border-radius: 0.1875rem;
  28. }
  29. .ui.menu:first-child {
  30. margin-top: 0rem;
  31. }
  32. .ui.menu:last-child {
  33. margin-bottom: 0rem;
  34. }
  35. .ui.menu:after {
  36. content: ".";
  37. display: block;
  38. height: 0;
  39. clear: both;
  40. visibility: hidden;
  41. }
  42. .ui.menu > .item:first-child {
  43. border-radius: 0.1875em 0px 0px 0.1875em;
  44. }
  45. .ui.menu > .item:last-child {
  46. border-radius: 0px 0.1875em 0.1875em 0px;
  47. }
  48. .ui.menu .item,
  49. .ui.menu .item > a {
  50. -webkit-user-select: none;
  51. -moz-user-select: none;
  52. -ms-user-select: none;
  53. user-select: none;
  54. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  55. vertical-align: middle;
  56. line-height: 1;
  57. -webkit-box-sizing: border-box;
  58. -moz-box-sizing: border-box;
  59. -ms-box-sizing: border-box;
  60. box-sizing: border-box;
  61. -webkit-transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  62. -moz-transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  63. -o-transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  64. -ms-transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  65. transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  66. }
  67. /*--------------
  68. Colors
  69. ---------------*/
  70. /* Text Color */
  71. .ui.menu .item,
  72. .ui.menu .item > a {
  73. color: rgba(0, 0, 0, 0.75);
  74. }
  75. .ui.menu .item > a:hover {
  76. background-color: rgba(0, 0, 0, 0.03);
  77. color: rgba(0, 0, 0, 0.8);
  78. }
  79. .ui.menu .item .item,
  80. .ui.menu .item .item > a {
  81. color: rgba(30, 30, 30, 0.8);
  82. }
  83. .ui.menu .item .item .item,
  84. .ui.menu .item .item .item > a {
  85. color: rgba(30, 30, 30, 0.6);
  86. }
  87. .ui.menu .dropdown.item .menu .item,
  88. .ui.menu .dropdown.item .menu .item a {
  89. color: rgba(0, 0, 0, 0.75);
  90. }
  91. /* Hover */
  92. .ui.menu .item .menu a.item:hover,
  93. .ui.menu .item .menu a.item.hover,
  94. .ui.menu .item .menu .link.item:hover,
  95. .ui.menu .item .menu .link.item.hover {
  96. color: rgba(35, 35, 35, 0.95);
  97. }
  98. .ui.menu .dropdown.item .menu .item a:hover {
  99. color: rgba(0, 0, 0, 0.9);
  100. }
  101. /* Active */
  102. .ui.menu .active.item,
  103. .ui.menu .active.item a {
  104. color: rgba(0, 0, 0, 0.95);
  105. -moz-border-radius: 0px;
  106. -webkit-border-radius: 0px;
  107. border-radius: 0px;
  108. }
  109. /*--------------
  110. Items
  111. ---------------*/
  112. .ui.menu .item {
  113. position: relative;
  114. display: inline-block;
  115. padding: 0.75em 0.95em;
  116. border-top: 0em solid rgba(0, 0, 0, 0);
  117. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  118. -moz-user-select: -moz-none;
  119. -khtml-user-select: none;
  120. user-select: none;
  121. }
  122. .ui.menu .item > a {
  123. display: block;
  124. margin: -0.75em -0.95em;
  125. padding: 0.75em 0.95em;
  126. }
  127. .ui.menu .menu {
  128. margin: 0em;
  129. }
  130. .ui.menu .item.left,
  131. .ui.menu .menu.left {
  132. float: left;
  133. }
  134. .ui.menu .item.right,
  135. .ui.menu .menu.right {
  136. float: right;
  137. }
  138. /*--------------
  139. Borders
  140. ---------------*/
  141. .ui.menu .item:before {
  142. position: absolute;
  143. content: '';
  144. top: 0%;
  145. right: 0px;
  146. width: 1px;
  147. height: 100%;
  148. background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%);
  149. background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%);
  150. background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%);
  151. background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%);
  152. background-image: linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%);
  153. }
  154. .ui.menu .menu.right .item:before,
  155. .ui.menu .item.right:before {
  156. right: auto;
  157. left: 0px;
  158. }
  159. .ui.menu .item:last-child::before {
  160. display: none;
  161. }
  162. /*--------------
  163. Text Content
  164. ---------------*/
  165. .ui.menu .text.item > *,
  166. .ui.menu .item > p:only-child {
  167. -webkit-user-select: text;
  168. -moz-user-select: text;
  169. -ms-user-select: text;
  170. user-select: text;
  171. line-height: 1.3;
  172. color: rgba(0, 0, 0, 0.6);
  173. }
  174. .ui.menu .item > p:first-child {
  175. margin-top: 0px;
  176. }
  177. .ui.menu .item > p:only-child {
  178. margin: 0px;
  179. }
  180. /*--------------
  181. Form Content
  182. ---------------*/
  183. .ui.menu .input,
  184. .ui.menu .input input {
  185. width: 100%;
  186. }
  187. .ui.menu input {
  188. margin: 0.25em 0em;
  189. padding-top: 0.55em;
  190. padding-bottom: 0.55em;
  191. }
  192. /*--------------
  193. Header
  194. ---------------*/
  195. .ui.menu .header.item {
  196. background-color: rgba(0, 0, 0, 0.04);
  197. margin: 0em;
  198. }
  199. .ui.vertical.menu .header.item {
  200. font-weight: bold;
  201. }
  202. /*--------------
  203. Dropdowns
  204. ---------------*/
  205. .ui.menu .dropdown.item .menu .item {
  206. color: rgba(0, 0, 0, 0.75);
  207. }
  208. .ui.menu .ui.dropdown .menu .item:before {
  209. display: none;
  210. }
  211. /*--------------
  212. Labels
  213. ---------------*/
  214. .ui.menu .item > .label,
  215. .ui.menu .item > a > .label {
  216. font-size: 0.875em;
  217. margin: -0.3em 0em -0.3em 0.3em;
  218. padding: 0.3em 0.8em;
  219. vertical-align: baseline;
  220. text-transform: none;
  221. }
  222. .ui.menu .item > .floating.label,
  223. .ui.menu .item > a > .floating.label {
  224. padding: 0.3em 0.8em;
  225. }
  226. /*--------------
  227. Images
  228. ---------------*/
  229. .ui.menu .item > img:only-child {
  230. display: block;
  231. max-width: 100%;
  232. margin: 0em auto;
  233. }
  234. /*******************************
  235. States
  236. *******************************/
  237. /*--------------
  238. Hover
  239. ---------------*/
  240. /* Pseudo states cautiously used for convenience */
  241. .ui.link.menu .item:hover,
  242. .ui.menu .item.hover,
  243. .ui.menu .link.item:hover,
  244. .ui.menu a.item:hover,
  245. .ui.menu .ui.dropdown .menu .item.hover,
  246. .ui.menu .ui.dropdown .menu .item:hover {
  247. cursor: pointer;
  248. background-color: rgba(0, 0, 0, 0.02);
  249. }
  250. .ui.menu .ui.dropdown.hover,
  251. .ui.menu .ui.dropdown:hover {
  252. -webkit-border-bottom-right-radius: 0em;
  253. -moz-border-bottom-right-radius: 0em;
  254. border-bottom-right-radius: 0em;
  255. -webkit-border-bottom-left-radius: 0em;
  256. -moz-border-bottom-left-radius: 0em;
  257. border-bottom-left-radius: 0em;
  258. }
  259. /*--------------
  260. Down
  261. ---------------*/
  262. .ui.link.menu .item:active,
  263. .ui.menu .item.down,
  264. .ui.menu .link.item:active,
  265. .ui.menu a.item:active,
  266. .ui.menu .item > a:active,
  267. .ui.menu .ui.dropdown .menu .item.down,
  268. .ui.menu .ui.dropdown .menu .item:active {
  269. background-color: rgba(0, 0, 0, 0.05);
  270. }
  271. /*--------------
  272. Active
  273. ---------------*/
  274. .ui.menu .active.item {
  275. padding-top: 0.55em;
  276. border-top: 0.2em solid rgba(50, 50, 50, 0.8);
  277. color: rgba(0, 0, 0, 0.95);
  278. background-color: rgba(0, 0, 0, 0.01);
  279. }
  280. .ui.vertical.menu .active.item {
  281. border-left: 0.2em solid rgba(50, 50, 50, 0.8);
  282. padding-top: 0.75em;
  283. padding-left: 0.76em;
  284. -webkit-border-radius: 0em;
  285. -moz-border-radius: 0em;
  286. border-radius: 0em;
  287. }
  288. .ui.vertical.menu > .active.item:first-child {
  289. -webkit-border-radius: 0em 0.1875em 0em 0em;
  290. -moz-border-radius: 0em 0.1875em 0em 0em;
  291. border-radius: 0em 0.1875em 0em 0em;
  292. }
  293. .ui.vertical.menu > .active.item:last-child {
  294. -webkit-border-radius: 0em 0em 0.1875em 0em;
  295. -moz-border-radius: 0em 0em 0.1875em 0em;
  296. border-radius: 0em 0em 0.1875em 0em;
  297. }
  298. .ui.vertical.menu > .active.item:only-child {
  299. -webkit-border-radius: 0em 0.1875em 0.1875em 0em;
  300. -moz-border-radius: 0em 0.1875em 0.1875em 0em;
  301. border-radius: 0em 0.1875em 0.1875em 0em;
  302. }
  303. .ui.vertical.menu .active.item .menu .active.item {
  304. border-left: none;
  305. }
  306. .ui.vertical.menu .active.item .menu .active.item {
  307. padding-left: 1.5rem;
  308. }
  309. .ui.vertical.menu .item .menu .active.item {
  310. background-color: rgba(0, 0, 0, 0.03);
  311. border-left: none;
  312. }
  313. /*--------------
  314. Disabled
  315. ---------------*/
  316. .ui.menu .item.disabled,
  317. .ui.menu .item.disabled:hover,
  318. .ui.menu .item.disabled.hover {
  319. cursor: default;
  320. color: rgba(0, 0, 0, 0.2);
  321. background-color: transparent;
  322. }
  323. /*--------------------
  324. Loading
  325. ---------------------*/
  326. /* On Form */
  327. .ui.menu.loading {
  328. position: relative;
  329. }
  330. .ui.menu.loading:after {
  331. position: absolute;
  332. top: 0%;
  333. left: 0%;
  334. content: '';
  335. width: 100%;
  336. height: 100%;
  337. background: rgba(255, 255, 255, 0.8) url(../images/loader-large.gif) no-repeat 50% 50%;
  338. visibility: visible;
  339. }
  340. /*******************************
  341. Types
  342. *******************************/
  343. /*--------------
  344. Vertical
  345. ---------------*/
  346. .ui.vertical.menu .item {
  347. display: block;
  348. border-top: none;
  349. border-left: 0em solid rgba(0, 0, 0, 0);
  350. border-right: none;
  351. }
  352. .ui.vertical.menu > .item:first-child {
  353. border-radius: 0.1875em 0.1875em 0px 0px;
  354. }
  355. .ui.vertical.menu > .item:last-child {
  356. border-radius: 0px 0px 0.1875em 0.1875em;
  357. }
  358. .ui.vertical.menu .item > .icon {
  359. float: right;
  360. width: 1.22em;
  361. margin: 0em 0em 0em 0.5em;
  362. }
  363. /*--- Border ---*/
  364. .ui.vertical.menu .item:before {
  365. position: absolute;
  366. content: '';
  367. top: 0%;
  368. left: 0px;
  369. width: 100%;
  370. height: 1px;
  371. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%);
  372. background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%);
  373. background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%);
  374. background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%);
  375. background-image: linear-gradient(left, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%);
  376. }
  377. .ui.vertical.menu .item:first-child:before {
  378. background-image: none;
  379. }
  380. .ui.vertical.menu .item:last-child::before {
  381. display: block;
  382. }
  383. /*--- Dropdown ---*/
  384. .ui.vertical.menu .dropdown.item > i {
  385. float: right;
  386. }
  387. .ui.vertical.menu .simple.dropdown.item .menu {
  388. top: 0% !important;
  389. left: 100%;
  390. margin: 0em;
  391. }
  392. .ui.vertical.menu .dropdown.item .menu .item {
  393. font-size: 0.875em;
  394. padding: 0.75em 1em;
  395. }
  396. .ui.vertical.menu .dropdown.item .menu .item .icon {
  397. margin-right: 0em;
  398. }
  399. /*--- Sub Menu ---*/
  400. .ui.vertical.menu .item > .menu {
  401. margin: 0.5em -0.95em 0em;
  402. }
  403. .ui.vertical.menu .item > .menu > .item {
  404. padding: 0.5rem 1.5rem;
  405. font-size: 0.875em;
  406. }
  407. .ui.vertical.menu .item > .menu > .item:before {
  408. display: none;
  409. }
  410. .ui.vertical.menu .item > .menu > .item > a {
  411. margin: -0.5rem -1.5rem;
  412. padding: 0.5rem 1.5rem;
  413. }
  414. /*--------------
  415. Tiered
  416. ---------------*/
  417. .ui.tiered.menu > .menu > .item {
  418. color: rgba(0, 0, 0, 0.5);
  419. }
  420. .ui.tiered.menu > .menu > .item:hover,
  421. .ui.tiered.menu > .menu > .item.hover {
  422. color: rgba(0, 0, 0, 0.8);
  423. }
  424. .ui.tiered.menu .item.active {
  425. box-shadow: 0px 1px 0px 0px #FBFBFB;
  426. color: rgba(0, 0, 0, 0.8);
  427. }
  428. .ui.tiered.menu .sub.menu {
  429. background-color: rgba(0, 0, 0, 0.01);
  430. border-radius: 0em;
  431. border-top: 1px solid rgba(0, 0, 0, 0.1);
  432. box-shadow: none;
  433. color: #FFFFFF;
  434. }
  435. .ui.tiered.menu .sub.menu .item {
  436. font-size: 0.875rem;
  437. }
  438. .ui.tiered.menu .sub.menu .item:before {
  439. background-image: none;
  440. }
  441. .ui.tiered.menu .sub.menu .active.item {
  442. padding-top: 0.75em;
  443. background-color: transparent;
  444. border-radius: 0 0 0 0;
  445. border-top: medium none;
  446. box-shadow: none;
  447. color: rgba(0, 0, 0, 0.7);
  448. }
  449. /* Inverted */
  450. .ui.inverted.tiered.menu > .menu > .item {
  451. color: rgba(255, 255, 255, 0.5);
  452. }
  453. .ui.inverted.tiered.menu .sub.menu {
  454. background-color: rgba(0, 0, 0, 0.2);
  455. }
  456. .ui.inverted.tiered.menu .sub.menu .item {
  457. color: rgba(255, 255, 255, 0.6);
  458. }
  459. .ui.inverted.tiered.menu > .menu > .item:hover,
  460. .ui.inverted.tiered.menu > .menu > .item.hover {
  461. color: rgba(255, 255, 255, 0.9);
  462. }
  463. .ui.inverted.tiered.menu > .sub.menu > .active.item,
  464. .ui.inverted.tiered.menu > .menu > .active.item {
  465. color: #ffffff;
  466. -webkit-box-shadow: none;
  467. -moz-box-shadow: none;
  468. box-shadow: none;
  469. }
  470. /* Tiered pointing */
  471. .ui.pointing.tiered.menu > .menu > .item:after {
  472. display: none;
  473. }
  474. .ui.pointing.tiered.menu > .sub.menu > .item:after {
  475. display: block;
  476. }
  477. /*--------------
  478. Tiered
  479. ---------------*/
  480. .ui.tabular.menu {
  481. background-color: transparent;
  482. border-bottom: 1px solid #DCDDDE;
  483. -webkit-box-shadow: none;
  484. -moz-box-shadow: none;
  485. box-shadow: none;
  486. }
  487. .ui.tabular.menu .item {
  488. background-color: transparent;
  489. font-weight: bold;
  490. padding-left: 1.4em;
  491. padding-right: 1.4em;
  492. color: #9DA6AB;
  493. }
  494. .ui.tabular.menu .item:before {
  495. display: none;
  496. }
  497. /* Hover */
  498. .ui.tabular.menu .item:hover {
  499. background-color: transparent;
  500. color: #5D6266;
  501. }
  502. /* Active */
  503. .ui.tabular.menu .active.item {
  504. position: relative;
  505. top: 1px;
  506. background-color: #FFFFFF;
  507. color: #5D6266;
  508. border-left: 1px solid #DCDDDE;
  509. border-right: 1px solid #DCDDDE;
  510. border-top: 1px solid #DCDDDE;
  511. padding-top: 0.75em;
  512. -webkit-border-radius: 5px 5px 0 0;
  513. -moz-border-radius: 5px 5px 0 0;
  514. border-radius: 5px 5px 0 0;
  515. }
  516. /*--------------
  517. Pagination
  518. ---------------*/
  519. .ui.pagination.menu {
  520. margin: 0em;
  521. display: inline-block;
  522. }
  523. .ui.pagination.menu .item {
  524. min-width: 2.7em;
  525. min-height: 2.55em;
  526. text-align: center;
  527. }
  528. .ui.pagination.menu.floated {
  529. display: block;
  530. }
  531. /* active */
  532. .ui.pagination.menu .active.item {
  533. border-top: none;
  534. padding-top: 0.75em;
  535. background-color: rgba(0, 0, 0, 0.05);
  536. }
  537. /*--------------
  538. Secondary
  539. ---------------*/
  540. .ui.secondary.menu {
  541. background-color: transparent;
  542. -webkit-box-shadow: none;
  543. -moz-box-shadow: none;
  544. box-shadow: none;
  545. -webkit-border-radius: 0px;
  546. -moz-border-radius: 0px;
  547. border-radius: 0px;
  548. }
  549. .ui.secondary.menu > .item {
  550. -webkit-box-shadow: none;
  551. -moz-box-shadow: none;
  552. box-shadow: none;
  553. border: none;
  554. min-height: 0em !important;
  555. margin: 0em 0.25em;
  556. padding: 0.5em 1em;
  557. -webkit-border-radius: 0.3125em;
  558. -moz-border-radius: 0.3125em;
  559. border-radius: 0.3125em;
  560. }
  561. .ui.secondary.menu > .item:before {
  562. display: none !important;
  563. }
  564. .ui.secondary.menu .link.item,
  565. .ui.secondary.menu a.item {
  566. color: rgba(0, 0, 0, 0.4);
  567. }
  568. .ui.secondary.menu .header.item {
  569. background-color: transparent;
  570. border-right: 0.1em solid rgba(0, 0, 0, 0.1);
  571. -webkit-border-radius: 0em;
  572. -moz-border-radius: 0em;
  573. border-radius: 0em;
  574. }
  575. /* active */
  576. .ui.secondary.menu > .active.item {
  577. border-top: none;
  578. padding-top: 0.5em;
  579. background-color: rgba(0, 0, 0, 0.08);
  580. color: rgba(0, 0, 0, 0.8);
  581. }
  582. .ui.secondary.vertical.menu > .active.item {
  583. -webkit-border-radius: 0.3125em;
  584. -moz-border-radius: 0.3125em;
  585. border-radius: 0.3125em;
  586. }
  587. .ui.secondary.inverted.menu > .active.item {
  588. background-color: rgba(255, 255, 255, 0.2);
  589. }
  590. /* disable variations */
  591. .ui.secondary.item.menu > .item {
  592. margin: 0em;
  593. }
  594. .ui.secondary.attached.menu {
  595. -webkit-box-shadow: none;
  596. -moz-box-shadow: none;
  597. box-shadow: none;
  598. }
  599. /*---------------------
  600. Secondary Pointing
  601. -----------------------*/
  602. .ui.secondary.pointing.menu {
  603. border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  604. }
  605. .ui.secondary.pointing.menu > .item {
  606. margin: 0em 0em -3px;
  607. padding: 0.6em 0.95em;
  608. border-bottom: 3px solid rgba(0, 0, 0, 0);
  609. -webkit-border-radius: 0em;
  610. -moz-border-radius: 0em;
  611. border-radius: 0em;
  612. -webkit-transition: color 0.2s
  613. ;
  614. -moz-transition: color 0.2s
  615. ;
  616. -o-transition: color 0.2s
  617. ;
  618. -ms-transition: color 0.2s
  619. ;
  620. transition: color 0.2s
  621. ;
  622. }
  623. .ui.secondary.pointing.menu > .item:after {
  624. display: none;
  625. }
  626. /* Hover */
  627. .ui.secondary.pointing.menu > .item.hover,
  628. .ui.secondary.pointing.menu > .item:hover {
  629. background-color: transparent;
  630. color: rgba(0, 0, 0, 0.7);
  631. }
  632. /* Down */
  633. .ui.secondary.pointing.menu > .item:active,
  634. .ui.secondary.pointing.menu > .item.down {
  635. background-color: transparent;
  636. border-color: rgba(0, 0, 0, 0.2);
  637. }
  638. /* Active */
  639. .ui.secondary.pointing.menu > .item.active {
  640. background-color: transparent;
  641. border-color: rgba(0, 0, 0, 0.4);
  642. }
  643. /*---------------------
  644. Secondary Vertical
  645. -----------------------*/
  646. .ui.secondary.vertical.pointing.menu {
  647. border: none;
  648. border-right: 3px solid rgba(0, 0, 0, 0.1);
  649. }
  650. .ui.secondary.vertical.menu > .item {
  651. border: none;
  652. margin: 0em 0em 0.3em;
  653. padding: 0.6em 0.8em;
  654. -webkit-border-radius: 0.1875em;
  655. -moz-border-radius: 0.1875em;
  656. border-radius: 0.1875em;
  657. }
  658. .ui.secondary.vertical.menu > .header.item {
  659. -webkit-border-radius: 0em;
  660. -moz-border-radius: 0em;
  661. border-radius: 0em;
  662. }
  663. .ui.secondary.vertical.pointing.menu > .item {
  664. margin: 0em -3px 0em 0em;
  665. border-bottom: none;
  666. border-right: 3px solid transparent;
  667. -webkit-border-radius: 0em;
  668. -moz-border-radius: 0em;
  669. border-radius: 0em;
  670. }
  671. /* Hover */
  672. .ui.secondary.vertical.pointing.menu > .item.hover,
  673. .ui.secondary.vertical.pointing.menu > .item:hover {
  674. background-color: transparent;
  675. color: rgba(0, 0, 0, 0.7);
  676. }
  677. /* Down */
  678. .ui.secondary.vertical.pointing.menu > .item:active,
  679. .ui.secondary.vertical.pointing.menu > .item.down {
  680. background-color: transparent;
  681. border-color: rgba(0, 0, 0, 0.2);
  682. }
  683. /* Active */
  684. .ui.secondary.vertical.pointing.menu > .item.active {
  685. background-color: transparent;
  686. border-color: rgba(0, 0, 0, 0.4);
  687. color: rgba(0, 0, 0, 0.85);
  688. }
  689. /*--------------
  690. Inverted
  691. ---------------*/
  692. .ui.secondary.inverted.menu {
  693. background-color: transparent;
  694. }
  695. .ui.secondary.inverted.pointing.menu {
  696. border-bottom: 3px solid rgba(255, 255, 255, 0.1);
  697. }
  698. .ui.secondary.inverted.pointing.menu > .item {
  699. color: rgba(255, 255, 255, 0.7);
  700. }
  701. /* Hover */
  702. .ui.secondary.inverted.pointing.menu > .item.hover,
  703. .ui.secondary.inverted.pointing.menu > .item:hover {
  704. color: rgba(255, 255, 255, 0.85);
  705. }
  706. /* Down */
  707. .ui.secondary.inverted.pointing.menu > .item:active,
  708. .ui.secondary.inverted.pointing.menu > .item.down {
  709. border-color: rgba(255, 255, 255, 0.4) !important;
  710. }
  711. /* Active */
  712. .ui.secondary.inverted.pointing.menu > .item.active {
  713. border-color: rgba(255, 255, 255, 0.8) !important;
  714. color: #ffffff;
  715. }
  716. /*---------------------
  717. Inverted Vertical
  718. ----------------------*/
  719. .ui.secondary.inverted.vertical.pointing.menu {
  720. border-right: 3px solid rgba(255, 255, 255, 0.1);
  721. border-bottom: none;
  722. }
  723. /*--------------
  724. Text Menu
  725. ---------------*/
  726. .ui.text.menu {
  727. background-color: transparent;
  728. margin: 1rem -1rem;
  729. -moz-border-radius: 0px;
  730. -webkit-border-radius: 0px;
  731. border-radius: 0px;
  732. -webkit-box-shadow: none;
  733. -moz-box-shadow: none;
  734. box-shadow: none;
  735. }
  736. .ui.text.menu > .item {
  737. opacity: 0.6;
  738. margin: 0em 1em;
  739. padding: 0em;
  740. min-height: 0em !important;
  741. -webkit-border-radius: 0px;
  742. -moz-border-radius: 0px;
  743. border-radius: 0px;
  744. -webkit-box-shadow: none;
  745. -moz-box-shadow: none;
  746. box-shadow: none;
  747. color: rgba(0, 0, 0, 0.6);
  748. -webkit-transition: opacity 0.2s ease
  749. ;
  750. -moz-transition: opacity 0.2s ease
  751. ;
  752. -o-transition: opacity 0.2s ease
  753. ;
  754. -ms-transition: opacity 0.2s ease
  755. ;
  756. transition: opacity 0.2s ease
  757. ;
  758. }
  759. .ui.text.menu > .item:before {
  760. display: none !important;
  761. }
  762. .ui.text.menu .header.item {
  763. background-color: transparent;
  764. opacity: 1;
  765. color: rgba(50, 50, 50, 0.8);
  766. font-size: 0.875rem;
  767. padding: 0em;
  768. text-transform: uppercase;
  769. font-weight: bold;
  770. }
  771. .ui.text.menu .header.item > a {
  772. background-color: transparent;
  773. }
  774. /*--- fluid text ---*/
  775. .ui.text.item.menu .item {
  776. margin: 0em;
  777. }
  778. /*--- vertical text ---*/
  779. .ui.vertical.text.menu {
  780. margin: 1rem 0em;
  781. }
  782. .ui.vertical.text.menu:first-child {
  783. margin-top: 0rem;
  784. }
  785. .ui.vertical.text.menu:last-child {
  786. margin-bottom: 0rem;
  787. }
  788. .ui.vertical.text.menu .item {
  789. float: left;
  790. clear: left;
  791. margin: 0.5em 0em;
  792. }
  793. .ui.vertical.text.menu .item > .icon {
  794. float: none;
  795. margin: 0em 0.75em 0em 0em;
  796. }
  797. .ui.vertical.text.menu .header.item {
  798. margin: 0.8em 0em;
  799. }
  800. /*--- hover ---*/
  801. .ui.text.menu .item.hover,
  802. .ui.text.menu .item:hover {
  803. opacity: 1;
  804. background-color: transparent;
  805. }
  806. /*--- active ---*/
  807. .ui.text.menu .active.item {
  808. background-color: transparent;
  809. padding: 0em;
  810. border: none;
  811. opacity: 1;
  812. font-weight: bold;
  813. }
  814. /* disable variations */
  815. .ui.text.pointing.menu .active.item:after {
  816. -webkit-box-shadow: none;
  817. -moz-box-shadow: none;
  818. box-shadow: none;
  819. }
  820. .ui.text.attached.menu {
  821. -webkit-box-shadow: none;
  822. -moz-box-shadow: none;
  823. box-shadow: none;
  824. }
  825. .ui.inverted.text.menu,
  826. .ui.inverted.text.menu .item,
  827. .ui.inverted.text.menu .item:hover,
  828. .ui.inverted.text.menu .item.active {
  829. background-color: transparent;
  830. }
  831. /* colors */
  832. .ui.green.text.menu .active.item {
  833. color: #A1CF64;
  834. }
  835. .ui.red.text.menu .active.item {
  836. color: #EF4D6D;
  837. }
  838. .ui.blue.text.menu .active.item {
  839. color: #6ECFF5;
  840. }
  841. .ui.purple.text.menu .active.item {
  842. color: #564F8A;
  843. }
  844. .ui.orange.text.menu .active.item {
  845. color: #F05940;
  846. }
  847. .ui.teal.text.menu .active.item {
  848. color: #00B5AD;
  849. }
  850. /*--------------
  851. Icon Only
  852. ---------------*/
  853. .ui.icon.menu,
  854. .ui.vertical.icon.menu {
  855. width: auto;
  856. display: inline-block;
  857. min-height: 0em;
  858. }
  859. .ui.icon.menu .item {
  860. text-align: center;
  861. color: rgba(60, 60, 60, 0.7);
  862. }
  863. .ui.icon.menu .item .icon {
  864. display: block;
  865. float: none;
  866. opacity: 1;
  867. margin: 0em auto;
  868. }
  869. .ui.icon.menu .icon:before {
  870. opacity: 1;
  871. }
  872. /* Item Icon Only */
  873. .ui.menu .icon.item .icon {
  874. margin: 0em;
  875. }
  876. /*--- inverted ---*/
  877. .ui.inverted.icon.menu .item {
  878. color: rgba(255, 255, 255, 0.8);
  879. }
  880. .ui.inverted.icon.menu .icon {
  881. color: #ffffff;
  882. }
  883. /*--------------
  884. Labeled Icon
  885. ---------------*/
  886. .ui.labeled.icon.menu {
  887. text-align: center;
  888. }
  889. .ui.labeled.icon.menu .icon {
  890. display: block;
  891. font-size: 1.5em;
  892. margin: 0em auto 0.3em;
  893. }
  894. /*******************************
  895. Variations
  896. *******************************/
  897. /*--------------
  898. Colors
  899. ---------------*/
  900. /*--- Light Colors ---*/
  901. .ui.menu .green.active.item,
  902. .ui.green.menu .active.item {
  903. border-color: #A1CF64 !important;
  904. }
  905. .ui.menu .red.active.item,
  906. .ui.red.menu .active.item {
  907. border-color: #EF4D6D !important;
  908. }
  909. .ui.menu .blue.active.item,
  910. .ui.blue.menu .active.item {
  911. border-color: #6ECFF5 !important;
  912. }
  913. .ui.menu .purple.active.item,
  914. .ui.purple.menu .active.item {
  915. border-color: #564F8A !important;
  916. }
  917. .ui.menu .orange.active.item,
  918. .ui.orange.menu .active.item {
  919. border-color: #F05940 !important;
  920. }
  921. .ui.menu .teal.active.item,
  922. .ui.teal.menu .active.item {
  923. border-color: #00B5AD !important;
  924. }
  925. /*--------------
  926. Inverted
  927. ---------------*/
  928. .ui.inverted.menu {
  929. background-color: #333333;
  930. box-shadow: none;
  931. }
  932. .ui.inverted.menu .header.item {
  933. margin: 0em;
  934. background-color: rgba(0, 0, 0, 0.3);
  935. -webkit-box-shadow: none;
  936. -moz-box-shadow: none;
  937. box-shadow: none;
  938. }
  939. .ui.inverted.menu .item,
  940. .ui.inverted.menu .item > a {
  941. color: #FFFFFF;
  942. }
  943. .ui.inverted.menu .item .item,
  944. .ui.inverted.menu .item .item > a {
  945. color: rgba(255, 255, 255, 0.8);
  946. }
  947. .ui.inverted.menu .item .item > a:hover {
  948. background-color: rgba(255, 255, 255, 0.03);
  949. color: rgba(255, 255, 255, 0.9);
  950. }
  951. .ui.inverted.menu .item > p:only-child {
  952. color: rgba(255, 255, 255, 0.75);
  953. }
  954. .ui.inverted.menu .dropdown.item .menu .item,
  955. .ui.inverted.menu .dropdown.item .menu .item a {
  956. color: rgba(0, 0, 0, 0.75) !important;
  957. }
  958. .ui.inverted.menu .item.disabled,
  959. .ui.inverted.menu .item.disabled:hover,
  960. .ui.inverted.menu .item.disabled.hover {
  961. color: rgba(255, 255, 255, 0.2);
  962. }
  963. /*--- Border ---*/
  964. .ui.inverted.menu .item:before {
  965. background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
  966. background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
  967. background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
  968. background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
  969. background-image: linear-gradient(top, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
  970. }
  971. .ui.vertical.inverted.menu .item:before {
  972. background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
  973. background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
  974. background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
  975. background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
  976. background-image: linear-gradient(left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
  977. }
  978. /*--- Hover ---*/
  979. .ui.link.inverted.menu .item:hover,
  980. .ui.inverted.menu .item.hover,
  981. .ui.inverted.menu .link.item:hover,
  982. .ui.inverted.menu a.item:hover,
  983. .ui.inverted.menu .dropdown.item.hover,
  984. .ui.inverted.menu .dropdown.item:hover {
  985. background-color: rgba(255, 255, 255, 0.1);
  986. }
  987. .ui.inverted.menu a.item:hover,
  988. .ui.inverted.menu .item.hover,
  989. .ui.inverted.menu .item > a:hover,
  990. .ui.inverted.menu .item .menu a.item:hover,
  991. .ui.inverted.menu .item .menu a.item.hover,
  992. .ui.inverted.menu .item .menu .link.item:hover,
  993. .ui.inverted.menu .item .menu .link.item.hover {
  994. color: #ffffff;
  995. }
  996. /*--- Down ---*/
  997. .ui.inverted.menu .item.down,
  998. .ui.inverted.menu a.item:active,
  999. .ui.inverted.menu .item > a:active,
  1000. .ui.inverted.menu .item.down,
  1001. .ui.inverted.menu .dropdown.item:active,
  1002. .ui.inverted.menu .link.item:active,
  1003. .ui.inverted.menu a.item:active {
  1004. background-color: rgba(255, 255, 255, 0.15);
  1005. }
  1006. /*--- Active ---*/
  1007. .ui.inverted.menu .active.item {
  1008. border-color: transparent !important;
  1009. background-color: rgba(255, 255, 255, 0.2);
  1010. }
  1011. .ui.inverted.menu .active.item,
  1012. .ui.inverted.menu .active.item a {
  1013. color: #ffffff;
  1014. }
  1015. .ui.inverted.vertical.menu .item .menu .active.item {
  1016. background-color: rgba(255, 255, 255, 0.2);
  1017. color: #ffffff;
  1018. }
  1019. /*--- Pointers ---*/
  1020. .ui.inverted.pointing.menu .active.item:after {
  1021. background-color: #505050;
  1022. box-shadow: none;
  1023. }
  1024. .ui.inverted.pointing.menu .active.item:hover:after {
  1025. background-color: #3B3B3B;
  1026. }
  1027. /*--------------
  1028. Floated
  1029. ---------------*/
  1030. .ui.floated.menu {
  1031. float: left;
  1032. margin: 0rem 0.5rem 0rem 0rem;
  1033. }
  1034. .ui.right.floated.menu {
  1035. float: right;
  1036. margin: 0rem 0rem 0rem 0.5rem;
  1037. }
  1038. /*--------------
  1039. Inverted Colors
  1040. ---------------*/
  1041. /*--- Light Colors ---*/
  1042. .ui.grey.menu {
  1043. background-color: #F0F0F0;
  1044. }
  1045. /*--- Inverted Colors ---*/
  1046. .ui.inverted.green.menu {
  1047. background-color: #A1CF64;
  1048. }
  1049. .ui.inverted.green.pointing.menu .active.item:after {
  1050. background-color: #A1CF64;
  1051. }
  1052. .ui.inverted.red.menu {
  1053. background-color: #EF4D6D;
  1054. }
  1055. .ui.inverted.red.pointing.menu .active.item:after {
  1056. background-color: #F16883;
  1057. }
  1058. .ui.inverted.blue.menu {
  1059. background-color: #6ECFF5;
  1060. }
  1061. .ui.inverted.blue.pointing.menu .active.item:after {
  1062. background-color: #6ECFF5;
  1063. }
  1064. .ui.inverted.purple.menu {
  1065. background-color: #564F8A;
  1066. }
  1067. .ui.inverted.purple.pointing.menu .active.item:after {
  1068. background-color: #564F8A;
  1069. }
  1070. .ui.inverted.orange.menu {
  1071. background-color: #F05940;
  1072. }
  1073. .ui.inverted.orange.pointing.menu .active.item:after {
  1074. background-color: #F05940;
  1075. }
  1076. .ui.inverted.teal.menu {
  1077. background-color: #00B5AD;
  1078. }
  1079. .ui.inverted.teal.pointing.menu .active.item:after {
  1080. background-color: #00B5AD;
  1081. }
  1082. /*--------------
  1083. Fitted
  1084. ---------------*/
  1085. .ui.fitted.menu .item,
  1086. .ui.fitted.menu .item > a,
  1087. .ui.fitted.menu .item .menu .item,
  1088. .ui.fitted.menu .item .menu .item > a,
  1089. .ui.menu .fitted.item,
  1090. .ui.menu .fitted.item > a {
  1091. padding-top: 0em;
  1092. padding-bottom: 0em;
  1093. }
  1094. /*--------------
  1095. Tight
  1096. ---------------*/
  1097. .ui.tight.menu .item,
  1098. .ui.tight.menu .item > a,
  1099. .ui.tight.menu .item .menu .item,
  1100. .ui.tight.menu .item .menu .item > a,
  1101. .ui.menu .tight.item,
  1102. .ui.menu .tight.item > a {
  1103. padding: 0em;
  1104. }
  1105. /*--------------
  1106. Borderless
  1107. ---------------*/
  1108. .ui.borderless.menu .item:before,
  1109. .ui.borderless.menu .item > a:before,
  1110. .ui.borderless.menu .item .menu .item:before,
  1111. .ui.borderless.menu .item .menu .item > a:before,
  1112. .ui.menu .borderless.item:before,
  1113. .ui.menu .borderless.item > a:before {
  1114. background-image: none;
  1115. }
  1116. /*-------------------
  1117. Compact
  1118. --------------------*/
  1119. .ui.compact.menu {
  1120. display: inline-block;
  1121. margin: 0em;
  1122. vertical-align: middle;
  1123. }
  1124. .ui.vertical.compact.menu {
  1125. width: auto !important;
  1126. }
  1127. /*-------------------
  1128. Fluid
  1129. --------------------*/
  1130. .ui.menu.fluid,
  1131. .ui.vertical.menu.fluid {
  1132. display: block !important;
  1133. width: 100%;
  1134. }
  1135. /*-------------------
  1136. Evenly Sized
  1137. --------------------*/
  1138. .ui.item.menu,
  1139. .ui.item.menu .item {
  1140. width: 100%;
  1141. padding-left: 0px !important;
  1142. padding-right: 0px !important;
  1143. text-align: center;
  1144. }
  1145. .ui.menu.two.item .item {
  1146. width: 50%;
  1147. }
  1148. .ui.menu.three.item .item {
  1149. width: 33.333%;
  1150. }
  1151. .ui.menu.four.item .item {
  1152. width: 25%;
  1153. }
  1154. .ui.menu.five.item .item {
  1155. width: 20%;
  1156. }
  1157. .ui.menu.six.item .item {
  1158. width: 16.666%;
  1159. }
  1160. .ui.menu.seven.item .item {
  1161. width: 14.285%;
  1162. }
  1163. .ui.menu.eight.item .item {
  1164. width: 12.500%;
  1165. }
  1166. .ui.menu.nine.item .item {
  1167. width: 11.11%;
  1168. }
  1169. .ui.menu.ten.item .item {
  1170. width: 10.0%;
  1171. }
  1172. .ui.menu.eleven.item .item {
  1173. width: 9.09%;
  1174. }
  1175. .ui.menu.twelve.item .item {
  1176. width: 8.333%;
  1177. }
  1178. /*--------------
  1179. Fixed
  1180. ---------------*/
  1181. .ui.menu.fixed {
  1182. position: fixed;
  1183. z-index: 10;
  1184. margin: 0em;
  1185. border: none;
  1186. width: 100%;
  1187. }
  1188. .ui.menu.fixed,
  1189. .ui.menu.fixed .item:first-child,
  1190. .ui.menu.fixed .item:last-child {
  1191. -webkit-border-radius: 0px !important;
  1192. -moz-border-radius: 0px !important;
  1193. border-radius: 0px !important;
  1194. }
  1195. .ui.menu.fixed.top {
  1196. top: 0px;
  1197. left: 0px;
  1198. right: auto;
  1199. bottom: auto;
  1200. }
  1201. .ui.menu.fixed.right {
  1202. top: 0px;
  1203. right: 0px;
  1204. left: auto;
  1205. bottom: auto;
  1206. width: auto;
  1207. height: 100%;
  1208. }
  1209. .ui.menu.fixed.bottom {
  1210. bottom: 0px;
  1211. left: 0px;
  1212. top: auto;
  1213. right: auto;
  1214. }
  1215. .ui.menu.fixed.left {
  1216. top: 0px;
  1217. left: 0px;
  1218. right: auto;
  1219. bottom: auto;
  1220. width: auto;
  1221. height: 100%;
  1222. }
  1223. /*-------------------
  1224. Pointing
  1225. --------------------*/
  1226. .ui.pointing.menu .active.item:after {
  1227. position: absolute;
  1228. bottom: -0.35em;
  1229. left: 50%;
  1230. content: "";
  1231. margin-left: -0.3em;
  1232. width: 0.6em;
  1233. height: 0.6em;
  1234. border: none;
  1235. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  1236. border-right: 1px solid rgba(0, 0, 0, 0.1);
  1237. background-image: none;
  1238. -webkit-transform: rotate(45deg);
  1239. -moz-transform: rotate(45deg);
  1240. transform: rotate(45deg);
  1241. z-index: 2;
  1242. -webkit-transition: background 0.2s ease
  1243. ;
  1244. -moz-transition: background 0.2s ease
  1245. ;
  1246. -o-transition: background 0.2s ease
  1247. ;
  1248. -ms-transition: background 0.2s ease
  1249. ;
  1250. transition: background 0.2s ease
  1251. ;
  1252. }
  1253. /* Don't double up pointers */
  1254. .ui.pointing.menu .active.item .menu .active.item:after {
  1255. display: none;
  1256. }
  1257. .ui.vertical.pointing.menu .active.item:after {
  1258. position: absolute;
  1259. top: 50%;
  1260. margin-top: -0.3em;
  1261. right: -0.4em;
  1262. bottom: auto;
  1263. left: auto;
  1264. border: none;
  1265. border-top: 1px solid rgba(0, 0, 0, 0.1);
  1266. border-right: 1px solid rgba(0, 0, 0, 0.1);
  1267. }
  1268. /* Colors */
  1269. .ui.pointing.menu .active.item:after {
  1270. background-color: #FCFCFC;
  1271. }
  1272. .ui.pointing.menu .active.item.hover:after,
  1273. .ui.pointing.menu .active.item:hover:after {
  1274. background-color: #FAFAFA;
  1275. }
  1276. .ui.vertical.pointing.menu .menu .active.item:after {
  1277. background-color: #F4F4F4;
  1278. }
  1279. .ui.pointing.menu .active.item.down:after,
  1280. .ui.pointing.menu .active.item:active:after {
  1281. background-color: #F0F0F0;
  1282. }
  1283. /*--------------
  1284. Attached
  1285. ---------------*/
  1286. .ui.menu.attached {
  1287. margin: 0rem;
  1288. -moz-border-radius: 0px;
  1289. -webkit-border-radius: 0px;
  1290. border-radius: 0px;
  1291. /* avoid rgba multiplying */
  1292. -moz-box-shadow: 0px 0px 0px 1px #DDDDDD;
  1293. -webkit-box-shadow: 0px 0px 0px 1px #DDDDDD;
  1294. box-shadow: 0px 0px 0px 1px #DDDDDD;
  1295. }
  1296. .ui.top.attached.menu {
  1297. -moz-border-radius: 0.1875em 0.1875em 0px 0px;
  1298. -webkit-border-radius: 0.1875em 0.1875em 0px 0px;
  1299. border-radius: 0.1875em 0.1875em 0px 0px;
  1300. }
  1301. .ui.menu.bottom.attached {
  1302. -moz-border-radius: 0px 0px 0.1875em 0.1875em;
  1303. -webkit-border-radius: 0px 0px 0.1875em 0.1875em;
  1304. border-radius: 0px 0px 0.1875em 0.1875em;
  1305. }
  1306. /*--------------
  1307. Sizes
  1308. ---------------*/
  1309. .ui.vertical.menu .item {
  1310. min-height: 0em !important;
  1311. }
  1312. .ui.small.menu .item {
  1313. font-size: 0.875rem;
  1314. min-height: 2.25rem;
  1315. }
  1316. .ui.small.vertical.menu {
  1317. width: 13rem;
  1318. }
  1319. .ui.menu .item {
  1320. font-size: 1rem;
  1321. min-height: 2.5em;
  1322. }
  1323. .ui.vertical.menu {
  1324. width: 15rem;
  1325. }
  1326. .ui.large.menu .item {
  1327. font-size: 1.125rem;
  1328. }
  1329. .ui.large.vertical.menu {
  1330. width: 18rem;
  1331. }