Skip to content

Commit

Permalink
Create style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
fmatulic committed May 11, 2024
1 parent 6654c14 commit a7d8516
Showing 1 changed file with 86 additions and 0 deletions.
86 changes: 86 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
body{
background-color:#fff;
font-family:Lucida Sans Unicode, Arial;
font-size:12px;
color:#555;
}

h1{
margin: 0;
font-size:2em;
color:#333;
}

h2{
font-size:1.4em;
color:#333;
}

h4{
font-size:1.1em;
}

.ptitle{
font-weight:bold;font-size:1.1em;margin-bottom:10px;
}

.relpub{
color:#464E4F;font-weight:600;margin-top:10px;margin-bottom:10px;
}

ul.hyphen-list {
list-style-type: none;margin-left: 1.5em;padding-left: 1em; text-indent: -0.85em;
}

ul.hyphen-list li:before {
content: "- ";
}

table.onepix{
border-width: 0 0 1px 1px;border-spacing: 0;border-collapse:collapse;border-style: solid;
}

.onepix td, .onepix th{
margin: 0;padding: 6px;border-width: 1px 1px 0 0;border-style: solid;
}

body {
font: 80% verdana,arial,helvetica,sans-serif;
font-family: verdana,arial,helvetica,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 80%;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
width: 1100px;
margin-left: auto;
margin-right: auto;
-moz-font-feature-settings: normal;
-moz-font-language-override: normal;
background-color: #EDEDED;
}
table {
font-size: 92%;
}
td {
vertical-align: top;
}

td.descr{
padding:16px 16px 10px 16px;
}

.shadow {
-webkit-box-shadow: 0 0 15px 2px #888888;
-moz-box-shadow: 0 0 15px 2px #888888;
box-shadow: 0 0 15px 2px #888888;}

.imgBorders {
padding: 10px 10px 10px;
background-color: #FFF;
box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
-moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

0 comments on commit a7d8516

Please sign in to comment.