Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 3rd, 2012  |  syntax: None  |  size: 1.47 KB  |  hits: 40  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. el {
  2.         display: ;
  3.         visibility: ;
  4.         float: ;
  5.         clear: ;
  6.  
  7.         position: ;
  8.         top: ;
  9.         right: ;
  10.         bottom: ;
  11.         left: ;
  12.         z-index: ;
  13.         overflow: ;
  14.  
  15.         width: ;
  16.         min-width: ;
  17.         max-width: ;
  18.         height: ;
  19.         min-height: ;
  20.         max-height: ;
  21.  
  22.         margin: ;
  23.         margin-top: ;
  24.         margin-right: ;
  25.         margin-bottom: ;
  26.         margin-left: ;
  27.  
  28.         box-shadow: ;
  29.         opacity: ;
  30.  
  31.         border: ;
  32.         border-top: ;
  33.         border-right: ;
  34.         border-bottom: ;
  35.         border-left: ;
  36.  
  37.         border-width: ;
  38.         border-top-width: ;
  39.         border-right-width: ;
  40.         border-bottom-width: ;
  41.         border-left-width: ;
  42.  
  43.         border-radius: ;
  44.         border-top-left-radius: ;
  45.         border-top-right-radius: ;
  46.         border-bottom-right-radius: ;
  47.         border-bottom-left-radius: ;
  48.  
  49.         border-style: ;
  50.         border-top-style: ;
  51.         border-right-style: ;
  52.         border-bottom-style: ;
  53.         border-left-style: ;
  54.  
  55.         border-color: ;
  56.         border-top-color: ;
  57.         border-right-color: ;
  58.         border-bottom-color: ;
  59.         border-left-color: ;
  60.  
  61.         outline: ;
  62.  
  63.         padding: ;
  64.         padding-top: ;
  65.         padding-right: ;
  66.         padding-bottom: ;
  67.         padding-left: ;
  68.  
  69.         background: ;
  70.         background-color: ;
  71.         background-image: ;
  72.         background-repeat: ;
  73.         background-position: ;
  74.         background-size: ;
  75.  
  76.         table-layout: ;
  77.         caption-side: ;
  78.         border-collapse: ;
  79.         border-spacing: ;
  80.         empty-cells: ;
  81.  
  82.         font: ;
  83.         font-family: ;
  84.         font-size: ;
  85.         line-height: ;
  86.         font-weight: ;
  87.         text-align: ;
  88.         text-indent: ;
  89.         text-transform: ;
  90.         text-decoration: ;
  91.         text-shadow
  92.         letter-spacing: ;
  93.         word-spacing: ;
  94.         white-space: ;
  95.         vertical-align: ;
  96.         color: ;
  97.  
  98.         cursor: ;
  99.  
  100.         content: ;
  101.         quotes: ;
  102.         list-style: ;
  103.        
  104. }