Advertisement
Guest User

Untitled

a guest
May 28th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.81 KB | None | 0 0
  1. #demo {
  2.     margin: 30px auto 0 auto;
  3. }
  4.  
  5. .demo_jui {
  6.     margin: 30px auto 0 auto;
  7. }
  8.  
  9. .big {
  10.     font-size: 1.3em;
  11.     font-weight: bold;
  12.     line-height: 1.6em;
  13.     color: #4E6CA3;
  14. }
  15.  
  16.  .spacer {
  17.     height: 20px;
  18.     clear: both;
  19. }
  20.  
  21.  .clear {
  22.     clear: both;
  23. }
  24.  
  25. #dt_example pre {
  26.     padding: 15px;
  27.     background-color: #F5F5F5;
  28.     border: 1px solid #CCCCCC;
  29. }
  30.  
  31. h1 {
  32.     margin-top: 2em;
  33.     font-size: 1.3em;
  34.     font-weight: normal;
  35.     line-height: 1.6em;
  36.     color: #4E6CA3;
  37.     border-bottom: 1px solid #B0BED9;
  38.     clear: both;
  39. }
  40.  
  41.  h2 {
  42.     font-size: 1.2em;
  43.     font-weight: normal;
  44.     line-height: 1.6em;
  45.     color: #4E6CA3;
  46.     clear: both;
  47. }
  48.  
  49. a {
  50.     color: #0063DC;
  51.     text-decoration: none;
  52. }
  53.  
  54.  a:hover {
  55.     text-decoration: underline;
  56. }
  57.  
  58. ul {
  59.     color: #B0BED9;
  60. }
  61.  
  62. .css_right {
  63.     float: right;
  64. }
  65.  
  66. .css_left {
  67.     float: left;
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement