Advertisement
WolfLarsen33

tph 3

Jan 6th, 2024
852
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.59 KB | None | 0 0
  1. /*  html {font-family:Helvetica; display:inline-block; margin:0px auto; text-align:center;}*/
  2.   html {font-family:Helvetica; display:inline-block; margin:0px auto;}
  3.   body{margin-top:5px; font-size:10px;}
  4.   h1 {color: #444444;margin: 20px auto 10px; font-size:20px;}
  5.   h3 {color: #444444;margin-bottom: 10px; font-size:16px;}
  6.   button {min-width:80px; max-width:320px; background-color:#1abc9c; border:1px solid black; color:white; padding:5px 10px; text-decoration:none; font-size:18px; margin:0px auto 15px; cursor:pointer; border-radius:4px;}
  7.   .button {min-width:40px; max-width:240px; background-color:#1abc9c; border:1px solid black; color:white; padding:5px 10px; text-decoration:none; font-size:24px; margin:0px auto 15px; cursor:pointer; border-radius:4px;}
  8.   .moyenbutton {max-width:240px; background-color:#1adc9c; border:1px solid black; color:white; padding:5px 10px; text-decoration:none; font-size:14px; margin:0px auto 15px; cursor:pointer; border-radius:3px;}
  9.   .petitbutton {background-color:#1adc9c; border:1px solid black; color:white; padding:5px 10px; text-decoration:none; font-size:10px; margin:0px auto 15px; cursor:pointer; border-radius:3px;}
  10.   .microbutton {min-width:20px; background-color:#1fcc8c; border:1px solid black; color:white; padding:3px 5px; text-decoration:none; font-size:8px; margin:0px; cursor:pointer; border-radius:3px;}
  11.   .button-on {background-color: #1abc9c;}
  12.   .button-on:active {background-color: #16a085;}
  13.   .button-off {background-color: #34495e;}
  14.   .button-off:active {background-color: #2c3e50;}
  15.   .statut {font-weight:bold; font-size:16px;}
  16.   p {font-size:16px; color:#888; margin-bottom:10px;}
  17.   .frm {margin-left:auto; margin-right:auto; border:1px dotted black;}
  18.   table.frm caption {font-size:1.7em; background-color:#EEEEEE;}
  19.   table.frm td {border:1px dotted green;}
  20.   input {border:1px solid black; background-color:#fcf3cf; font-size:14px; border-radius:4px; max-width:75px;}
  21.   td {font-size:14px;}
  22.   td.r {text-align:14px;}
  23.   table.data {font-size:2em; background-color:#FFFFFF; border:1px solid black;}
  24.   table.data caption {background-color:#DDDDDD;}
  25.   table.data th {text-align:center; margin:15; font-size:0.8em; border:1px solid black;}
  26.   table.data td {text-align:center; margin:10 10 10 10; border:1px solid black;}
  27.   table.noborder {border:0;}
  28.   table.noborder caption {color:white;}
  29.   table.noborder td {border:0;}
  30. /*  .petitbutton {display:block; max-width:140px; background-color:#1adc9c; border:1px solid black; color:white; padding:5px 10px; text-decoration:none; font-size:12px; margin:0px auto 15px; cursor:pointer; border-radius:3px;}
  31. */
  32.  
  33.  
Tags: tph
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement