home *** CD-ROM | disk | FTP | other *** search
/ Freelog 117 / FreelogNo117-OctobreNovembre2013.iso / Theme / 8GadgetPack / 8GadgetPackSetup.msi / Gadgets.7z / Gadgets / FeedReader.gadget / styles / settings.css < prev   
Cascading Style Sheet File  |  2011-10-09  |  510b  |  38 lines

  1.  
  2. body {
  3.     width: 380px;
  4.     height: 350px;
  5. }
  6.  
  7. label, table, td, tr, strong {
  8.     font-family: Tahoma;
  9.     font-size: 12px;
  10.     vertical-align: top;
  11. }
  12.  
  13. a {
  14.     color: #0000FF;
  15.     text-decoration: none;
  16. }
  17.  
  18. a:hover { text-decoration: underline; }
  19.  
  20. hr { margin-top: 30px; }
  21.  
  22. input, select { width: 200px; }
  23.  
  24. #preview {
  25.     border: solid 1px;
  26.     height: 120px;
  27.     text-align: center;
  28. }
  29.  
  30. #preview img { 
  31.     margin-left: auto; 
  32.     margin-top: 10px; 
  33. }
  34.  
  35. #errorMessage {
  36.     color: #FF0000;
  37.     margin-left: 5px;
  38. }