-
Notifications
You must be signed in to change notification settings - Fork 1
/
customtab.html
89 lines (85 loc) · 2.26 KB
/
customtab.html
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/customtab.css">
</head>
<body>
<section style="
float: left;
padding-right: 10px;
margin-right: 10px;
border-right: 5px dotted #333;
"><h1>Aba personalizada</h1><br/>
<h2>Vamos personalizar a aba do seu site?</h2><br/>
<p style="
display: inline;
">Título: </p><input value="Nome do seu site" style="
display: inline;
margin-left: 4px;
">
<p style="
display: inline;
">Cor do título: </p>
<input value="white" style="
display: inline;
margin-left: 5px;
"><br>
<p style="
display: inline;
">Fundo: </p><input value="#CD5C5C" style="
display: inline;margin-top: 5px;
">
<br><textarea onclick="this.focus();this.select()" readonly="readonly" style="margin: 6px 41px; width: 400px; height: 200px;"><browsertab color="#CD5C5C"/><icon src="icon.ico"/><title color="white">Nome do seu site</title></textarea><button style="margin:-11px 41px;width:422px;display:block">Copiar</button>
</section>
<section style="
float: left;
">
<h2>Visualização:</h2><div style="
width: 430px;
height: 105px;
background: url('browser_background.png');
">
<div style="
width: 409px;
height: 105px;
background: url('browser_left.png');
float: left;
"><div class="tabs">
<div style="
background: #603A98;
border-top: 1px solid #401384;
border-left: 1px solid #401384;
border-right: 1px solid #401384;
padding: 3px 5px 0 3px;
display: inline;
position: relative;
top: 30px;
left: 52px;
"><img src="browser_icon.png" style="
display: inline;
" width="16" height="16">
<span style="
font-family: Segoe UI;
font-size: 12px;
color: white;
">Peeper</span></div>
<div style="
display: block;
position: relative;
top: 8px;
left: 119px;
width: 29px;
height: 23px;
background: url(browser_tabs.png);
"></div>
<div class="othertabs"></div></div></div><div style="
width: 153px;
height: 105px;
background: url('browser_right.png');
float: right;
margin-top: -105px;
"></div>
</div></section>
</body>
</html>