Propchange: labs/panopticon/pan-site/src/asf/panopticon/static/css/bootstrap.css ('svn:executable' removed)
Modified: labs/panopticon/pan-site/src/asf/panopticon/static/css/panopticon.css URL: http://svn.apache.org/viewvc/labs/panopticon/pan-site/src/asf/panopticon/static/css/panopticon.css?rev=1617020&r1=1617019&r2=1617020&view=diff ============================================================================== --- labs/panopticon/pan-site/src/asf/panopticon/static/css/panopticon.css (original) +++ labs/panopticon/pan-site/src/asf/panopticon/static/css/panopticon.css Sat Aug 9 21:48:11 2014 @@ -1,67 +1,243 @@ -html, -body { - height: 100%; - /* The html and body elements cannot have any padding or margin. */ -} - -/* Wrapper for page content to push down footer */ -#wrap { - min-height: 100%; - height: auto !important; - height: 100%; - /* Negative indent footer by its height */ - margin: 0 auto -80px; - /* Pad bottom by footer height */ - padding: 0 0 80px; -} - -/* Set the fixed height of the footer here */ -#footer { - height: 80px; - background-color: #f5f5f5; -} - -.navbar-brand { - color: #0685FC !important; - font-family: 'Rokkitt', serif; - font-style: italic; - font-size: 25px; -} - -/* Custom page CSS --------------------------------------------------- */ -/* Not required for template or sticky footer method. */ - -#wrap > .container { - padding: 60px 15px 0; -} - -.container .credit { - margin: 20px 0; -} - -#footer > .container { - padding-left: 15px; - padding-right: 15px; -} - -code { - font-size: 80%; -} - -p.text-warning.navbar-text { - color: #c09853; -} - - - - - -/* Styles for user info popups */ -.popup-img { - float: left; - padding-right: 15px; -} -.popover { z-index: 10001; } - -label .required-mark { color: #b94a48; } +.delimiter { + margin-top: 200px; +} +.delimiter.line { + margin-top: 150px; + margin-bottom: 150px; + border-top: 2px solid #ebedee; +} +header { + padding-top: 100px; + padding-bottom: 70px; + z-index: 100; +} +@media (max-width: 767px) { + header { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + } +} +section * { + z-index: 2; +} +.background { + position: absolute; + left: 0; + top: 0; + right: 0; + bottom: 0; + z-index: 1; + background: 50% 50% no-repeat; + -webkit-background-size: cover; + -moz-background-size: cover; + -o-background-size: cover; + background-size: cover; + opacity: 20; + filter: alpha(opacity=2000); +} +.container { + position: relative; + z-index: 2; +} +.navbar { + position: relative; + border: none; + margin-bottom: 0px; +} +.navbar a { + color: #fff; +} +.navbar a:hover { + color: #506e8c; +} +.navbar a.panopticon-logo { + color: #fff; + font-size: 25px; +} +.navbar a.panopticon-logo:hover { + color: #d9534f; +} +.navbar .nav > li > a.logged-in-as { + padding: 15px 0 15px 10px; +} +section.splash { + padding-top: 258px; + padding-bottom: 260px; + z-index: 100; + position: relative; + color: white; + background-color: #2c3e50; +} +section.splash.v-center, +section.splash .v-center { + display: table; + width: 100%; +} +section.splash.v-center > div, +section.splash .v-center > div { + display: table-cell; + vertical-align: middle; + margin-top: 0; + margin-bottom: 0; + float: none; +} +@media (min-width: 768px) { + section.splash.v-center.row:before, + section.splash .v-center.row:before, + section.splash.v-center.row:after, + section.splash .v-center.row:after { + display: none; + } +} +@media (max-width: 767px) { + section.splash.v-center, + section.splash .v-center { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + padding-left: 5px; + padding-right: 5px; + } + section.splash.v-center.row, + section.splash .v-center.row { + display: block; + width: auto; + } + section.splash.v-center.row:before, + section.splash .v-center.row:before, + section.splash.v-center.row:after, + section.splash .v-center.row:after { + display: none; + } + section.splash.v-center.row > *, + section.splash .v-center.row > * { + display: block; + vertical-align: baseline; + } +} +section.splash .hero-unit { + margin: 0 0 35px; + padding: 0; + background: transparent; + font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif; +} +section.splash .hero-unit h1 { + margin: 0 0 17px; + font-size: 41px; + color: white; + line-height: 44px; + font-weight: 500; +} +section.splash .hero-unit p { + font-size: 28px; + color: white; + line-height: 38px; + font-weight: 300; +} +section.splash .background { + background-image: url('../images/panopticon-background.jpg'); + background-attachment: fixed; + opacity: 100; + filter: alpha(opacity=10000); +} +@media (max-width: 768px) { + section.splash .background { + -webkit-background-size: auto 200%; + -moz-background-size: auto 200%; + -o-background-size: auto 200%; + background-size: auto 200%; + } +} +footer { + background-color: #2c3e50; + padding-top: 85px; + padding-bottom: 85px; + font-size: 14px; + color: #fff; +} +footer.standard { + margin-top: 1em; + padding-top: 0; + padding-bottom: 0; +} +footer p.lead a { + color: #ffffff; +} +footer .social-btns a { + color: #fff; + margin: 0 10px 0 0; +} +footer h6 { + margin: 0 0 20px; + font-size: 16px; + font-weight: normal; + color: #fff; + line-height: 16px; + text-transform: none; +} +footer ul { + list-style: none; + margin: 0; + padding: 0; + font-size: 16px; + font-weight: normal; +} +footer ul li { + margin-bottom: 5px; + line-height: 20px; +} +footer a { + color: #777777; +} +footer .additional-links { + border-top: 1px solid #374859; + padding-top: 17px; + padding-bottom: 17px; + margin-top: 10px; + margin-bottom: 10px; + font-size: 14px; + font-weight: normal; +} +footer .additional-links p { + margin-top: 5px; +} +footer .additional-links a.link { + margin-left: 5px; + margin-right: 5px; +} +footer .additional-links a.link:first-of-type { + margin-left: 0; +} +footer.standard .additional-links { + border-top: none; +} +footer .buy-btn { + text-align: center; +} +footer .buy-btn a.btn { + font-size: 15px; + font-weight: normal; + color: #ffffff; +} +footer .buy-btn .btn { + margin-bottom: 17px; +} +footer .buy-btn .btn .btn-danger { + background-color: #c0392b; +} +@media (max-width: 767px) { + footer { + padding-right: 5px; + padding-left: 5px; + } +} +.panopticon-logo { + color: #fff; + font-family: 'Rokkitt', serif; + font-style: italic; + font-size: 25px; +} +.text-white { + color: #fff; +} Modified: labs/panopticon/pan-site/src/asf/panopticon/static/fonts/glyphicons-halflings-regular.eot URL: http://svn.apache.org/viewvc/labs/panopticon/pan-site/src/asf/panopticon/static/fonts/glyphicons-halflings-regular.eot?rev=1617020&r1=1617019&r2=1617020&view=diff ============================================================================== Files labs/panopticon/pan-site/src/asf/panopticon/static/fonts/glyphicons-halflings-regular.eot (original) and labs/panopticon/pan-site/src/asf/panopticon/static/fonts/glyphicons-halflings-regular.eot Sat Aug 9 21:48:11 2014 differ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@labs.apache.org For additional commands, e-mail: commits-h...@labs.apache.org