forked from chilipeppr/workspace-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkspace.css
142 lines (125 loc) · 2.54 KB
/
workspace.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
137
138
139
140
141
142
/* Workspace CSS */
.sample {
border:2px silver dashed;
border-radius:4px;
padding:10px;
}
.com-chilipeppr-ws-hdr {
padding:10px 15px;
}
.col-pad10 {
padding-left:5px;
padding-right:5px;
}
.col-nopadrt {
padding-right:0;
}
.col-nopadleft {
padding-left:0;
}
/* Feel free to remove this css tag to change the margin below the widgets */
.well, div.panel.panel-default {
margin-bottom:10px;
}
.billboard-content {
padding: 6px 20px;
}
.billboard-title {
margin-bottom:6px;
}
.billboard-url {
/* font-size: 9px; */
padding-top:0px;
margin-bottom:6px;
font-size:12px;
}
.billboard-img {
border:0px solid red;
border-radius: 5px;
position: relative;
width:100%;
height:160px;
background-position: center;
background-size: cover;
}
.billboard-imgcontain {
border:0px solid red;
position: relative;
}
.billboard-stats {
position: absolute;
top: 4px;
left: 10px;
}
.billboard-desc {
/* font-size:11px; */
}
.billboard-detail-title {
font-weight: bold;
}
.billboard-stats2 {
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
padding: 4px 10px 10px 10px;
background-color: rgba(255, 255, 255, 0.5);
}
.instructions-container {
border: 1px solid #ddd;
border-radius:5px;
margin-bottom:10px;
}
.instructions {
text-align: justify;
text-justify: inter-word;
padding-right: 10px;
}
.update {
text-align: justify;
text-justify: inter-word;
padding-right: 10px;
padding-left: 10px;
}
#instructions-title {
padding: 10px;
width: auto;
display: block;
border-bottom: 1px solid #ddd;
background-color: #f5f5f5;
}
#nvbr {
background-color:#444d5d;
padding-top: 0;
padding-bottom: 0;
}
.logo-img{
float: left;
margin: 0px 0px 0px 0px; /* fixed the spacing. */
}
.navbar-nav > li .active > a {
margin-right: 2px;
}
.navbar-default .navbar-nav > li > a {
color: #b2bbbd;
margin-right: 2px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
margin-top:10px;
line-height: 0px;
border-radius:3px;
margin-right: 2px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #FFF;
}
.navbar-default .navbar-nav > li > a:hover {
margin-top:10px;
line-height: 0px;
border-radius:3px;
}
.navbar-default .navbar-nav > li > a:focus {
margin-top:10px;
line-height: 0px;
border-radius:3px;
}