686ce400c2c774cbfbc5376140dd9fa508e4b23d
[bootswatch] / Progressus / assets / css / main-cls.css
1 /* Header */
2 .pr-head {
3     background:#181015 url( ../images/bg_header.jpg) no-repeat;
4     background-size: cover;
5     min-height:520px;
6     text-align: center; padding-top:240px; color:white; font-family:"Open sans", Helvetica, Arial; font-weight:300; }
7 .pr-head.secondary { height:100px; min-height: 100px; padding-top:0px; }
8         .pr-head .lead { font-family:"Open sans", Helvetica, Arial; font-size:44px; margin-bottom:6px; color:white; line-height:1.15em; } 
9         .pr-head .tagline { color:rgba(255,255,255,0.75); margin-bottom:25px; }
10                 .pr-head .tagline a { color:#fff; } 
11         .pr-head .btn {
12         
13         margin-bottom: 10px;
14         margin-right: 10px;
15         margin-left: 10px;
16         padding-left: 30px;
17         padding-right: 30px;
18     }
19         .pr-head .btn-default { text-shadow: none; background:transparent; color:rgba(255,255,255,.5); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); background: transparent; }
20                 .pr-head .btn-default:hover,
21                 .pr-head .btn-default:focus { color:rgba(255,255,255,.8); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); background: transparent; }
22                 .pr-head .btn-default:active, 
23                 .pr-head .btn-default.active { color:#fff; -webkit-box-shadow:inset 0px 0px 0px 3px #fff; -moz-box-shadow:inset 0px 0px 0px 3px #fff; box-shadow:inset 0px 0px 0px 3px #fff; background: transparent; }
24
25 @media (max-width: 767px) {
26         .pr-head { min-height:420px; padding-top:160px; }
27         .pr-head .lead { font-size: 34px; }
28 }
29
30
31 /* Autohide navbar */
32 .slideUp { top:-100px; }
33 .headroom { -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }
34
35
36 /* Highlights (in jumbotron in most cases) */
37 .highlight { margin-top:40px; }
38         .h-caption { text-align: center; } 
39         .h-caption i { display:block; font-size: 54px; color:#382526; margin-bottom:36px; }
40         .h-caption h4 { color:#382526; font-size: 16px; font-weight: bold; margin-bottom:20px; }
41         .h-body { }
42
43
44 /* Typography */
45 h1, h2, h3, h4, h5, h6 { font-family:"Open sans", Helvetica, Arial; }
46 h1, .h1, h2, .h2, h3, .h3 { margin-top:30px; } 
47 blockquote { font-style: italic; font-family: Georgia; color:#999; margin:30px 0 30px; }
48 label { color: #777; }
49 .thin { font-weight:300; }
50 .page-title { margin-top:20px; font-weight:300; }
51 .text-muted { color:#888; }
52 .breadcrumb { background:none; padding:0; margin:30px 0 0px 0; }
53 ul.list-spaces li{ margin-bottom:10px; }
54
55 /* Helpers */
56 .container-full { margin: 0 auto; width: 100%; }
57 .top-space { margin-top: 60px; }
58 .top-margin { margin-top:20px; }
59
60 img { max-width:100%; }
61 img.pull-right { margin-left: 10px; }
62 img.pull-left { margin-right: 10px; }
63 #map { width:100%; height:280px; }
64 #social { margin-top:50px; margin-bottom:50px; }
65         #social .wrapper { width:340px; margin:0 auto; }
66
67 /* Main content block */
68 .maincontent { }
69
70 /* Sidebars */
71 .sidebar { padding-top:36px; padding-bottom:30px; }
72         .sidebar .widget { margin-bottom:20px; }
73         .sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 { margin-top:20px; } 
74
75 /* Footer */
76 .footer1 { background: #232323; padding: 30px 0 0 0; font-size: 12px; color: #999; }
77         .footer1 a { color: #ccc; }
78                 .footer1 a:hover {color: #fff; }
79         .footer1 .widget { margin-bottom:30px; }                
80         .footer1 .widget-title { font-size: 17px; font-weight: bold; color: #ccc; margin: 0 0 20px; }
81         .footer1 .entry-meta { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 0 0 35px 0; padding: 2px 0; color: #888888; font-size: 12px; font-size: 0.75rem; }
82                 .footer1 .entry-meta a { color: #333333; }
83                 .footer1 .entry-meta .meta-in { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 0; }
84         .follow-me-icons { font-size:30px; }            
85                 .follow-me-icons i { float:left; margin:0 10px 0 0; }           
86
87 .footer2 { background: #191919; padding: 15px 0; color: #777; font-size: 12px; }
88         .footer2 a { color: #aaa; }
89                 .footer2 a:hover { color: #fff; }
90                 .footer2 p { margin: 0; }
91
92         .widget-simplenav { margin-left:-5px; }         
93         .widget-simplenav a{ margin:0 5px; }