-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle-internal.css
More file actions
95 lines (79 loc) · 1.46 KB
/
style-internal.css
File metadata and controls
95 lines (79 loc) · 1.46 KB
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
#fan-page{
/* border:solid 1px #ddd;*/
margin-top:120px;
}
/*Contact*/
#contact{
width:800px;
margin:0 auto;
height:400px;
/* border:solid 1px black;*/
}
#contact h2{
margin-top:100px;
text-align: center;
}
p{
text-align: center;
}
#left-float{
float:left;
margin:20px;
}
#left-float li{
line-height: 25px;
}
#float-right{
float:right;
margin:20px;
}
input[type="text"],
input[type="email"]{
padding:10px;
}
input[type="email"]
{
margin-left:10px;
}
input[type="text"]#msg{
padding-right:216px;
margin-top:10px;
}
input[type="submit"],input[type="reset"]{
margin:10px 0 0 376px;
padding:8px 15px;
color:white;
background:black;
text-transform: uppercase;
border:dashed 1px white;
}
input[type="submit"]:hover{
box-shadow:0 2px 20px 2px #777;
cursor:pointer;
transition:box-shadow 0.5s;
}
form small{
color:crimson;
}
/*Bootstrap*/
/* tab color */
.nav-tabs>li>a {
background-color: #000;
border-color: #ddd;
color:#fff;
}
/* active tab color */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
color: #333;
background-color: #bbb;
border: 1px solid #eee;
}
/* hover tab color */
.nav-tabs>li>a:hover {
border-color: #000000;
background-color: #111111;
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}