Commit 41c75edec6164aba5f926a087c304a203c4b787d

Authored by Valessio Brito
1 parent 86573111

Style for events

Signed-off-by: Valessio Brito <contato@valessiobrito.com.br>
Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
Showing 1 changed file with 49 additions and 10 deletions   Show diff stats
style.css
... ... @@ -32,6 +32,7 @@ body {
32 32  
33 33 #theme-header {
34 34 height: 40px;
  35 + background: #E8E8E8;
35 36 background-image: linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%);
36 37 background-image: -o-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%);
37 38 background-image: -moz-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%);
... ... @@ -165,27 +166,27 @@ background-size: 100% 100%;
165 166 }
166 167  
167 168 #content .title {
168   - font-weight: normal; !important;
  169 + font-weight: normal;
169 170 padding-right: 70px;
170 171 }
171 172  
172 173 #content .main-block h1 {
173   - font-size: 2.3em !important;
174   - font-weight: bold !important;
  174 + font-size: 2.3em;
  175 + font-weight: bold;
175 176 }
176 177  
177 178 #content .main-block h2 {
178   - font-size: 1.8em !important;
  179 + font-size: 1.8em;
179 180 min-height: 48px;
180 181 }
181 182  
182 183 #content .main-block h3 {
183   - font-size: 1.5em !important;
  184 + font-size: 1.5em;
184 185 min-height: 48px;
185 186 }
186 187  
187 188 #content .main-block h4 {
188   - font-size: 1.3em !important;
  189 + font-size: 1.3em;
189 190 min-height: 48px;
190 191 }
191 192  
... ... @@ -455,10 +456,26 @@ div#article-parent {
455 456 }
456 457  
457 458 #content .box-3 .link-list-block li {
458   - border-bottom: none;
459   - border-top: none;
460   - padding: 0;
461   - margin: 0;
  459 + border-bottom: none;
  460 + border-top: none;
  461 + padding: 0;
  462 + margin: 0;
  463 +}
  464 +
  465 +/* Agenda Style */
  466 +
  467 +#events-of-the-day h2 {
  468 + text-align: center;
  469 + color: #757575;
  470 + text-transform: uppercase;
  471 + background: #eeefff;
  472 + line-height: 2em;
  473 + font-size: 1.2em !important;
  474 + border-top: 4px solid #757575;
  475 +}
  476 +
  477 +.agenda-item {
  478 + border-bottom: 1px solid #ddd;
462 479 }
463 480  
464 481 .agenda-item a {
... ... @@ -473,6 +490,28 @@ div#article-parent {
473 490 text-decoration: underline !important;
474 491 }
475 492  
  493 +#agenda .agenda-calendar .calendar-day a {
  494 + background: #eeefff;
  495 + padding: 7px;
  496 + border-radius: 25px;
  497 +}
  498 +
  499 +#agenda .loading {
  500 + background-position: center 100px;
  501 +}
  502 +
  503 +#agenda .loading #agenda-items {
  504 + display: none !important;
  505 + transition: 0.3s;
  506 +}
  507 +
  508 +#agenda .agenda-calendar caption a.icon-next {
  509 + background-position: right;
  510 + text-align: left;
  511 + padding-left: 2px;
  512 + padding-right: 20px;
  513 +}
  514 +
476 515 #box-organizer .block-target { clear: both; }
477 516  
478 517 /* Custom Icons */
... ...