Skip to content

Commit

Permalink
Fixing Polish readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDawg committed Nov 6, 2023
1 parent f8c6ad4 commit eb4794d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions thecalling/style/readme.css
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
* {padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
body {color:#BABABA; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10px; background:#000; height: 100%; width: 100%;}
.container {margin-right: auto; margin-left: auto; width: 950px;}
.header {background-image: url(../Readme/logo.jpg); background-repeat: no-repeat; width: 950px; height: 286px; margin-right: auto; margin-left: auto;}
.header2 {background-image: url(../Readme/SoM.png); background-repeat: no-repeat; width: 572px; height: 66px; margin-right: auto; margin-left: auto;}
.header {background-image: url(./logo.jpg); background-repeat: no-repeat; width: 950px; height: 286px; margin-right: auto; margin-left: auto;}
.header2 {background-image: url(./som.png); background-repeat: no-repeat; width: 572px; height: 66px; margin-right: auto; margin-left: auto;}

.center {width:950px; height: 100%; margin: 0px 0px 0px 0px; /*border: red 2px solid;*/ display:block; position: relative;}
.left {width: 175px; height: 100%; background-image: url(../Readme/m_tlo_lbok.gif); background-repeat: repeat-y; margin-left: 0px; margin-right: 775px; /*border:blue 2px solid;*/ top: 0px; bottom: auto; position: absolute;}
.ltop {width: 175px; height: 65px; background-image: url(../Readme/m_top3.png);}
.left {width: 175px; height: 100%; background-image: url(./m_tlo_lbok.gif); background-repeat: repeat-y; margin-left: 0px; margin-right: 775px; /*border:blue 2px solid;*/ top: 0px; bottom: auto; position: absolute;}
.ltop {width: 175px; height: 65px; background-image: url(./m_top3.png);}


.content { background-image: url(../Readme/tlo_center.gif); background-repeat: repeat-y; width: 600px; height: 100%; margin-left: 175px; margin-right: 175px; margin-top: 0px; margin-bottom: 0px; /*border: white 2px solid;*/ top: 0px; bottom: auto;}
.top {background-image: url(../Readme/s_top.gif); width: 600px; height: 60px;}
.content { background-image: url(./tlo_center.gif); background-repeat: repeat-y; width: 600px; height: 100%; margin-left: 175px; margin-right: 175px; margin-top: 0px; margin-bottom: 0px; /*border: white 2px solid;*/ top: 0px; bottom: auto;}
.top {background-image: url(./s_top.gif); width: 600px; height: 60px;}
div#toplevel {width: 594px; height: 100%; display:block; margin-left:auto; margin-right:auto;} p {text-align:justify; margin: 2px;}

.right {width: 175px; height: 100%; background-image: url(../Readme/m_tlo_pbok.gif); background-repeat: repeat-y; margin-left: 775px; margin-right: 0px; margin-top: 0px; /*border: yellow 2px solid;*/ top: 0px; position:absolute;}
.rtop {width: 175px; height: 65px; background-image: url(../Readme/m_top4.png);}
.right {width: 175px; height: 100%; background-image: url(./m_tlo_pbok.gif); background-repeat: repeat-y; margin-left: 775px; margin-right: 0px; margin-top: 0px; /*border: yellow 2px solid;*/ top: 0px; position:absolute;}
.rtop {width: 175px; height: 65px; background-image: url(./m_top4.png);}


.footer { width: 950 px; height: 115px; background-image: url(../Readme/dol1.gif); margin-bottom: 0px; margin-left: 0px; /*border: green 2px solid;*/}
.footer { width: 950 px; height: 115px; background-image: url(./dol1.gif); margin-bottom: 0px; margin-left: 0px; /*border: green 2px solid;*/}

.ebold {font-variant: small-caps; font-weight:bold; font-size: small;}
.bold {font-weight:bold; font-size:small;}

0 comments on commit eb4794d

Please sign in to comment.