Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
/node_modules/
.DS_Store
node_modules/
test/
extra/
test_server.py
.DS_Store
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ gulp

Check out our [help documentation](http://help.postach.io/tag/theme-code) for more information on theming Postach.io sites.


160 changes: 132 additions & 28 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,20 +174,61 @@
}
/* IE7 */
/* used for styling post content in themes */
div.testimony {
padding: 20px 30px 10px 30px;
background-color: beige;
box-sizing: border-box;
}
div.testimony div.testimony-header {
height: 60px;
padding-bottom: 10px;
margin-left: 20px;
background: url('../images/ca-vou-eu.png') no-repeat;
}
div.testimony h4 {
margin-bottom: 30px;
}
div.testimony blockquote {
font-style: italic;
}
div.testimony blockquote:before,
div.testimony blockquote:after {
content: '"';
}
div.testimony li {
margin-bottom: 50px;
list-style-type: none;
}
div.testimony li img.testimony-photo {
width: 100px;
height: auto;
}
div.testimony li:nth-of-type(even) img {
float: right;
padding: 0 20px;
}
div.testimony li:nth-of-type(even) blockquote {
border-left: none;
border-right: 5px solid #eee;
}
div.testimony li:nth-of-type(odd) img {
float: left;
padding: 0 20px;
}
body {
font-family: 'Open Sans', helvetica, sans-serif;
}
a {
color: #2eb18d;
color: #b82a41;
}
a:visited {
color: #2eb18d;
color: #b82a41;
}
a:active {
color: #d84c30;
color: #6fc5c8;
}
a:hover {
color: #d84c30;
color: #6fc5c8;
}
p {
color: #333333;
Expand All @@ -200,28 +241,44 @@ p {
.navbar-inner {
padding-top: 15px;
padding-bottom: 15px;
background-color: #2eb18d;
background-image: none;
background-repeat: no-repeat;
background-color: #b82a41;
background: url('../images/red-noise.png') repeat;
filter: none;
box-shadow: none !important;
-webkit-box-shadow: none !important;
border-bottom: 0;
}
.navbar ul.nav.pull-right {
margin-top: 13px;
}
.navbar ul.nav.pull-right a {
color: #ffffff;
}
.navbar ul.nav.pull-right a:visited {
color: #ffffff;
}
.navbar ul.nav.pull-right a:hover {
color: #333333;
}
.navbar ul.nav.pull-right a:active {
color: #ffffff;
}
a.brand,
a.brand:link,
a.brand:visited {
font-size: 20px;
color: #ffffff;
text-shadow: none;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
background: url('../images/ca-vou-eu.png') no-repeat;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
display: block;
height: 44px;
width: 243px;
margin-top: 10px;
}
a.brand:hover,
a.brand:link:hover,
a.brand:visited:hover {
color: #333;
background: url('../images/ca-vou-eu.gif') no-repeat;
}
.nav li a,
.nav li a:link,
Expand All @@ -243,16 +300,16 @@ a.brand:visited:hover {
}
.nav li:hover a,
.nav li:hover a:link,
.nav li:hover a:visited,
.nav li.active a:link {
color: #333;
.nav li:hover a:visited {
color: #b82a41;
}
.nav li a {
padding-right: 0 !important;
}
.nav li a:hover,
.nav li a.active {
.nav li a.active,
.nav li:hover a.active:hover {
font-weight: bold;
color: #ffffff;
}
h1,
h2,
Expand Down Expand Up @@ -438,17 +495,64 @@ h6 {
.post ol li {
line-height: 24px;
}
.bio {
.row .post h2 {
margin: 0;
font-size: 16px;
line-height: 0px;
}
.posts-index {
position: relative;
display: block;
border-top: 2px solid #333;
margin-top: 30px;
}
.posts-index h4 {
background-color: #F18200;
color: #ffffff;
font-size: 14px;
margin: 0 0 17px 0;
padding: 9px 14px;
}
.side-box {
position: relative;
background-color: #F5F5F5;
border-top: 2px solid #2eb18d;
display: block;
border-top: 2px solid #333;
margin-top: 30px;
margin-bottom: 20px;
padding: 50px 30px 30px 30px;
height: 99px;
}
.side-box h2 {
background-color: #F18200;
color: #ffffff;
font-size: 14px;
font-weight: bold;
margin: 0 0 2em 0;
padding-left: 14px;
}
a.side-box:hover {
text-decoration: none;
}
a.side-box:hover h2 {
background: none;
color: #ffffff;
}
.munique {
background: url('../images/munique.jpg') center;
}
.form {
background: url('../images/form.jpg') center;
}
.side-links {
position: relative;
background-color: #f5f5f5;
border-top: 2px solid #b82a41;
margin-top: 30px;
margin-bottom: 20px;
padding: 5px 1px 10px 30px;
font-size: 12px;
color: #666666;
}
.bio img.avatar {
.side-links img.avatar {
position: absolute;
top: -33px;
left: 25px;
Expand All @@ -458,11 +562,11 @@ h6 {
-moz-border-radius: 50%;
border-radius: 50%;
}
.bio p {
.side-links p {
margin: 0;
padding: 0;
}
.bio ul {
.side-links ul {
margin-top: 20px;
}
ul.tags {
Expand Down Expand Up @@ -507,7 +611,7 @@ ul.social li a:hover {
text-decoration: none;
}
footer {
background-color: #F5F5F5;
background-color: #f5f5f5;
margin-top: 40px;
padding: 20px;
font-size: 12px;
Expand All @@ -522,7 +626,7 @@ footer {
left: 30px;
color: #000;
font-size: 12px;
background-color: #2eb18d;
background-color: #b82a41;
padding: 10px;
border-radius: 7px;
-moz-opacity: 0.3;
Expand Down
Binary file added assets/images/ca-vou-eu.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/ca-vou-eu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/cavoueu-dina-final.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/cavoueu-hugo-final.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/cavoueu-joel-final.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/cavoueu-luisa-final.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/form.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/munique.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/no_user.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/red-noise.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading