styles.css 11 KB

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