home *** CD-ROM | disk | FTP | other *** search
/ Freelog 117 / FreelogNo117-OctobreNovembre2013.iso / Theme / 8GadgetPack / 8GadgetPackSetup.msi / Gadgets.7z / Gadgets / MyWeather.gadget / de / css / flyout.css next >
Cascading Style Sheet File  |  2012-09-30  |  938b  |  24 lines

  1. body {
  2.    width:  640px;
  3.    height: 410px;
  4.    margin: 0px;
  5.    font-family: Segoe UI;
  6.    font-size: 22px;
  7. }
  8. a.btn {
  9.    display: inline-block !important;
  10.    color: #FBFBFB !important;
  11.    line-height:25px !important;
  12.    font-size: 12px !important;
  13.    font-family: Segoe UI !important;
  14.    font-weight: bold !important;
  15.    text-decoration: none !important;
  16.    margin-right:8px !important;
  17.    margin-bottom: 0px !important;
  18.    padding-left: 8px !important;
  19.    padding-right: 8px !important;
  20. }
  21. a.black {background: url(../images/black.png) repeat-x !important;border: #313131 1px solid !important;}
  22. a.black:hover {background: url(../images/blue.png) repeat-x !important;border: #2A5AB9 1px solid !important;}
  23. a.blue  {background: url(../images/blue.png) repeat-x !important;border: #2A5AB9 1px solid !important;}
  24. a.blue:hover {background: url(../images/black.png) repeat-x !important;border: #313131 1px solid !important;}