aboutsummaryrefslogtreecommitdiff
path: root/app/css/lbarman.css
blob: 2a2a171d9d629e8fa5cb1df1d660b04fb377619a (plain) (blame)
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
143
144
145
/* app css stylesheet */

body
{
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2NjY2NjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	
	font-family:'Ubuntu', "Times New Roman", Times, serif;
	padding:5px;
	font-size:16px;
		
}
.world {
	position: relative;
}

.world .line {
	position: absolute;
}

.point {
	position: absolute;
}

.point > .circle {
	position: relative;
	border-radius: 50%;
	margin-left: -10px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border: solid #aaaaaa 2px;
	-webkit-transition: all .2s ease-in-out;
}

.point > .circle:hover {
	margin-left: -15px;
	margin-top: -15px;
        width: 30px;
	height: 30px;
	-webkit-transform: scale(1.5);
}


.selected > .circle {
	background-color: rgba(7,140,255,.6);
        border-color: black;
}
.point > .songLabel p{
    position: relative;
    left:25px;
    top:-30px;
    color:#aaaaaa;
    display: none;
    font-size: 22px;
}
.selected > .songLabel p{
    color:rgb(7,140,255);
}

.point:hover > .songLabel p{
    display: block;
}

#column-left
{
	width:300px;
	float:left;
	height:100%;
	overflow:hidden;
	min-height:100%;
}
#column-middle
{
	margin-left:350px;	
	margin-right:350px;		
}
#column-right
{
	width:300px;
	float:right;
	height:100%;
	overflow:hidden;
	min-height:100%;	
}

a, a:hover
{
	color:#000;	
}
h1
{
	color:#666;
	border-bottom:1px solid #999;
	padding-bottom:10px;
	margin-bottom:50px;	
	text-shadow:5px 5px 10px #EEE;
	padding-left:40px;
}
input
{
	padding:5px;
	
	font-family:'Ubuntu', "Times New Roman", Times, serif;	
}
fieldset
{
	margin-bottom:30px;	
	padding-top:20px;
	padding-bottom:20px;
	border:1px groove #EEE;
}
#authors
{
	float:right;	
	color:#666;
	font-size:13px;
	position:absolute;
	bottom:10px;
	margin:auto;
	width:100%;
	text-align:center;
}
#videoResultsDiv ul
{
	list-style:none;
	padding:0px;
	max-height:400px;
	overflow:scroll;	
	overflow-y: scroll;
	overflow-x: hidden;
}
#videoResultsDiv li
{
	margin:5px;	
	margin-bottom:10px;
}