-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
138 lines (111 loc) · 1.92 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
a {
text-decoration: none;
}
ul {
padding-left: 0;
}
li {
list-style: none;
}
* {
box-sizing: border-box;
}
body {
font-family: 'Montserrat', Arial, serif;
background-image: url('media/violetwinter.jpg');
}
::selection {
background-color: #EBEBF2;
color: #83828D;
}
.box-img{
width:298px;
height:315px;
padding: 10px;
}
#accesbar{
display: inline;
}
/*
Body
*/
.banner {
width: 100%;
height: 100%;
z-index:1;
padding-left: 55px;
padding-top: 100px;
margin: 0px auto;
background-size: 100%;
overflow: hidden;
font-size: 50px;
color: white;
font-family: font-family: 'Montserrat', Arial, serif;
}
.subtitle {
font-size: 20px;
font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}
.authors{
font-size: 14px;
font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
line-height: 100%;
}
/*******************/
/* Tabs */
/******************/
.tabdemo ul {
margin: 0;
padding: 0
}
.tabdemo .tab-content-item { max-width: 100%; }
.my-tabs { margin: 0 auto }
.my-tabs .tab-content-item {
padding: 50px;
background: #f9f9f9;
/* -webkit-columns: 2;
-moz-columns: 2;*/
columns: 1;
font-size: 24px;
line-height: 32px;
}
/*.content {
background: #f9f9f9;
font-size: 20px;
line-height: 32px;
}
*/
.my-tabs .tab-menu {
margin-bottom: 20px;
display: table;
width: 100%
}
.my-tabs li {
cursor: pointer;
padding: 0 12px;
display: table-cell;
text-align: center
}
.my-tabs li:first-of-type { padding-left: 0 }
.my-tabs li:last-of-type { padding-right: 0 }
.my-tabs li a {
background-color: #f9f9f9;
border-radius: 1px;
padding: 20px 40px;
display: block
}
.my-tabs li.active a {
background-color: #fff;
border-radius: 1px;
box-shadow: 0 8px 2px rgba(234,57,181,.33)
}
.my-tabs li.hover a {
background-color: #A1BFED;
}
.my-tabs li a { text-decoration: none }
.description {
font-size: 0.75em;
}
.panel-title{
font-size: 1em;
}