Ignore:
Timestamp:
Nov 4, 2007, 5:38:25 PM (17 years ago)
Author:
hosiplan
Message:

Už ani pořádně nevím :D
+ eventy
+ Návody (zatím bez administarce)
+ Vylepšní přihlášení
+ Malá změna struktuty (stránka hlavni.php nyní obsahuje stránku obsah.php kvůli změnám do budoucna)

Location:
db
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • db

    • Property svn:ignore
      •  

        old new  
        11config.php
         2navrh
  • db/css/zakladni_css.css

    r110 r118  
    4242input {
    4343  display: inline;
    44   border: 1px solid black;
     44  border: 1px solid #d3d3d3;
    4545  background: white;
    4646  color: black; }
     
    8181  color: #000000;
    8282  text-decoration: none; background-color: #ffffff; }
    83 a.graylink { font-weight: bold; padding: 1px; color: gray; text-decoration: none; }
    84 a.whitelink { font-weight: bold; padding: 1px; color: white; text-decoration: none; }
    85 a.whitelink:hover { color: black; }
    86 a.greenlink { font-weight: bold; padding: 1px; color: #23e64c; text-decoration: none; }
    87 a.bluelink { font-weight: bold; padding: 1px; color: #239fe6; text-decoration: none; }
    88 a.purplelink { font-weight: bold; padding: 1px; color: #ba55d3; text-decoration: none; }
    89 a.orangelink { font-weight: bold; padding: 1px; color: #e6b623; text-decoration: none; }
    90 a.redlink { font-weight: bold; padding: 1px; color: #e62323; text-decoration: none; }
     83a.graylink { font-weight: bold; padding: 1px; color: #9d9d9d; text-decoration: none; }
     84a.whitelink { font-weight: bold; padding: 1px; color: white; text-decoration: none; }  a.whitelink:hover { color: black; }
     85a.greenlink { font-weight: bold; padding: 1px; color: #1eff00; text-decoration: none; }
     86a.bluelink { font-weight: bold; padding: 1px; color: #0070dd; text-decoration: none; }
     87a.purplelink { font-weight: bold; padding: 1px; color: #a335ee; text-decoration: none; }
     88a.orangelink { font-weight: bold; padding: 1px; color: #ffff98; text-decoration: none; }
     89a.redlink { font-weight: bold; padding: 1px; color: #ffff98; text-decoration: none; } /* #e62323 */
     90
     91.gray { color: #9d9d9d; }
     92.white { color: white; }
     93.green { color: #1eff00; }
     94.blue { color: #0070dd; }
     95.purple { color: #a335ee; }
     96.orange { color: #ffff98; }
     97.red { color: #ffff98; } /* #e62323 */
    9198
    9299#center {
     
    110117  display: block;
    111118  float: left;
    112   width: 120px; }
     119  width: 120px;  }
    113120#left ul#hlavni_menu {
    114121  display: block;
     
    188195  float: left; }
    189196#right form.search_form input {
    190   border: 1px solid black; }
     197  border: 1px solid #d3d3d3; }
    191198#right form.search_form input.noborder {
    192199  border: 0px; }
    193200#right form.search_form input {
    194   border: 1px solid black; }
     201  border: 1px solid #d3d3d3; }
    195202#right table.search_result {
    196203  empty-cells: show;
     
    258265#right table#login input {
    259266  display: inline;
    260   border: 1px solid white;
     267  border: 1px solid #d3d3d3;
    261268  background: black;
    262269  color: white; }
     
    273280  margin: 0px;
    274281  padding-left: 10px; }
    275 
     282#right #item_thumb {
     283  display: block;
     284  width: 64px;
     285  height: 64px; }
     286#right table#item {
     287  empty-cells: show;
     288  border: 0px; }
     289#right table#item td {
     290  border: 0px;
     291  padding: 0px; }
     292#right table#item .lefttop {
     293  width: 6px; height: 6px;
     294  background-image: url(../img/lefttop.gif);
     295  background-position: center center;
     296  background-repeat: no-repeat; }
     297#right table#item .righttop {
     298  width: 6px; height: 6px;
     299  background-image: url(../img/righttop.gif);
     300  background-position: center center;
     301  background-repeat: no-repeat; }
     302#right table#item .rightbottom {
     303  width: 6px; height: 6px;
     304  background-image: url(../img/rightbottom.gif);
     305  background-position: center center;
     306  background-repeat: no-repeat; }
     307#right table#item .leftbottom {
     308  width: 6px; height: 6px;
     309  background-image: url(../img/leftbottom.gif);
     310  background-position: center center;
     311  background-repeat: no-repeat; }
     312#right table#item .left {
     313  width: 6px;
     314  background-image: url(../img/left.gif);
     315  background-position: center center;
     316  background-repeat: repeat-y; }
     317#right table#item .top {
     318  height: 6px;
     319  background-image: url(../img/top.gif);
     320  background-position: center center;
     321  background-repeat: repeat-x; }
     322#right table#item .right {
     323  width: 6px;
     324  background-image: url(../img/right.gif);
     325  background-position: center center;
     326  background-repeat: repeat-y; }
     327#right table#item .bottom {
     328  height: 6px;
     329  background-image: url(../img/bottom.gif);
     330  background-position: center center;
     331  background-repeat: repeat-x; }
     332#right table#item .item_content {
     333  padding: 2px;
     334  padding-top: 1px;
     335  padding-bottom: 1px;
     336  background-color: #080c20; }
     337#right #item h2 {
     338  margin: 0px; padding: 0px;
     339  padding-bottom: 2px;
     340  font-size: 15px;
     341  font-weight: normal; }
     342#right #item p {
     343  margin: 0px; padding: 0px;
     344  padding-bottom: 1px;
     345  font-size: 13px; }
     346#right #item p .float {
     347  display:block;
     348  float: right;
     349  padding-left: 20px; }
     350#right table#guids style {  } 
     351#right table#guids {
     352  empty-cells: show;
     353  width: 100%;
     354  margin-top: 15px;
     355  border: 0px; }
     356#right table#guids td {
     357  vertical-align: top;
     358  padding: 2px;
     359  border-top: 1px solid white;
     360  border-bottom: 1px solid white; }
     361#right table#guids td.navigace {
     362  text-align: center; }
     363#right table#guids td ul {
     364  display: block;
     365  padding: 0px;
     366  margin: 0px;
     367  margin-top: 1px;
     368  margin-bottom: 1px; }
     369#right table#guids td ul li {
     370  display: inline;
     371  padding: 0px;
     372  margin: 0px;
     373  list-style-type: none; }
     374#right table#guids td ul li a {
     375  padding-left: 2px;
     376  padding-right: 2px;
     377  text-decoration: none; }
     378#right table#guids table td {
     379  vertical-align: top;
     380  border: 0px;
     381  border-bottom: 1px solid white;
     382  border-right: 1px solid white; }
     383#right table#guids table thead td {
     384  vertical-align: top;
     385  padding: 2px;
     386  border-top: 1px solid white;
     387  border-bottom: 2px solid white; }
     388#right span.infoclanku {
     389  display: block;
     390  width: 100%;
     391  border-top: 1px solid white;
     392  border-bottom: 1px solid white;
     393  padding: 1px;
     394  margin-top: 10px; }
     395
     396div.object {
     397  display: block;
     398  margin-top: 8px;
     399  margin-bottom: 8px;
     400  padding: 1px; }
     401div.object img {
     402  display: inline;
     403  width: 40px;
     404  height: 40px; }
     405div.object a span {
     406  display: inline;
     407  margin: 0px;
     408  padding: 14px;
     409  padding-top: 19px;
     410  padding-bottom: 19px;
     411  font-size: 12px; }
    276412
    277413#pata {
Note: See TracChangeset for help on using the changeset viewer.