diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index 9e4a2eb..0000000 --- a/MANIFEST.in +++ /dev/null @@ -1,2 +0,0 @@ -include *.txt *.ini *.cfg *.rst -recursive-include remarkbox_theme_meta *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml *.j2 diff --git a/remarkbox_theme_meta/static/theme/meta/css/diff.css b/remarkbox_theme_meta/static/theme/meta/css/diff.css new file mode 100644 index 0000000..4da3524 --- /dev/null +++ b/remarkbox_theme_meta/static/theme/meta/css/diff.css @@ -0,0 +1,70 @@ +a, a:visited, a:hover { + color: #292929; + opacity: .5; +} + +a:hover, a.navlogolink, a.navlogolink:visited { + opacity: 1.0; +} + +a.button { + opacity: 1.0; +} + +button { + height: 28px; + line-height: 28px; +} + +input { + height: 32px; + line-height: 32px; + min-height: 32px; + min-width: 130px; + font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif; + font-size: 15px; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; + box-shadow: none; + box-sizing: border-box; + padding-left: 10px; +} + +#email_input { + height: 32px; + line-height: 32px; + min-height: 32px; +} + +#keyword { + height: 24px; + line-height: 24px; + min-height: 24px; + min-width: 130px; +} + +.navother { + z-index: 98; + width: 100%; + position: fixed; + top: 95px; + padding-top: 15px; + padding-bottom: 0px; + left: 0; + + background-color: #fcf9f9; +} + +.searchbox { + padding-right: 60px; +} + +#search { + margin-bottom: 0px; +} + +#remarkbox-menu { + padding-left: 60px; + padding-top: 5px; +} diff --git a/remarkbox_theme_meta/static/theme/meta/css/meta.css b/remarkbox_theme_meta/static/theme/meta/css/meta.css new file mode 100644 index 0000000..9d06a09 --- /dev/null +++ b/remarkbox_theme_meta/static/theme/meta/css/meta.css @@ -0,0 +1,159 @@ +h1, h2, h3, h4, h5, h6 { + padding-top: 20px; +} + +a, a:link, a:visited { + text-decoration: none; +} + +a.anchor { + display: block; + position: relative; + top: -150px; + visibility: hidden; +} + +.navbar a { + color: #888888; +} + +.nav a { + color: #888888; +} + +body { + background-color: #f8f5f5; + overflow-x: hidden; +} + +.pricebox { + text-align: center; + background-color: #ffffff; + padding-top: 30px; + padding-bottom: 30px; +} + +.deal { + padding-top: 50px; + padding-bottom: 50px; +} + +.graybg { + /*background-color: #f8f5f5;*/ + background-color: #ffffff; +} + +.reasons { + /*background-color: #f8f5f5;*/ + background-color: #ffffff; +} + + +.nav, .navbar { + font-weight: bold; + width: 100%; + background-color: #ffffff; + border-top: solid 4px #AA0000; +} + +.nav { + padding-top: 15px; + padding-bottom: 10px; + /*border-bottom: 1px solid #eee;*/ +} + +.navbar { + display: none; + position: fixed; + top: 0; + left: 0; + + z-index: 99; +} + +.redline { + border-top: solid 4px #AA0000; +} + +.has-docked-nav .navbar { + display: block; + padding-top: 15px; + padding-bottom: 10px; + border-bottom: 1px solid #eee; +} + +.navlinks { + float: right; + padding-right: 40px; + padding-left: 40px; + padding-top: 10px; +} + +.navlink { + padding-right: 20px; +} + +.navlogo { + width: 280px; + /*vertical-align: middle;*/ + padding-right: 0px; + padding-left: 40px; +} + +.herologo { + width: 100%; + max-width: 600px; + min-width: 300px; + padding-top: 40px; + padding-bottom: 60px; +} + +.row-padding { + padding-top: 60px; + padding-bottom: 60px; +} + +span.avoidwrap { + display:inline-block; +} + +.container { + max-width: 860px; +} + +/* mail chimp and red buttons */ + +#mc_embed_signup { + clear:left; font:14px Helvetica,Arial,sans-serif; +} +#mc_embed_signup .button, .red { + background-color: #AA0000; + border-color: #AA0000; + color: #FFFFFF !important; +} +#mc_embed_signup .button:hover, .red:hover { + background-color: #D40000; + border-color: #DA0000; + color: #FFFFFF !important; +} + +/* media viewports */ + +.shown-on-phone { + display: none; +} + +.shown-on-tablet { + display: none; +} + +@media screen and (max-width:568px) { + .hidden-on-phone {display: none} + .shown-on-phone {display: block} +} + +@media screen and (max-width:750px) { + .navbar.hidden-on-tablet {display: none} + .hidden-on-tablet {display: none} + .shown-on-tablet {display: block} +} diff --git a/remarkbox_theme_meta/templates/meta-base.j2 b/remarkbox_theme_meta/templates/meta-base.j2 index 4043e38..bab0af2 100644 --- a/remarkbox_theme_meta/templates/meta-base.j2 +++ b/remarkbox_theme_meta/templates/meta-base.j2 @@ -6,25 +6,25 @@ - + {% include 'snippets/stylesheet-includes.j2' %} - - - + + + + {% include 'snippets/javascript-includes.j2' %} - + {% set main_domain = "https://www.remarkbox.com" %} -