Local que Debra encontrou o Ice Truck
https://www.google.com/maps/place/25%C2%B046'37.5%22N+80%C2%B007'52.9%22W/@25.777083,-80.1320007,18z/data=!3m1!4b1!4m5!3m4!1s0x0:0x0!8m2!3d25.777083!4d-80.131367
Dexter apartamento
https://www.google.com/maps/place/Dexter+house/@25.8939977,-80.1328836,19.08z/data=!4m13!1m7!3m6!1s0x0:0x0!2zMjXCsDQ2JzM3LjUiTiA4MMKwMDcnNTIuOSJX!3b1!8m2!3d25.777083!4d-80.131367!3m4!1s0x0:0xabdb1a8a49567f6!8m2!3d25.8943681!4d-80.1329792
segunda-feira, 27 de fevereiro de 2017
sábado, 11 de fevereiro de 2017
Mostrar código HTML na página sem executar
Para isso é necessário trocar todos os < e os >
Para facilitar, tem sites que te ajudam com isso:
http://www.simplebits.com/cgi-bin/simplecode.pl
http://www.blogcrowds.com/resources/parse_html.php
Para facilitar, tem sites que te ajudam com isso:
http://www.simplebits.com/cgi-bin/simplecode.pl
http://www.blogcrowds.com/resources/parse_html.php
sexta-feira, 10 de fevereiro de 2017
epub css para sigil
/* Margem de 2% ao redor da página e altura da linha de 0,6 cm */
body {margin-left:2%;
margin-right:2%;
margin-top:2%;
margin-bottom:2%;
line-height: 0.6cm;}
/* Indent para espaço de parágrafo. Margin para remover os espaços entre os parágrafos. Align para deixar o texto justificado */
p {text-indent: .5cm;
margin-left:0;
margin-right:0;
margin-top:0;
margin-bottom:0;
text-align: justify;
font-family:"georgia";}
/* Edição para os títulos */
h1 { text-align: center;
font-family:"Palatino"; font-size: 180% }
h2 { text-align: center;
font-family:"Palatino"; font-size: 150% }
h3 { text-align: center;
font-family:"Palatino"; font-size: 124% }
.cover {
text-align: center;
page-break-after: always;
}
.table {
width: 80%;
margin: auto;
border-collapse: collapse;
text-align:left !important;
}
.table tr td {
border: 1px solid;
vertical-align:text-top;
}
Adicionar a linha no arquivo xhtml principal para utilizar o stylesheet acima de nome Style0001.css
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Cover</title>
</head>
<body>
<div style="text-align: center; padding: 0pt; margin: 0pt;">
<svg xmlns="http://www.w3.org/2000/svg" height="100%" preserveAspectRatio="xMidYMid meet" version="1.1" viewBox="0 0 800 1142" width="100%" xmlns:xlink="http://www.w3.org/1999/xlink">
<image height="1142" width="800" xlink:href="../Images/capa.jpg"/>
</svg>
</div>
</body>
</html>
body {margin-left:2%;
margin-right:2%;
margin-top:2%;
margin-bottom:2%;
line-height: 0.6cm;}
/* Indent para espaço de parágrafo. Margin para remover os espaços entre os parágrafos. Align para deixar o texto justificado */
p {text-indent: .5cm;
margin-left:0;
margin-right:0;
margin-top:0;
margin-bottom:0;
text-align: justify;
font-family:"georgia";}
/* Edição para os títulos */
h1 { text-align: center;
font-family:"Palatino"; font-size: 180% }
h2 { text-align: center;
font-family:"Palatino"; font-size: 150% }
h3 { text-align: center;
font-family:"Palatino"; font-size: 124% }
.cover {
text-align: center;
page-break-after: always;
}
.table {
width: 80%;
margin: auto;
border-collapse: collapse;
text-align:left !important;
}
.table tr td {
border: 1px solid;
vertical-align:text-top;
}
Adicionar a linha no arquivo xhtml principal para utilizar o stylesheet acima de nome Style0001.css
<link rel="stylesheet" type="text/css" href="../Styles/Style0001.css"/>
Para capa, usar:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Cover</title>
</head>
<body>
<div style="text-align: center; padding: 0pt; margin: 0pt;">
<svg xmlns="http://www.w3.org/2000/svg" height="100%" preserveAspectRatio="xMidYMid meet" version="1.1" viewBox="0 0 800 1142" width="100%" xmlns:xlink="http://www.w3.org/1999/xlink">
<image height="1142" width="800" xlink:href="../Images/capa.jpg"/>
</svg>
</div>
</body>
</html>
quinta-feira, 9 de fevereiro de 2017
Leitor de arquivo epub no linux
After installing calibre you can just run ebook-viewer instead of the full software for reading ebooks.
Muito bom leitor de arquivo epub no linux, o ebook-viewer, só precisa instalar o calibre
Calibre é bom para edição de epub, assim como o sigil. Tenho usado o último.
Muito bom leitor de arquivo epub no linux, o ebook-viewer, só precisa instalar o calibre
Calibre é bom para edição de epub, assim como o sigil. Tenho usado o último.
quarta-feira, 8 de fevereiro de 2017
NPAPI
Firefox e Chromium não dão suporte para plugins NPAPI.
Vivaldi também não roda
Caixa Internet Banking foi pro espaço
No Google Chrome funciona.
Pra que desabilitaram essa merda
Vivaldi também não roda
Caixa Internet Banking foi pro espaço
No Google Chrome funciona.
Pra que desabilitaram essa merda
[ ***]A start job is running for LSB: Raise network interfaces.
vim /etc/systemd/system/network-online.target.wants/networking.service
Alterar o serviço de 5m para 15 ou número menor
[Service]
TimeoutStartSec=15
segunda-feira, 6 de fevereiro de 2017
domingo, 5 de fevereiro de 2017
Fonts
Courier is a FIXED space font. Try making a table with any of the other fonts in a simple text. [and then there is ASCII art]
Palatino has always been my favorite serif font, for many years counting now.
What about beautiful Bembo?
Calibri
Baskerville
helvetica
Palatino has always been my favorite serif font, for many years counting now.
What about beautiful Bembo?
Calibri
Baskerville
helvetica
Assinar:
Postagens (Atom)