corrade-nucleus-nucleons – Blame information for rev 28

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 /* Space out content a bit */
2 body {
3 font-family: 'Computer Modern Serif';
4 font-size: 12pt;
5 padding-top: 20px;
6 padding-bottom: 20px;
7 }
8  
9 form {
10 font-family: 'Computer Modern Typewriter';
11 font-size: 14pt;
12 }
13  
14 button {
15 font-size: 20pt;
16 font-family: 'Computer Modern Serif';
17 font-weight: bold;
18 }
19  
20 input {
21 font-size: 16pt;
22 }
23  
24 legend,
25 label,
26 .help-block {
27 font-family: 'Computer Modern Serif';
28 }
29  
30 /* Everything but the jumbotron gets side spacing for mobile first views */
31 .header,
32 .marketing,
33 .footer {
34 padding-right: 15px;
35 padding-left: 15px;
36 }
37  
38 /* Custom page header */
39 .header {
40 padding-bottom: 20px;
41 border-bottom: 1px solid #e5e5e5;
42 }
43 /* Make the masthead heading the same height as the navigation */
44 .header h3 {
45 margin-top: 0;
46 margin-bottom: 0;
47 line-height: 40px;
48 }
49  
50 /* Custom page footer */
51 .footer {
52 padding-top: 19px;
53 color: #777;
54 border-top: 1px solid #e5e5e5;
55 }
56  
57 /* Customize container */
58 @media (min-width: 768px) {
59 .container {
60 max-width: auto;
61 }
62 }
63 .container-narrow > hr {
64 margin: 30px 0;
65 }
66  
67 /* Main marketing message and sign up button */
68 .jumbotron {
69 text-align: center;
70 border-bottom: 1px solid #e5e5e5;
71 }
72 .jumbotron .btn {
73 padding: 14px 24px;
74 font-size: 21px;
75 }
76  
77 /* Supporting marketing content */
78 .marketing {
79 margin: 40px 0;
80 }
81 .marketing p + h4 {
82 margin-top: 28px;
83 }
84  
85 /* Responsive: Portrait tablets and up */
28 office 86 @media screen and (min-width: 480px) {
1 office 87 /* Remove the padding we set earlier */
88 .header,
89 .marketing,
90 .footer {
91 padding-right: 0;
92 padding-left: 0;
93 }
94 /* Space out the masthead */
95 .header {
96 margin-bottom: 30px;
97 }
98 /* Remove the bottom border on the jumbotron for visual effect */
99 .jumbotron {
100 border-bottom: 0;
101 }
102 }
103  
25 office 104 .panel-heading {
105 background-color: #ddddff !important;
106 }
107  
28 office 108 .fake-btn {
109 background-color: rgba(0, 0, 0, 0) !important;
110 }
25 office 111  
28 office 112