summaryrefslogtreecommitdiffstats
path: root/cvp/3rd_party/static/testapi-ui/assets/css/style.css
blob: 44f14e07586f381b2b474b8cc602ab35f3a6bbf9 (plain)
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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
/*
	Theme Name: Salient
	Theme URI: http://www.themenectar.com
	Author: ThemeNectar
	Author URI: http://themenectar.com
	Description: An Ultra Responsive Multi-Purpose Theme.
	Version: 8.1.0
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html

-------------------------------------------------------------------------

	1.	Browser Reset + Font Face
	2.	Globally Applied Styles
	3.	Header + Search Bar Styles
	4.	Plugin Related Styles
	5.	Page + Custom Page Layout Styles
	6.	Nectar Shortcode Styles
	7.  Footer Styles
	8.	Sidebar Styles
	9.  Blog + Pagination Styles
	10.	Comment Styles
	11.	General Form Styles

-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------*/
/*	1.	Browser Reset + Font Face
/*-------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.nectar-button span {
    left: 0px;
    display: inline-block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
    -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
    position: relative;
}

.nectar-button.medium {
    border-radius: 3px 3px 3px 3px;
    padding: 10px 15px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #FFF;
    box-shadow: 0 -2px rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 -2px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 -2px rgba(0,0,0,0.1) inset;
    -o-box-shadow: 0 -2px rgba(0,0,0,0.1) inset;
}
.nectar-button {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
    -o-box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
    transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
    -moz-transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
    -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
    -o-transition: opacity .45s cubic-bezier(0.25,1,0.33,1);
    color: #FFF;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 13px 18px;
    position: relative;
    text-transform: uppercase;
    top: -3px;
    margin-bottom: 10px;
    opacity: 1;
    line-height: 20px;
    background-color: #27CFC3;
    display: inline-block;
}

.nav>li>a {
    font-size: 18px;
}

table {
    font-size: 15px;
}

th {
    font-size: 16px;
}

.dropdown-menu {
    padding: 0px;
}

.dropdown-menu>li>a, .dropdown-menu>li>span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    background-color: #1C1C1C;
    color: #ccc;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    font-size: 15px;
    color: #27CFC3;
    text-decoration: none;
    background-color: #1C1C1C;
}

.nectar-button, a {
    cursor: pointer!important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #fff;
    background-color: #27CFC3;
    border-color: #27CFC3;
}

table .nectar-button.medium {
    padding: 0px 15px;
}


.dropdown-menu {
    border: 0px solid #ccc;
}

.dropdown-menu>li>span>i {
    cursor: pointer;
}

.heading .logo {
    display: inline-block;
    padding-bottom: 30px;
}

.heading .slogan {
    display: inline-block;
    margin-left: 20px;
}

.badge-info {
    color: #fff;
    background-color: #27CFC3;
    border-color: #27CFC3;
}

.opnfv-blue {
    color: #27CFC3;
}

.field {
    margin-bottom: 10px;
}