Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 53 additions & 8 deletions pohádka.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,56 @@
<meta charset="utf-8">
<style>

h1 {color: darkorange;text-decoration: underline;font-size: 300%; font-style: normal;float: none}
h2 {color: orange;text-transform:uppercase;underline;font-size: 200%; border-top: 1px solid gold; padding-top: .3em}
h1, h2 {font-family: "Curlz MT"}
body {color: lightgray;background-image: url(http://www.hdgalaxys6wallpaper.com/wp-content/uploads/Design/Grey%20Creative%20Graphics%201%20Galaxy%20S6%20Wallpaper.jpg); margin: 40px; width: 100%; height: 100%; outline: 2px solid gold;padding: 8px}
p {text-align: justify; line-height: 130%;font-family: "Georgia";font-size: 110%}
blockquote {text-align: justify; line-height: 130%;font-family: "Georgia";font-size: 110%; font-weight: bold}
html {
object-position: center;
}
h1 {
color: darkorange;
text-decoration: underline;
font-size: 300%;
font-style: normal;
float: none
}
h2 {
color: orange;
text-transform:uppercase;
font-size: 200%;
border-top: 1px solid gold;
padding-top: .3em
}
h1, h2 {
font-family: fantasy;
}
body {
color: lightgray;
background-image: url(http://www.hdgalaxys6wallpaper.com/wp-content/uploads/Design/Grey%20Creative%20Graphics%201%20Galaxy%20S6%20Wallpaper.jpg);
margin: 40px;
width: 100%;
height: 100%;
outline: 2px solid gold;
padding: 8px;
text-align: left;
width: 1500px;
}
p {
text-align: left;
line-height: 130%;
font-family: "Georgia";
font-size: 110%
}
blockquote {
text-align: justify;
line-height: 130%;
font-family: "Georgia";
font-size: 110%;
font-weight: bold
}
#citat {
font-family: sans-serif;
border: 1px solid "gold";
}




</style>
Expand Down Expand Up @@ -45,7 +89,8 @@ blockquote {text-align: justify; line-height: 130%;font-family: "Georgia";font-s
<blockquote>
„Čerti to zkrátka nemají lehké.“
</blockquote>
</aside>
</aside>


<p><i>„Víš co,“</i> zasmál se švec. <i>„Uděláme to takhle: Budeme spolu soutěžit. Když vyhraješ ty, dostaneš zpátky pytel peněz a můžeš si nechat i ten papír s mým podpisem. Ale když vyhraji já, vrátíš mi papír a pytel zlata si nechám.“</i></p>
</section>
Expand Down Expand Up @@ -98,4 +143,4 @@ blockquote {text-align: justify; line-height: 130%;font-family: "Georgia";font-s

</div>
</body>
</html>
</html>