Geo
This commit is contained in:
50
style.css
50
style.css
@@ -102,6 +102,14 @@ Text Domain: CreatorThemeRes-child
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
input.search-field {
|
||||
width: 200px;
|
||||
height: 24px;
|
||||
border: 1px dashed #eee;
|
||||
margin: 0 5px 0 0;
|
||||
|
||||
}
|
||||
|
||||
.albumdesc:hover {
|
||||
/*
|
||||
background: #ddd;
|
||||
@@ -140,8 +148,46 @@ Text Domain: CreatorThemeRes-child
|
||||
margin: 0 0 80px;
|
||||
}
|
||||
|
||||
/* Exif */
|
||||
|
||||
.image-exif {
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.exif-data {
|
||||
display: inline-block;
|
||||
margin-right: 16px;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.infowindow, .gm-style-iw {
|
||||
color: #5f5f5f;
|
||||
font: normal normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
|
||||
}
|
||||
|
||||
#map {
|
||||
width: 600px;
|
||||
height: 400px;
|
||||
display: none;
|
||||
margin: 5em auto;
|
||||
}
|
||||
|
||||
/* Single */
|
||||
|
||||
.wp-caption {
|
||||
margin-top: 24px !important;
|
||||
margin-bottom: 8px !important;
|
||||
}
|
||||
|
||||
.wp-caption p.wp-caption-text {
|
||||
font-size: 13px;
|
||||
line-height: 17px;
|
||||
margin: 0;
|
||||
padding: 3px 4px;
|
||||
}
|
||||
|
||||
.post_tags {
|
||||
margin-top: 40px;
|
||||
margin-bottom: 20px;
|
||||
@@ -162,7 +208,11 @@ Text Domain: CreatorThemeRes-child
|
||||
|
||||
.entry-meta {
|
||||
clear: both;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
|
||||
.entry-meta a {
|
||||
|
||||
Reference in New Issue
Block a user