styles.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569
  1. .mixin-grey-gradient {
  2. background: #f2f2f2;
  3. /* Old browsers */
  4. background: -moz-linear-gradient(top, #f2f2f2 0%, #e2e2e2 50%, #f7f7f7 100%);
  5. /* FF3.6+ */
  6. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(50%, #e2e2e2), color-stop(100%, #f7f7f7));
  7. /* Chrome,Safari4+ */
  8. background: -webkit-linear-gradient(top, #f2f2f2 0%, #e2e2e2 50%, #f7f7f7 100%);
  9. /* Chrome10+,Safari5.1+ */
  10. background: -o-linear-gradient(top, #f2f2f2 0%, #e2e2e2 50%, #f7f7f7 100%);
  11. /* Opera 11.10+ */
  12. background: -ms-linear-gradient(top, #f2f2f2 0%, #e2e2e2 50%, #f7f7f7 100%);
  13. /* IE10+ */
  14. background: linear-gradient(to bottom, #f2f2f2 0%, #e2e2e2 50%, #f7f7f7 100%);
  15. /* W3C */
  16. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f7f7f7', GradientType=0);
  17. /* IE6-9 */
  18. }
  19. .mixin-hoverable {
  20. cursor: pointer;
  21. cursor: hand;
  22. }
  23. .mixin-event-title-hover-transition {
  24. -moz-transition: background 0.4s linear 0;
  25. -webkit-transition: background 0.4s linear 0;
  26. transition: background 0.4s linear 0;
  27. }
  28. html {
  29. background: url('../img/pattern_001.png');
  30. }
  31. body {
  32. background: url('../img/birds.png') no-repeat;
  33. color: #888888;
  34. font: 16px/26px Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  35. line-height: 1.125em;
  36. /* 16x1.125=18px */
  37. text-rendering: optimizeLegibility;
  38. -webkit-appearance: caret;
  39. -webkit-font-smoothing: antialiased;
  40. }
  41. a {
  42. color: #3c9dcf;
  43. text-decoration: none;
  44. }
  45. a:hover {
  46. color: #41abe1;
  47. }
  48. .wrapper {
  49. width: 100%;
  50. margin: 0 auto;
  51. }
  52. ul,
  53. ol {
  54. list-style-type: none;
  55. margin: 0;
  56. padding: 0;
  57. }
  58. .align-right {
  59. float: right;
  60. }
  61. .action-button {
  62. background-color: #3c9dcf;
  63. border-radius: 6px;
  64. color: #fff;
  65. display: inline-block;
  66. line-height: 1.2em;
  67. font-weight: bold;
  68. padding: 0.5em 1em;
  69. text-decoration: none;
  70. }
  71. .action-button:hover {
  72. background-color: #41abe1;
  73. color: #fff;
  74. }
  75. h1 {
  76. font-size: 1.5em;
  77. line-height: 1.25em;
  78. }
  79. .mixin-standard-shadow {
  80. -moz-box-shadow: 0 0 1px #888;
  81. -webkit-box-shadow: 0 0 1px#888;
  82. box-shadow: 0 0 1px #888;
  83. }
  84. .landing {
  85. text-align: center;
  86. width: 100%;
  87. }
  88. .landing img {
  89. margin-top: 9em;
  90. }
  91. .landing span {
  92. display: block;
  93. font-size: 1.25em;
  94. }
  95. .participant img {
  96. -moz-box-shadow: 0 0 1px #888;
  97. -webkit-box-shadow: 0 0 1px#888;
  98. box-shadow: 0 0 1px #888;
  99. border-radius: 6px;
  100. }
  101. .event-description h1 {
  102. color: #F07057;
  103. font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  104. font-size: 2em;
  105. font-weight: bold;
  106. }
  107. .event-description p {
  108. line-height: 1.6em;
  109. }
  110. .event-description h1,
  111. .event-description footer {
  112. text-align: center;
  113. }
  114. .event-description footer {
  115. margin: 1.5em auto 2.5em;
  116. }
  117. .event-participants {
  118. -moz-box-shadow: 0 0 1px #888;
  119. -webkit-box-shadow: 0 0 1px#888;
  120. box-shadow: 0 0 1px #888;
  121. background: #333;
  122. border-radius: 12px;
  123. color: #fff;
  124. margin: 3em 0 3em;
  125. padding: 1em;
  126. position: relative;
  127. overflow: hidden;
  128. }
  129. .event-participants .participants-list {
  130. overflow: hidden;
  131. width: 100%;
  132. }
  133. .event-participants .participant-item {
  134. float: left;
  135. margin: 0.5em 0;
  136. text-align: center;
  137. width: 33%;
  138. }
  139. .event-participants .participant-item:nth-child(4n+1) {
  140. clear: left;
  141. }
  142. .event-participants .participant {
  143. opacity: 0.8;
  144. -webkit-transition: opacity 0.4s ease-in-out;
  145. -moz-transition: opacity 0.4s ease-in-out;
  146. -o-transition: opacity 0.4s ease-in-out;
  147. transition: opacity 0.4s ease-in-out;
  148. color: #ccc;
  149. font-weight: bold;
  150. text-decoration: none;
  151. }
  152. .event-participants .participant .participant-details {
  153. display: block;
  154. width: 100%;
  155. }
  156. .event-participants .participant img {
  157. max-width: 12em;
  158. width: 80%;
  159. }
  160. .event-participants .participant:hover {
  161. color: #fff;
  162. opacity: 1;
  163. }
  164. .pop-up {
  165. background: rgba(0, 0, 0, 0.5);
  166. position: fixed;
  167. top: 0;
  168. left: 0;
  169. height: 100%;
  170. width: 100%;
  171. z-index: 100;
  172. }
  173. .pop-up .details {
  174. -moz-box-shadow: 0 0 1px #888;
  175. -webkit-box-shadow: 0 0 1px#888;
  176. box-shadow: 0 0 1px #888;
  177. background: #fff;
  178. border-radius: 6px;
  179. margin: 0 auto;
  180. overflow-y: auto;
  181. padding: 15px;
  182. position: relative;
  183. max-width: 700px;
  184. width: 86%;
  185. }
  186. .pop-up img {
  187. display: none;
  188. float: left;
  189. margin: 0.5em;
  190. max-width: 12em;
  191. width: 80%;
  192. }
  193. .pop-up .name {
  194. display: block;
  195. font-size: 1.25em;
  196. text-align: center;
  197. margin: 0.5em 0;
  198. }
  199. .pop-up .description {
  200. display: block;
  201. padding: 0.5em;
  202. }
  203. .pop-up .close-btn {
  204. cursor: pointer;
  205. cursor: hand;
  206. background: url('../img/coliberator-close-btn-back.png') no-repeat 0 0;
  207. border: none;
  208. position: absolute;
  209. top: 3%;
  210. right: 0.5em;
  211. height: 15px;
  212. width: 15px;
  213. }
  214. .pop-up .presentations {
  215. margin: 0.5em;
  216. }
  217. .pop-up .presentations ul {
  218. color: #666;
  219. list-style-type: disc;
  220. list-style-position: inside;
  221. }
  222. .event-fast-nav a.nav-item {
  223. background: url('../img/ics-icon.png') no-repeat 0 0;
  224. color: #333333;
  225. display: block;
  226. font-weight: bold;
  227. padding-left: 3em;
  228. text-decoration: none;
  229. }
  230. .event-fast-nav a.nav-item:hover {
  231. color: #111;
  232. font-weight: bold;
  233. }
  234. /* ==============
  235. MOBILE: Menu
  236. ============== */
  237. .lang {
  238. padding-right: 0.875em;
  239. }
  240. .lang a {
  241. color: #ccc;
  242. display: block;
  243. font-size: 0.875em;
  244. text-align: center;
  245. text-decoration: none;
  246. }
  247. .lang a.active,
  248. .lang a:hover {
  249. color: #41abe1;
  250. }
  251. .lang li {
  252. display: inline-block;
  253. }
  254. .main-menu ul {
  255. margin: 0;
  256. padding: 0;
  257. }
  258. .main-menu a {
  259. display: block;
  260. margin-bottom: 0.875em;
  261. padding: 1em 0;
  262. text-align: center;
  263. text-decoration: none;
  264. color: #333333;
  265. }
  266. .main-menu a.active,
  267. .main-menu a:hover {
  268. color: #41abe1;
  269. }
  270. .main .presentations-container {
  271. display: block;
  272. font-size: 0.875em;
  273. margin-bottom: 4em;
  274. }
  275. .main .presentations-container li {
  276. -moz-transition: background 0.4s linear 0;
  277. -webkit-transition: background 0.4s linear 0;
  278. transition: background 0.4s linear 0;
  279. cursor: pointer;
  280. cursor: hand;
  281. background: none;
  282. border-bottom: 1px solid #eee;
  283. margin: 0.5em 0 1em;
  284. }
  285. .main .presentations-container li .when {
  286. display: block;
  287. }
  288. .main .presentations-container li .title {
  289. font-weight: bold;
  290. }
  291. .main .presentations-container li:hover {
  292. background: #fff;
  293. }
  294. .main .presentations-container h3 a {
  295. float: right;
  296. font-size: 0.75em;
  297. }
  298. .main .presentations-container p {
  299. display: none;
  300. margin: 0.25em 0;
  301. }
  302. .main .event-details {
  303. font-size: 0.875em;
  304. line-height: 2em;
  305. text-align: center;
  306. margin-bottom: 2em;
  307. }
  308. .main .event-details h2 {
  309. margin-top: 0;
  310. }
  311. .main .event-details img {
  312. border-radius: 6px;
  313. border: 1px solid #ddd;
  314. height: 300px;
  315. }
  316. .main .collaborators li span {
  317. display: block;
  318. }
  319. .main .collaborators li a {
  320. display: inline-block;
  321. margin: 0.5em;
  322. }
  323. @media only screen and (max-width: 480px) {
  324. .wrapper {
  325. width: 95%;
  326. }
  327. .header-container .main-menu {
  328. display: none;
  329. }
  330. .header-container .lang {
  331. text-align: center;
  332. margin-top: 1em;
  333. }
  334. .header-container .lang a {
  335. font-size: 1.25em;
  336. }
  337. h1.title {
  338. display: block;
  339. text-align: center;
  340. }
  341. h1.title #logo {
  342. height: 2.1em;
  343. }
  344. .main .event-details img {
  345. height: 250px;
  346. }
  347. .event-participants .participant-item {
  348. width: 50%;
  349. }
  350. .pop-up .name {
  351. text-align: center;
  352. }
  353. .pop-up .description {
  354. padding: 0;
  355. }
  356. }
  357. @media only screen and (min-width: 480px) {
  358. .wrapper {
  359. width: 90%;
  360. }
  361. .header-container {
  362. -moz-box-shadow: 0 0 5px #888;
  363. -webkit-box-shadow: 0 0 5px#888;
  364. box-shadow: 0 0 5px #888;
  365. background: #fff;
  366. padding: 1em 0;
  367. position: fixed;
  368. top: 0;
  369. width: 100%;
  370. z-index: 10;
  371. }
  372. .header-container h1.title {
  373. display: block;
  374. float: none;
  375. margin: 0 0 1em;
  376. text-align: center;
  377. }
  378. .header-container h1.title #logo {
  379. height: 2.5em;
  380. }
  381. .header-container .lang {
  382. float: none;
  383. position: absolute;
  384. top: 1em;
  385. right: 0;
  386. }
  387. .header-container .lang a {
  388. font-size: 1.25em;
  389. }
  390. .header-container .main-menu {
  391. clear: both;
  392. overflow: hidden;
  393. margin: 0;
  394. text-align: center;
  395. }
  396. .header-container .main-menu a {
  397. float: left;
  398. margin: 0 1% 0 0;
  399. padding: 0.5em;
  400. margin-bottom: 0;
  401. }
  402. .header-container .main-menu ul {
  403. display: inline-block;
  404. }
  405. .header-container .main-menu ul li {
  406. margin: 0 1em;
  407. display: inline-block;
  408. }
  409. .main-container {
  410. margin-top: 11em;
  411. }
  412. .motto {
  413. color: #888;
  414. float: right;
  415. font-size: 0.875em;
  416. font-style: italic;
  417. margin-top: 0.75em;
  418. width: 40%;
  419. }
  420. .pop-up img {
  421. display: inline-block;
  422. }
  423. }
  424. @media only screen and (min-width: 768px) {
  425. .wrapper {
  426. max-width: 1000px;
  427. }
  428. .main .event {
  429. overflow: hidden;
  430. }
  431. .header-container {
  432. overflow: hidden;
  433. }
  434. .header-container h1.title {
  435. float: left;
  436. margin: 0;
  437. }
  438. .header-container .lang {
  439. position: initial;
  440. float: right;
  441. font-size: 0.75em;
  442. }
  443. .header-container .main-menu {
  444. overflow: hidden;
  445. margin: 0;
  446. clear: right;
  447. float: right;
  448. }
  449. .header-container .main-menu a {
  450. float: left;
  451. margin: 0 1% 0 0;
  452. padding: 0.5em;
  453. margin-bottom: 0;
  454. }
  455. .header-container .main-menu ul {
  456. display: block;
  457. }
  458. .header-container .main-menu ul li {
  459. display: inline-block;
  460. margin: 0 0.2em;
  461. }
  462. .main-container {
  463. margin-top: 8em;
  464. }
  465. .main .event-details {
  466. float: right;
  467. width: 55%;
  468. }
  469. .main .collaborators {
  470. float: left;
  471. width: 45%;
  472. }
  473. .main .collaborators span {
  474. margin: 1em 0 0.5em;
  475. }
  476. .main .collaborators a {
  477. display: inline-block;
  478. margin: 1em;
  479. }
  480. .event-description h1,
  481. .event-description footer {
  482. text-align: left;
  483. }
  484. .event-description footer {
  485. margin: 1em 0;
  486. }
  487. .event-participants .participant-item {
  488. width: 25%;
  489. }
  490. }
  491. @media only screen and (min-width: 1140px) {
  492. }
  493. .footer-container {
  494. clear: both;
  495. margin: 4em auto 2em;
  496. overflow: hidden;
  497. }
  498. .footer-container .copyright {
  499. font-size: 0.875em;
  500. float: left;
  501. }
  502. .footer-container .copyright a {
  503. color: #444;
  504. }
  505. .footer-container .copyright a:hover {
  506. color: #41abe1;
  507. }
  508. .noscript .event-participants li.item {
  509. display: inline-block;
  510. margin: 20px 0;
  511. }
  512. .noscript .event-participants img {
  513. display: inline-block;
  514. vertical-align: top;
  515. width: 25%;
  516. }
  517. .noscript .event-participants .details {
  518. display: inline-block;
  519. margin-left: 4%;
  520. width: 70%;
  521. }
  522. .noscript .event-participants .details h2 {
  523. line-height: 1.5em;
  524. margin-top: 0px;
  525. }
  526. .noscript .event-participants .presentations {
  527. margin-top: 20px;
  528. }
  529. .noscript .header-container {
  530. position: inherit !important;
  531. }
  532. .noscript .main-container {
  533. margin-top: 2em;
  534. }
  535. .noscript #presentations li {
  536. cursor: default;
  537. margin: 5px 0;
  538. padding: 5px;
  539. }
  540. .noscript #presentations .title {
  541. cursor: normal;
  542. display: block;
  543. }
  544. .noscript #presentations .when {
  545. color: #aaa;
  546. }
  547. .noscript.redirect {
  548. background: #fff;
  549. top: 0;
  550. position: fixed;
  551. height: 100%;
  552. width: 100%;
  553. z-index: 100;
  554. }
  555. .noscript.redirect a {
  556. display: table;
  557. margin: 10em auto 0;
  558. }