mirror of
https://github.com/10h30/trestle.git
synced 2026-07-11 18:56:07 +09:00
added nav extras functionality even when no "primary" custom menu is specified, cleaned up stuff, removed extraneous files
This commit is contained in:
@@ -272,7 +272,7 @@ h6 {
|
||||
font-family: Lato, sans-serif;
|
||||
font-weight: 700;
|
||||
line-height: 1.2;
|
||||
margin: 0 0 16px;
|
||||
margin: 0 0 14px;
|
||||
margin: 0 0 1.6rem;
|
||||
}
|
||||
|
||||
@@ -286,6 +286,10 @@ h2 {
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
.entry-content h2 {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 24px;
|
||||
font-size: 2.4rem;
|
||||
@@ -387,6 +391,16 @@ input:hover[type="submit"],
|
||||
border-color: #f15123;
|
||||
}
|
||||
|
||||
.red {
|
||||
background-color: #f15123;
|
||||
border-color: #f15123;
|
||||
}
|
||||
|
||||
.red:hover {
|
||||
background-color: #333;
|
||||
border: 1px solid #333;
|
||||
}
|
||||
|
||||
.genesis-nav-menu input[type="submit"]:hover {
|
||||
background-color: #555;
|
||||
border-color: #555;
|
||||
@@ -678,10 +692,6 @@ img.alignright,
|
||||
margin-bottom: 0.4rem;
|
||||
}
|
||||
|
||||
.author-box a {
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.author-box p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
@@ -844,6 +854,28 @@ img#wpstats {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Fancybox for Wordpress
|
||||
--------------------------------------------- */
|
||||
#fancybox-wrap, #fancybox-wrap * {
|
||||
-webkit-box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
/* Mappress
|
||||
--------------------------------------------- */
|
||||
.mapp-layout,
|
||||
.mapp-map-links {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
/* Simple Section Navigation */
|
||||
.simple-section-nav .current-menu-item > a,
|
||||
.simple-section-nav .current_page_item > a,
|
||||
.simple-section-nav .current_page_ancestor > a {
|
||||
color: #f15123;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
Site Header
|
||||
@@ -1159,11 +1191,13 @@ Content Area
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
|
||||
.entry-content a {
|
||||
.site-inner a {
|
||||
border-bottom: 1px solid #ddd;
|
||||
color: #f15123;
|
||||
}
|
||||
|
||||
.entry-content a {
|
||||
color: #f15123;
|
||||
}
|
||||
.entry-content a:hover {
|
||||
color: #333;
|
||||
}
|
||||
@@ -1359,10 +1393,6 @@ Sidebars
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.sidebar a {
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.sidebar p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
@@ -1394,11 +1424,12 @@ Footer Widgets
|
||||
background-color: #333;
|
||||
color: #999;
|
||||
clear: both;
|
||||
padding: 40px 5% 16px;
|
||||
padding: 4rem 5% 1.6rem;
|
||||
}
|
||||
|
||||
|
||||
.footer-widgets .wrap {
|
||||
padding: 40px 20px 0;
|
||||
padding: 4rem 2rem 0;
|
||||
}
|
||||
|
||||
.footer-widgets-1,
|
||||
.footer-widgets-2,
|
||||
@@ -1416,7 +1447,6 @@ Footer Widgets
|
||||
}
|
||||
|
||||
.footer-widgets a {
|
||||
border-bottom: 1px solid #666;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
@@ -1462,10 +1492,6 @@ Site Footer
|
||||
padding: 2rem;
|
||||
}
|
||||
|
||||
.site-footer a {
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.site-footer a:before,
|
||||
.site-footer a:after {
|
||||
display: none;
|
||||
@@ -1484,19 +1510,12 @@ Site Footer
|
||||
General Components
|
||||
---------------------------------------------------------------------------------------------------- */
|
||||
|
||||
/* Search Form */
|
||||
/* Search Form
|
||||
--------------------------------------------- */
|
||||
.search-form {
|
||||
padding-right: 115px;
|
||||
}
|
||||
|
||||
/* FancyBox for Wordpress */
|
||||
#fancybox-wrap * {
|
||||
-webkit-box-sizing: content-box !important;
|
||||
-moz-box-sizing: content-box !important;
|
||||
-ms-box-sizing: content-box !important;
|
||||
box-sizing: content-box !important;
|
||||
}
|
||||
|
||||
.search-form input[type="submit"] {
|
||||
float: right;
|
||||
max-width: 108px;
|
||||
@@ -1586,15 +1605,21 @@ Media Queries
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.entry, .sidebar .widget {
|
||||
padding: 30px 40px;
|
||||
padding: 3rem 4rem;
|
||||
}
|
||||
|
||||
.sidebar-secondary {
|
||||
width: 17.25%;
|
||||
}
|
||||
|
||||
/* Padding - remove padding in rules below for solid background */
|
||||
.entry,
|
||||
.sidebar .widget,
|
||||
.author-box,
|
||||
.comment-respond,
|
||||
.entry-comments,
|
||||
.entry-pings {
|
||||
padding: 30px 40px;
|
||||
padding: 3rem 4rem;
|
||||
}
|
||||
|
||||
.footer-widgets-1 {
|
||||
margin-right: 40px;
|
||||
margin-right: 4rem;
|
||||
@@ -1605,16 +1630,6 @@ Media Queries
|
||||
padding: 4rem 4rem 2.4rem;
|
||||
}
|
||||
|
||||
.author-box {
|
||||
padding: 40px;
|
||||
padding: 4rem;
|
||||
}
|
||||
|
||||
.comment-respond, .entry-comments, .entry-pings {
|
||||
padding: 40px;
|
||||
padding: 4rem;
|
||||
}
|
||||
|
||||
.entry-footer .entry-meta {
|
||||
border-top: 2px solid #f5f5f5;
|
||||
margin: 0 -40px;
|
||||
@@ -1622,11 +1637,7 @@ Media Queries
|
||||
padding: 32px 40px 8px;
|
||||
padding: 3.2rem 4rem 0.8rem;
|
||||
}
|
||||
|
||||
.footer-widgets {
|
||||
padding: 40px 0 16px;
|
||||
padding: 4rem 0 1.6rem;
|
||||
}
|
||||
/* End padding section */
|
||||
|
||||
.footer-widgets-1,
|
||||
.footer-widgets-2,
|
||||
|
||||
Reference in New Issue
Block a user