Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
FSI WordPress
FSI WordPress Theme V2
Commits
28dd7c8b
Commit
28dd7c8b
authored
Oct 10, 2016
by
Michael Ochmann
Browse files
minor css fixes; reintroducing the "calendar icon"
parent
6a12ff03
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
css/_fsi.mcss
View file @
28dd7c8b
...
...
@@ -32,6 +32,9 @@ article.post {
column-gap: 35px;
text-align: justify;
}
fsi-tile.post {
padding-top: 50px;
}
fsi-tile.post fsi-title, fsi-tile.gallery fsi-title, fsi-tile.page fsi-title {
font-size: xx-large;
color: $black;
...
...
@@ -195,6 +198,35 @@ fsi-calendar .month {
background: #eee;
}
fsi-date {
background: white;
padding: 35px 8px 8px;
float: left;
margin-right: 20px;
display: inline-block;
text-align: center;
font-weight: bold;
font-size: xx-large;
position: relative;
width: 70px;
border: solid 1px #ccc;
}
fsi-date:before {
content: "";
top: 0;
left: 0;
border-bottom: solid 1px #ccc;
position: absolute;
display: block;
height: 20px;
width: 100%;
background: red;
}
fsi-date small {
font-weight: normal;
font-size: medium;
}
fsi-door {
position: fixed;
top: 5px;
...
...
@@ -247,6 +279,7 @@ fsi-title {
padding: 12px 0 0 12px;
margin-bottom: 6px;
font-size: x-large;
line-height: 1em;
}
header {
...
...
@@ -441,9 +474,8 @@ main {
-moz-column-gap: 0;
-webkit-column-gap: 0;
column-gap: 0;
text-align:
justify
;
text-align:
left
;
}
article.page {
text-align: left;
hyphens: auto;
...
...
@@ -461,6 +493,15 @@ main {
padding: 0 0 0 0;
}
fsi-tile.post {
padding: 12px;
}
fsi-tile.sidebar li a {
font-size: x-large;
margin-bottom: 30px;
display: block;
}
header {
position: relative;
}
...
...
css/fsi.css
View file @
28dd7c8b
This diff is collapsed.
Click to expand it.
index.php
View file @
28dd7c8b
...
...
@@ -9,6 +9,7 @@
while
(
have_posts
())
{
the_post
();
echo
"
<fsi-date>"
.
get_the_date
(
"d"
)
.
"<br /><small>"
.
get_the_date
(
"M"
)
.
"</small></fsi-date>
<article class='loopPost'>
<fsi-title><a href=
\"
"
.
get_the_permalink
()
.
"
\"
>"
.
get_the_title
()
.
"</a></fsi-title>
"
.
get_the_excerpt
()
.
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment