JWS-109 Added some basic styling and js very much inspired in the main Barton website.
[jabaws.git] / website / static / css / main.css
1
2 /*
3 body {
4         padding-top: 70px
5 }
6 */
7 p.justify {
8         text-align: justify;
9 }
10 p.people {
11         padding: 2% 0% 0% 2%;
12 }
13 img.people{
14 padding-right: 2%;
15 padding-bottom: 2%;
16 float: left;
17 }
18
19 .imgright{
20 padding-left: 2%;
21 float: right;
22 margin: 2%;
23 }
24
25 .imgleft{
26 padding-right: 2%;
27 float: left;
28 margin: 2%
29 }
30
31
32 .page-header {
33   padding-bottom: 9px;
34   margin: 0px 0 20px;
35   border-bottom: 1px solid #eeeeee;
36 }
37
38 .vspace { height: 60px;}
39
40
41 /**
42 *** BibBase reference-specific additions
43 **/
44 img.bibbase_icon {
45   display: none;
46 }
47
48 /* remove linkout to bibbase, but make it bold */
49 .bibbase_paper_title a {
50   color: #333;
51   text-decoration: none;
52   pointer-events: none;
53   cursor: default;
54   font-weight: bold;
55 }
56
57 /* remove bibbase link to authors with bibbase accounts */
58 a.bibbase.author.link {
59   color: #333;
60   text-decoration: none;
61   pointer-events: none;
62   cursor: default;
63 }
64
65 /* reformat refs borked by bootstrap css */
66 .bibbase_group_body {
67   padding-left: 15px;
68 }
69
70 /* put links on same line as citation */
71 br.bibbase_paper_content {
72   display: none;
73 }
74
75 /* resize link text */
76 .bibbase_paper_content {
77   font-size: smaller;
78 }
79
80 /* space out separate refs */
81 .bibbase_paper {
82   margin-bottom: 5px;
83 }
84
85 /* force display of year ref counts */
86 .bibbase_group_count {
87   display: initial;
88   font-weight: normal;
89 }
90
91 em2 {
92   font-style: italic;
93   font-family: "courier new", courier, monospace;
94   font-size: 14px;
95 }
96