mouse-data/css/mouse.css
branchv_0
changeset 136 025ec3d898c4
child 141 586530e0642d
equal deleted inserted replaced
135:ad2c76125200 136:025ec3d898c4
       
     1 .logo {
       
     2 	background-color: black;
       
     3 	height: 64px;
       
     4 	width: 1240px;
       
     5 	margin-left: -20px;
       
     6 	margin-right: -20px;
       
     7 	margin-top: -5px;
       
     8 	border-top-right-radius: 8px;
       
     9 	border-top-left-radius: 8px;
       
    10 }
       
    11 
       
    12 .logo img {
       
    13 	margin-top: 8px;
       
    14 	margin-left: 16px;
       
    15 }
       
    16 
       
    17 #zápatí p {
       
    18 	background-color: black;
       
    19 	width: 1240px;
       
    20 	min-height: 24px;
       
    21 	padding-top: 4px;
       
    22 	margin-left: -20px;
       
    23 	margin-right: -20px;
       
    24 	margin-bottom: -10px;
       
    25 	border-bottom-right-radius: 8px;
       
    26 	border-bottom-left-radius: 8px;
       
    27 	color: grey;
       
    28 }
       
    29 
       
    30 #zápatí a {
       
    31 	color: grey;
       
    32 	text-decoration: none;
       
    33 }
       
    34 
       
    35 #zápatí a[href^="http"]:hover {
       
    36 	color: white;
       
    37 	text-shadow: none;
       
    38 	text-decoration: none;
       
    39 }
       
    40 
       
    41 #tělo {
       
    42 	width: 1200px;
       
    43 	background-color: #ccc;
       
    44 }
       
    45 
       
    46 #nabídka {
       
    47 	width: 14em;
       
    48 }
       
    49 
       
    50 #nabídka a:hover {
       
    51 	color: #d71635;
       
    52 	text-shadow: none;
       
    53 }
       
    54 
       
    55 #text {
       
    56 	margin-left: 15em;
       
    57 }
       
    58 
       
    59 @media (max-width: 1300px) {
       
    60 	#tělo          { width: auto; }
       
    61 	.logo          { width: auto; }
       
    62 	#zápatí p      { width: auto; }
       
    63 	#text          { margin-left: auto; }
       
    64 }
       
    65 
       
    66 .img-container img { max-width: 820px; }
       
    67 
       
    68 p.flattr {
       
    69 	text-align: right;
       
    70 }
       
    71 
       
    72 #text p {
       
    73 	text-align: justify;
       
    74 }
       
    75 
       
    76 #text code {
       
    77 	color: #066;
       
    78 }
       
    79 
       
    80 .already-implemented {
       
    81 	color: grey;
       
    82 }