relpipe-data/css/relpipe.css
branchv_0
changeset 137 ecfe2980ae1f
child 143 297da74fcab2
equal deleted inserted replaced
136:070e02fb18f5 137:ecfe2980ae1f
       
     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 }
       
    33 
       
    34 #tělo {
       
    35 	width: 1200px;
       
    36 	background-color: #ccc;
       
    37 }
       
    38 
       
    39 #nabídka {
       
    40 	width: 14em;
       
    41 }
       
    42 
       
    43 #nabídka a:hover {
       
    44 	color: #d71635;
       
    45 	text-shadow: none;
       
    46 }
       
    47 
       
    48 #text {
       
    49 	margin-left: 15em;
       
    50 }
       
    51 
       
    52 @media (max-width: 1300px) {
       
    53 	#tělo          { width: auto; }
       
    54 	.logo          { width: auto; }
       
    55 	#zápatí p      { width: auto; }
       
    56 	#text          { margin-left: auto; }
       
    57 }
       
    58 
       
    59 img.screenshot { max-width: 100%; }
       
    60 
       
    61 p.flattr {
       
    62 	text-align: right;
       
    63 }
       
    64