home *** CD-ROM | disk | FTP | other *** search
/ Freelog 117 / FreelogNo117-OctobreNovembre2013.iso / Theme / 8GadgetPack / 8GadgetPackSetup.msi / Gadgets.7z / Gadgets / TopProcessMonitor.gadget / css / settings.css next >
Cascading Style Sheet File  |  2012-11-05  |  1KB  |  60 lines

  1. ∩╗┐body{ 
  2.  width:300px;
  3.  height:400px;
  4.  font-family:'Segoe UI', Tahoma, Sans-Serif;
  5.  margin:0px;
  6. }
  7.  
  8. body,input,select,button,br,checkbox,div{
  9.  font-size:12px;
  10.  line-height:19px;
  11. }
  12.  
  13. span
  14.  {font-family:'Segoe UI', Tahoma, Sans-Serif}
  15.  
  16. div
  17.  {font-family:'Segoe UI', Tahoma, Sans-Serif}
  18. .content div
  19.  {padding:8px;border:1px solid black;color:black}
  20. .name div
  21.  {float:left;width:30px;padding:2px 10px 2px 10px;margin-right:2px;font-size:14px;}
  22. .hide
  23.  {display:none}
  24. .show
  25.  {display:block}
  26. .nonactive
  27.  {background-color:#DDDDDD;cursor:pointer;color:black}
  28. .active
  29.  {background-color:#CCCCCC;cursor:default;color:white;font-weight:bold;font-size:14px}
  30.  
  31. a{
  32.  color:#0066cc;
  33.  text-decoration:none;
  34. }
  35.  
  36. a:hover{
  37.  color:#3399ff;
  38.  text-decoration:underline;
  39. }
  40.  
  41. .settingProductName{
  42.  margin-bottom:1px;
  43.  margin-left:10px;
  44.  font-size:16px;
  45. }
  46.  
  47. .settingProductAuthor{
  48.  margin-left:20px;
  49.  font-size:12px;
  50. }
  51.  
  52. .settingCopyright{
  53.  margin-left:20px;
  54.  font-size:10px;
  55. }
  56.  
  57. .settingLink{
  58.  margin-left:20px;
  59.  font-size:10px;
  60. }