Adding table-based EXIF info

This commit is contained in:
2014-08-28 16:12:49 +02:00
parent 20027cf92f
commit cfa0acf026
4 changed files with 51 additions and 10 deletions

View File

@@ -13,6 +13,27 @@
border-top: 1px solid #ccc;
}
table .layout {
width: 100%;
}
.layout, td .layout, tr .layout {
border: none;
text-align: center;
vertical-align: top;
}
table .exif_info {
width: 100%;
}
.exif_info td, .exif_info th {
vertical-align: top;
margin: 0em;
padding: 0em;
padding-left: 0.5em;
}
.fa-atom-square:before {
content: "\f143"
}
@@ -29,15 +50,12 @@
.highlighttable .code {
width: 80em;
}
strong {
color: #fff;
}
/*blockquote {
color: #d0d0d0;
background-color: #202020;
border-left: 0em none #000;
}*/
a:hover {
.row a:hover {
color: #fff !important;
}

View File

@@ -13,6 +13,27 @@
border-top: 1px solid #ccc;
}
table .layout {
width: 100%;
}
.layout, td .layout, tr .layout {
border: none;
text-align: center;
vertical-align: top;
}
table .exif_info {
width: 100%;
}
.exif_info td, .exif_info th {
vertical-align: top;
margin: 0em;
padding: 0em;
padding-left: 0.5em;
}
.fa-atom-square:before {
content: "\f143"
}

View File

@@ -41,8 +41,9 @@ COLORBOX_PARAMS = 'transition:"elastic"'
#GITHUB_SHOW_USER_LINK = True
DEFAULT_PAGINATION = 10
GALLERY_IMG_PER_ROW = 5
GALLERY_IMG_PER_ROW = 3
#RELATED_POSTS_MAX = 5
#EXIF_INFO_DEFAULT = False
BOOTSTRAP_NAVBAR_INVERSE = True
DISPLAY_BREADCRUMBS = True
@@ -62,7 +63,7 @@ PYGMENTS_RST_OPTIONS = {'linenos': 'table'}
# Plugins used
PLUGIN_PATH = '../pelican-plugins'
PLUGINS = ['related_posts', 'gallery']
PLUGINS = ['related_posts', 'gallery', 'exif_info']
# Main Settings
TIMEZONE = 'Europe/Amsterdam'

View File

@@ -44,8 +44,9 @@ COLORBOX_PARAMS = 'transition:"elastic"'
#GITHUB_SHOW_USER_LINK = True
DEFAULT_PAGINATION = 10
GALLERY_IMG_PER_ROW = 5
GALLERY_IMG_PER_ROW = 3
#RELATED_POSTS_MAX = 5
#EXIF_INFO_DEFAULT = False
BOOTSTRAP_NAVBAR_INVERSE = True
DISPLAY_BREADCRUMBS = True
@@ -65,7 +66,7 @@ PYGMENTS_RST_OPTIONS = {'linenos': 'table'}
# Plugins used
PLUGIN_PATH = '../pelican-plugins'
PLUGINS = ['related_posts', 'gallery']
PLUGINS = ['related_posts', 'gallery', 'exif_info']
# Main Settings
TIMEZONE = 'Europe/Amsterdam'