Skip to content

Commit e6a7d4e

Browse files
limpeza de codigo
1 parent 518d164 commit e6a7d4e

2 files changed

Lines changed: 9 additions & 22 deletions

File tree

usr/share/bigbashview/bcc/apps/biglinux-browser-selector/index.sh.htm

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,47 +16,34 @@
1616
# Don't group windows
1717
xprop -id "$(xprop -root '\t$0' _NET_ACTIVE_WINDOW | cut -f 2)" -f WM_CLASS 8s -set WM_CLASS "$$"
1818

19-
2019
echo '<!DOCTYPE html>
2120
<html lang="en" >
2221
<head>
2322
<meta charset="UTF-8">
24-
<title>'$"Introdução ao BigLinux"'</title>
2523
<link rel="stylesheet" href="./style.css">
2624
<script src="script/jquery-3.5.1.min.js"></script>
2725
<script src="script/gsap.min.js"></script>
2826
</head>
2927
<body>
3028
<!-- partial:index.partial.html -->
31-
3229
3330
<div class="logo">
3431
<a href="#"><img src="logo-big-trans-branco.png" alt=""></a>
3532
</div>
3633
<div class="wrapper">
3734
3835
<div id="wizard" class="wizard">
39-
4036
<div class="wizard__content">
4137
<header class="wizard__header">
42-
4338
<div class="wizard__header-overlay"></div>
39+
</header>'
4440

45-
<div class="wizard__header-content">
46-
<h1 class="wizard__title"><!--'$"Bem vindo ao BigLinux"'--></h1>
47-
<p class="wizard__subheading"><!--'$"Comece com algumas etapas simples."'--></p>
48-
</div>
49-
50-
51-
</header>'
52-
5341
echo '<!-- BIG LINUX 01 -->
5442
<div id="DivBrowserRefresh" class="panel">
5543
<header class="panel__header">
56-
<h2 class="panel__title">'$"Escolha seu navegador padrão"'</h2>
57-
<p class="panel__subheading">'$"Defina seus programas padrões."'</p>
44+
<h2 class="panel__title">'$"Escolha seu navegador"'</h2>
5845
</header>'
59-
46+
6047
if [ -f /usr/bin/brave ];then
6148
echo '<div class="box-1 box-2 box-3 box-4 box-5 box-items Personalization" style="">
6249
<button type="button" class="box-geral-icons box-geral-button show-brave" onclick="_run(`./run-browser.run brave-browser.desktop`)">
@@ -155,7 +142,7 @@ <h2 class="panel__title">'$"Escolha seu navegador padrão"'</h2>
155142
Chromium</div>
156143
</button>
157144
</div>'
158-
fi
145+
fi
159146

160147
if [ -f /usr/bin/vivaldi-stable ];then
161148
echo '<div class="box-1 box-2 box-3 box-4 box-5 box-items Personalization" style="">
@@ -182,7 +169,7 @@ <h2 class="panel__title">'$"Escolha seu navegador padrão"'</h2>
182169
Vivaldi</div>
183170
</button>
184171
</div>'
185-
fi
172+
fi
186173

187174
if [ -f /usr/bin/librewolf ];then
188175
echo '<div class="box-1 box-2 box-3 box-4 box-5 box-items Personalization" style="">
@@ -264,7 +251,7 @@ <h2 class="panel__title">'$"Escolha seu navegador padrão"'</h2>
264251
</button>
265252
</div>'
266253
fi
267-
254+
268255
echo '
269256
</div>
270257
</div>

usr/share/bigbashview/bcc/apps/biglinux-browser-selector/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ body, html {
284284
border-bottom-left-radius: 0;
285285
border-bottom-right-radius: 0;
286286
text-align: center;
287-
height: 100px;
287+
height: 50px;
288288
/*background: url($background-url);*/
289289
background-color: rgba(16, 18, 27, 0.4);
290290
background-position: center;
@@ -422,12 +422,12 @@ body, html {
422422
.panel__header {
423423
margin-bottom: 30px;
424424
margin-top: -180px;
425-
height: 180px;
425+
height: 120px;
426426
}
427427
.panel__title {
428428
font-size: 1.5rem;
429429
line-height: 2rem;
430-
margin: 18px;
430+
margin: 60px;
431431
}
432432
.panel__subheading {
433433
font-size: 18px;

0 commit comments

Comments
 (0)