From f7781746145de7c7d226a6abbbf8547906e3e7d7 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 2 Oct 2014 10:56:15 +0100 Subject: [PATCH] Rename topic-bootstrap.css to topic.css --- examples/htdocs/topic-bootstrap.css | 102 ----------------------------------- examples/htdocs/topic.css | 102 +++++++++++++++++++++++++++++++++++ 2 files changed, 102 insertions(+), 102 deletions(-) delete mode 100644 examples/htdocs/topic-bootstrap.css create mode 100644 examples/htdocs/topic.css diff --git a/examples/htdocs/topic-bootstrap.css b/examples/htdocs/topic-bootstrap.css deleted file mode 100644 index 303942a..0000000 --- a/examples/htdocs/topic-bootstrap.css +++ /dev/null @@ -1,102 +0,0 @@ -body { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - background: radial-gradient(ellipse at center, #ffffff 0%,#f8f8f8 100%); - font-weight: 300; -} -b, strong { - font-weight: 400; -} -.panel { - border: none; - background: white; - padding: 1em .75em; - border-radius: 3px; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - color: #76868A; - box-shadow: 0 0 2px rgba(0, 0, 0, 0.09); - margin-bottom: 2em; -} - -.panel-default > .panel-heading { - background-image: none; - border: none; - background-color: white; -} - -.panel-heading { - padding: 0.5em 15px 0; -} - -.panel-title { - font-size: 130%; - color: #4A5456; -} - -.panel-body { - padding: 10px 15px; -} - -.mkwsFacetTitle { - font-style: italic; - font-weight: 400; -} - .mkwsTerm { - padding: .1em 0; - } - .mkwsTerm a { - padding-right: .5em; - font-weight: 400; - } - -.mkwsSummary { - padding: .5em 0; - line-height: 1.35; -} -.mkwsSummary:last-child { - padding-bottom: 0; -} - -.container .jumbotron { - background: none; - padding: 0 2em 0 0; - box-shadow: none; - color: black; -} - .jumbotron .mkwsSummary { - line-height: 1.5; - } - .jumbotron p{ - font-size: 150%; - } - .mkwsCredit { - font-size: 125% !important; - font-style: italic; - } - -.mkwsGoogleImage .mkwsSummary { - padding: 0; - font-weight: 400; -} - .mkwsGoogleImage img { - max-width: 100%; - max-height: 200px; - padding: 1em 0 .5em; - } -.list-group-item { - padding: 10px 15px !important; -} -.list-group { - box-shadow: none; - -webkit-box-shadow: none; -} -@media screen and (min-width:700px) { - .multicol { - column-count: 2; - column-gap: 20px; - -moz-column-count: 2; - -moz-column-gap: 20px; - -webkit-column-count: 2; - -webkit-column-gap: 20px; - } -} diff --git a/examples/htdocs/topic.css b/examples/htdocs/topic.css new file mode 100644 index 0000000..303942a --- /dev/null +++ b/examples/htdocs/topic.css @@ -0,0 +1,102 @@ +body { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + background: radial-gradient(ellipse at center, #ffffff 0%,#f8f8f8 100%); + font-weight: 300; +} +b, strong { + font-weight: 400; +} +.panel { + border: none; + background: white; + padding: 1em .75em; + border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + color: #76868A; + box-shadow: 0 0 2px rgba(0, 0, 0, 0.09); + margin-bottom: 2em; +} + +.panel-default > .panel-heading { + background-image: none; + border: none; + background-color: white; +} + +.panel-heading { + padding: 0.5em 15px 0; +} + +.panel-title { + font-size: 130%; + color: #4A5456; +} + +.panel-body { + padding: 10px 15px; +} + +.mkwsFacetTitle { + font-style: italic; + font-weight: 400; +} + .mkwsTerm { + padding: .1em 0; + } + .mkwsTerm a { + padding-right: .5em; + font-weight: 400; + } + +.mkwsSummary { + padding: .5em 0; + line-height: 1.35; +} +.mkwsSummary:last-child { + padding-bottom: 0; +} + +.container .jumbotron { + background: none; + padding: 0 2em 0 0; + box-shadow: none; + color: black; +} + .jumbotron .mkwsSummary { + line-height: 1.5; + } + .jumbotron p{ + font-size: 150%; + } + .mkwsCredit { + font-size: 125% !important; + font-style: italic; + } + +.mkwsGoogleImage .mkwsSummary { + padding: 0; + font-weight: 400; +} + .mkwsGoogleImage img { + max-width: 100%; + max-height: 200px; + padding: 1em 0 .5em; + } +.list-group-item { + padding: 10px 15px !important; +} +.list-group { + box-shadow: none; + -webkit-box-shadow: none; +} +@media screen and (min-width:700px) { + .multicol { + column-count: 2; + column-gap: 20px; + -moz-column-count: 2; + -moz-column-gap: 20px; + -webkit-column-count: 2; + -webkit-column-gap: 20px; + } +} -- 1.7.10.4