-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcss-browsers.sass
139 lines (116 loc) · 3.54 KB
/
css-browsers.sass
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
// all sizing based on *$px units
$px: 1 / 16 + rem
.css-browsers
position: relative
border: 1*$px solid rgba(0,0,0,0.5)
background-color: rgba(255,255,255,1.0)
.css-browsers-toolbar
padding: 7*$px
border-bottom: 1*$px solid rgba(0,0,0,0.5)
.css-browsers-btn
display: inline-block
width: 40*$px
height: 35*$px
padding-top: 5*$px
border: 1*$px solid rgba(0,0,0,0.5)
color: rgba(0,0,0,0.5)
text-align: center
text-decoration: none
cursor: pointer
.css-browsers-forward
margin-left: -5*$px
border-left-width: 0*$px
.css-browsers-address
display: inline-block
position: absolute
right: 7*$px
left: 95*$px
height: 35*$px
padding: 5*$px 10*$px
border: 1*$px solid rgba(0,0,0,0.5)
background: rgba(255,255,255,1.0)
.css-browsers-reload
float: right
font-weight: 700
color: rgba(0,0,0,0.5)
.css-browsers-content
position: relative
height: 300*$px
overflow: scroll
.css-browsers-iframe
border: none
width: 100%
height: 100%
.css-browsers-safari-7
border-radius: 7*$px 7*$px 0*$px 0*$px
box-shadow: 0*$px 3*$px 5*$px rgba(0,0,0,0.1)
.css-browsers-address
padding: 8*$px
font-size: 12*$px
border-radius: 5*$px
box-shadow: inset 0*$px 1*$px 2*$px rgba(0,0,0,0.2), 0*$px 1*$px 0*$px rgba(255,255,255,0.7)
.css-browsers-back
border-radius: 5*$px 0*$px 0*$px 5*$px
.css-browsers-forward
border-radius: 0*$px 5*$px 5*$px 0*$px
.css-browsers-toolbar
border-radius: 7*$px 7*$px 0*$px 0*$px
box-shadow: inset 0*$px 1*$px 0*$px rgba(255,255,255,1.0)
background: linear-gradient(rgba(226, 226, 226, 1) 0%, rgba(200, 200, 200, 1) 100%)
.css-browsers-btn
box-shadow: inset 0*$px 1*$px 0*$px rgba(255,255,255,1.0), 0*$px 1*$px 0*$px rgba(255,255,255,0.7)
background: linear-gradient(rgba(226, 226, 226, 1) 0%, rgba(200, 200, 200, 1) 100%)
text-shadow: 0*$px 1*$px 0*$px rgba(255,255,255,0.7)
&:hover
background: linear-gradient(rgba(237, 237, 237, 1) 0%, rgba(200, 200, 200, 1) 100%)
&:active,
&.active
background: linear-gradient(rgba(200, 200, 200, 1) 0%, rgba(226, 226, 226, 1) 100%)
.css-browsers-netscape
background: #C0C0C0
font-family: Arial, sans-serif
.css-browsers-titlebar
background: #020C7E
color: #ffffff
text-align: center
height: 26*$px
border-bottom: 1*$px solid #000000
.css-browsers-btn
border-radius: 0*$px
height: 25*$px
padding: 0*$px
width: 25*$px
font-size: 16*$px
.css-browsers-btn-menu
border: none
float: left
color: #FFFFFF
text-shadow: -1*$px -1*$px #000000, 1*$px -1*$px #000000, 1*$px 1*$px #000000, -1*$px 1*$px #000000, 1*$px 2*$px #000000
box-shadow: none
.css-browsers-btn-minimize,
.css-browsers-btn-maximize
margin: 0*$px
float: right
.css-browsers-btn-maximize
line-height: 6*$px
padding: 5*$px
span
display: inline-block
transform: rotate(-180deg)
padding-left: 0*$px
.css-browsers-toolbar
border-bottom: solid #000000 1*$px
.css-browsers-forward
margin-left: -5*$px
border-left-width: 1*$px
.css-browsers-btn
background: #C0C0C0
color: #000000
border-bottom: solid #000000 1*$px
box-shadow: inset 1*$px 1*$px #DBDADB, inset 2*$px 2*$px #C8C8C8, inset -1*$px -1*$px #707070, inset -2*$px -2*$px #888788
padding-top: 7*$px
border-radius: 3*$px
font-size: 12*$px
.css-browsers-address
box-shadow: inset 2*$px 2*$px #707070
.css-browsers-reload