Adding table-based EXIF info
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user