FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
brainhackorg.github.io/stylesheets/default/default.css at main · brainhackorg/brainhackorg.github.io · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
brainhackorg
/
brainhackorg.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
13
Star
2
Code
Issues
2
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
brainhackorg.github.io
/
stylesheets
/
default
/
default.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
93 lines (88 loc) · 2.06 KB
Breadcrumbs
brainhackorg.github.io
/
stylesheets
/
default
/
default.css
Copy path
File metadata and controls
93 lines (88 loc) · 2.06 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
.
theme-default
.
nivoSlider
{
position
:
relative;
background
:
#
fff
url
(loading.gif) no-repeat
50
%
50
%
;
margin-bottom
:
10
px
;
-webkit-box-shadow
:
0
px
1
px
5
px
0
px
#
4a4a4a
;
-moz-box-shadow
:
0
px
1
px
5
px
0
px
#
4a4a4a
;
box-shadow
:
0
px
1
px
5
px
0
px
#
4a4a4a
;
}
.
theme-default
.
nivoSlider
img
{
position
:
absolute;
top
:
0
px
;
left
:
0
px
;
display
:
none;
}
.
theme-default
.
nivoSlider
a
{
border
:
0
;
display
:
block;
}
.
theme-default
.
nivo-controlNav
{
text-align
:
center;
padding
:
20
px
0
;
}
.
theme-default
.
nivo-controlNav
a
{
display
:
inline-block;
width
:
22
px
;
height
:
22
px
;
background
:
url
(bullets.png) no-repeat;
text-indent
:
-9999
px
;
border
:
0
;
margin
:
0
2
px
;
}
.
theme-default
.
nivo-controlNav
a
.
active
{
background-position
:
0
-22
px
;
}
.
theme-default
.
nivo-directionNav
a
{
display
:
block;
width
:
30
px
;
height
:
30
px
;
background
:
url
(arrows.png) no-repeat;
text-indent
:
-9999
px
;
border
:
0
;
opacity
:
0
;
-webkit-transition
:
all
200
ms
ease-in-out;
-moz-transition
:
all
200
ms
ease-in-out;
-o-transition
:
all
200
ms
ease-in-out;
transition
:
all
200
ms
ease-in-out;
}
.
theme-default
:
hover
.
nivo-directionNav
a
{
opacity
:
1
; }
.
theme-default
a
.
nivo-nextNav
{
background-position
:
-30
px
0
;
right
:
15
px
;
}
.
theme-default
a
.
nivo-prevNav
{
left
:
15
px
;
}
.
theme-default
.
nivo-caption
{
font-family
:
Helvetica
,
Arial
,
sans-serif;
}
.
theme-default
.
nivo-caption
a
{
color
:
#
fff
;
border-bottom
:
1
px
dotted
#
fff
;
}
.
theme-default
.
nivo-caption
a
:
hover
{
color
:
#
fff
;
}
.
theme-default
.
nivo-controlNav
.
nivo-thumbs-enabled
{
width
:
100
%
;
}
.
theme-default
.
nivo-controlNav
.
nivo-thumbs-enabled
a
{
width
:
auto;
height
:
auto;
background
:
none;
margin-bottom
:
5
px
;
}
.
theme-default
.
nivo-controlNav
.
nivo-thumbs-enabled
img
{
display
:
block;
width
:
120
px
;
height
:
auto;
}
Back
|
FazBrowse Home
|
New Git URL