Merge in old tojnar.cz/krk (mostly) as is
The SupportIT server www.tojnar.cz is hosted on is being decommissioned. To make the migration faster, we will just copy the current state and convert it to Hakyll incrementally. This mostly imports the tree as is minus accidentally misplaced files. Additionally, the following changes were made: - line separators were converted using dos2unix - file encodings were changed from windows-1250 to utf-8 - highslide and related files are now loaded from root instead of per-gallery copy - uppercase JPG extensions were changed to lowercase remove private
This commit is contained in:
28
ms_2010_nz/style.css
Normal file
28
ms_2010_nz/style.css
Normal file
@@ -0,0 +1,28 @@
|
||||
*{padding:0;margin:0;}
|
||||
body{background:#729fcf url("bg.png") fixed repeat-x;color:black;font-family:'Calibri','Arial',sans-serif;font-size:16px;margin:2em auto;
|
||||
min-width:650px;width:85%;_width: expression(document.body.clientWidth < 650? "650px" : "85%" );}
|
||||
menu li{display:inline;}
|
||||
menu li a{background:url('menuitems.png') no-repeat 0px 0px;color:#ffffff;text-decoration:none;width:175px;height:50px;display:table-cell;text-align:center;vertical-align:middle;font-size:25px;}
|
||||
menu li a:hover{background:url('menuitems.png') no-repeat 0px -50px;}
|
||||
#content{border-top:solid 5px #204a87;border-left:solid 5px #204a87;padding:5px;background:white;}
|
||||
/*p{margin-bottom:5px;}*/
|
||||
h1,h2,h3,h4,h5,h6{text-align:center;}
|
||||
h1{font-size:40px;}
|
||||
h2{font-size:34px;}
|
||||
h3{font-size:30px;}
|
||||
h4,caption{font-size:25px;}
|
||||
h5{font-size:22px;}
|
||||
h6{font-size:19px;}
|
||||
td{border:1px dotted #2e3436;padding:2px;}
|
||||
.dia{text-align: center;}
|
||||
table{width:100%;margin-bottom:2em;}
|
||||
/*td{width:auto;}*/
|
||||
ul{padding-left:20px;}
|
||||
a img{border:0;}
|
||||
dd,dt{padding:.5em 0;}
|
||||
dt{float:left;font-weight:bold;}
|
||||
dd{padding-left:125px;}
|
||||
.cats dd{padding-left:55px;}
|
||||
p,ul{margin:0.8em 0;}
|
||||
a{color:#204a87;}
|
||||
th{text-align:left;}
|
||||
Reference in New Issue
Block a user