home *** CD-ROM | disk | FTP | other *** search
/ Freelog 117 / FreelogNo117-OctobreNovembre2013.iso / Theme / 8GadgetPack / 8GadgetPackSetup.msi / Gadgets.7z / Gadgets / StickyNotesOnline.gadget / Styles / basic.css next >
Cascading Style Sheet File  |  2011-06-16  |  3KB  |  198 lines

  1. #simplemodal-overlay {background-color:Transparent; cursor:wait;}
  2. #simplemodal-container {background-color:#fff; border:3px solid Black;}
  3. #simplemodal-container a.modalCloseImg {background:url(../Images/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px;cursor:pointer;}
  4. #simplemodal-container #basicModalContent {padding:8px;}
  5.  
  6.  
  7. a:link {
  8. COLOR: #0000FF;
  9. }
  10. a:visited {
  11. COLOR: #0000FF;
  12. }
  13. a:hover {
  14. COLOR: #0000FF;
  15. }
  16. a:active {
  17. COLOR: #0000FF;
  18. }
  19.  
  20.  
  21.  
  22. body {
  23.     margin-left: 0px;
  24.     margin-top: 0px;
  25.     margin-right:0px;
  26.     margin-bottom:0px;
  27.     background:clear;
  28.     overflow:hidden;
  29. }
  30.  
  31. .backimg 
  32. {
  33.     position:absolute;
  34.     top:0px;
  35.     left:0px;
  36.     z-index:-1;
  37. }
  38.  
  39.  
  40.  
  41. .divBar 
  42. {
  43.     position:absolute; 
  44.     overflow:auto;
  45.     cursor:text;
  46.     border:none;
  47.     outline : none; 
  48.     border-style:none;
  49.     background-color:Transparent;
  50.     background-image:url('/Images/Trans.png');
  51.     background-repeat:repeat;
  52.     display:none;
  53.  
  54. }
  55.  
  56. .Msg
  57. {
  58.     border-style: none;
  59.     position: absolute;
  60.     top: 8px;
  61.     left: 5px;
  62.     overflow:hidden;
  63.     background:clear;
  64.     display:none;
  65.     font-family: 'Lucida Grande', Arial, 'Trebuchet MS', Verdana, sans-serif;
  66.     font-size:8px; 
  67.     color:Blue;
  68. }
  69.  
  70. .Export
  71. {
  72.     border-style: none;
  73.     position: absolute;
  74.     top: 8px;
  75.     right: 5px;
  76.     overflow:hidden;
  77.     background:clear;
  78.     display:none;
  79.     
  80. }
  81.  
  82.  
  83.  
  84. .nextimg
  85. {
  86.     border-style: none;
  87.     cursor:default;
  88.     position: absolute;
  89.     background:clear;
  90.     right:25%;
  91.     bottom:20px;
  92.     display:none;
  93. }
  94. .previmg
  95. {
  96.     border-style: none;
  97.     cursor:default;
  98.     position: absolute;
  99.     background:clear;
  100.     left:25%;
  101.     bottom:20px;
  102.     display:none;
  103. }
  104. .delimg
  105. {
  106.     border-style: none;
  107.     cursor:default;
  108.     position: absolute;
  109.     background:clear;
  110.     left:5%;
  111.     bottom:20px;
  112.     display:none;
  113. }
  114. .addimg
  115. {
  116.     border-style: none;
  117.     cursor:default;
  118.     position: absolute;
  119.     background:clear;
  120.     right:5%;
  121.     bottom:20px;
  122.     display:none;
  123. }
  124.  
  125. .noteNum
  126. {
  127.     border-style: none;
  128.     color:Black;
  129.     position:absolute;
  130.     background:clear;
  131.     font-size:9px;
  132.     font-family: "Lucida Grande", Arial, "Trebuchet MS", Verdana, sans-serif;
  133.     font-weight:bold;
  134.     bottom:22px;
  135.     width:100%;
  136.     text-align:center;
  137.     display:none;
  138. }
  139.  
  140.  
  141. #navlist  
  142. {
  143.     margin-left:-40px; 
  144.     margin-top:0px; 
  145.     margin-bottom:0px; 
  146.     margin-right:0px; 
  147.     }
  148.  
  149. #navlist li
  150. {
  151. float:right;
  152. width: 90%;
  153. list-style-type: none;
  154. text-align: center;
  155. border-style:solid;
  156. border-color:Black;
  157. border-width:1px;
  158. font-family: Verdana; 
  159. font-size: 0.9em;
  160. padding
  161. }
  162.  
  163. #navlist li a
  164. {
  165. display: block;
  166. padding: 1em;
  167. background-color: #FFFBFF;
  168. color: #333;
  169. overflow:auto;
  170.  
  171. text-decoration: none;
  172. }
  173.  
  174. #navlist li a:hover
  175. {
  176. background-color: #666;
  177. color: #fff;
  178. }
  179.  
  180. .boxlid,
  181. .crayon {color: #000;
  182.     cursor: pointer;
  183.     border: 1px solid #333;
  184.     float: left;
  185.     font-family: Fixed, monospace;
  186.     margin: 1px;
  187.     text-align: center;
  188.     width: 1em;
  189. }
  190. .texbox
  191. { width:200px;
  192.     }
  193. .texbox2
  194. { width:150px;
  195.     }
  196. .bt
  197. {width:100px;
  198.     }