X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Ftopic.css;fp=examples%2Fhtdocs%2Ftopic.css;h=303942a1201ae24c031ea23caa9b5fb60b4ad3f8;hb=f7781746145de7c7d226a6abbbf8547906e3e7d7;hp=0000000000000000000000000000000000000000;hpb=6ea62f7ae0cb9a6b9d9085b6e36f38bc95e60253;p=mkws-moved-to-github.git 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; + } +}