-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
89 lines (36 loc) · 2 KB
/
style.css
File metadata and controls
89 lines (36 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/*
Theme Name: Tai Doido
Theme URL: http:taidoido.com.br
Description: Tema feito para o site Tai Doido
Author: Estúdio 8bits
Author URI: http://8bits.cc
Version: 1.0
License: Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
License URI: http://creativecommons.org/licenses/by-nc-sa/4.0/
Tags: tai doido, blog, site, caruaru
Text Domain: Tai Doido
*/
* {font-family: Arial, sans-serif;}
#indexTop {height: 100vh; background-image: url("images/caruaru_anima.gif"); background-repeat: no-repeat; background-size: cover; background-position: center; background-attachment: fixed;}
#taidoido {margin: auto; margin-top: 35vh; padding:0; max-width: 1000px;}
#taidoidossm {margin: auto; margin-top: 45vh; padding:0;}
#taidoidossm img {width: 100%;}
#mainMenu {background-color: rgba(255, 255, 255, .4); border: none; color: #000;}
.current_page_item li a {color: #000;}
/*#mainMenu li:hover {text-decoration: underline;}
#mainMenuList > .current_page_item {color: #FFF;}*/
#listEvents {margin: 40px 0 0 0; padding:0;}
#listEvents li {position: relative; list-style:none;}
#listEvents li h2 {margin-top:5px; color: #333; font-size: 1.3em;}
#listEvents li img {object-fit: cover;}
#mainFeed {margin: 0; padding: 0;}
#mainFeed li {height: 30%; margin: 30px 0; position: relative; list-style: none;}
#mainFeed li h2 {margin: 0; position: absolute; bottom: 0; right: 0; color: #FFF; font-size: 1.3em; padding: 20px 15px; background-color: #333; opacity: .8;}
#mainFeed li img {width: 100%; height: 300px;}
.singleImage {object-fit: cover;}
#footer {padding-top: 30px; padding-bottom: 15px; margin:0; background-color: #000; text-align: center; position: relative;}
#footerList li {width:3vw; margin: 0 5px; padding: 0; list-style: none; display: inline-block;}
#footerList li a {border: none;}
#footerList p {margin:15px 0 0 0; color: #FFF; font-size: .9em;}
#bits {position: absolute; bottom: 10px; right: 10px;}
#bits img {width: 15px;}