Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.12 KB | None | 0 0
  1. body
  2. {
  3.     display: block;
  4.     font-family: "DejaVuSerif";
  5.     font-size: 1em;
  6.     font-weight: normal;
  7.     line-height: 1.2em;
  8.     text-align: justify;
  9.     margin: 2em 0 0
  10.    
  11. }
  12. p
  13.     {    
  14.     text-indent: 1.5em;
  15.     font-family: "DejaVuSerif";
  16.     font-size: 1em;
  17.     line-height: 1.2em;
  18.     margin-bottom: 0em;
  19.     margin-left:5mm;
  20.     margin-right: 5mm;
  21.     margin-top: 0em;
  22.     padding-left: 0em;
  23.     padding-right: 0em;
  24.     text-align: justify;
  25.  }
  26.     p+p
  27.     {
  28.     text-indent:1.5em;
  29.     text-align: justify;
  30.     }
  31.     h1
  32.     {
  33.     font-family: "DejaVuSerif";
  34.     text-indent: 1.5em;
  35.     font-size: 140%;
  36.     color: black;
  37.     padding-top: 12px;
  38.     padding-bottom: 3px;
  39.     text-align: center;
  40.     font-weight: normal;
  41.     }
  42.     h2
  43.     {
  44.     font-family: "DejaVuSerif";
  45.     text-indent: 1.5em;
  46.     font-size: 120%;
  47.     text-align: center;
  48.     color: black;
  49.     font-weight: normal;
  50.     }
  51.     h3
  52.     {
  53.     font-family: "DejaVuSerif";
  54.     text-indent: 1.5em;
  55.     text-align: center;
  56.     font-size: 110%;
  57.     color: black;
  58.     font-weight: normal;
  59.     }
  60. h4
  61.     {
  62.    font-family: "DejaVuSerif";
  63.    text-indent: 3em;
  64.    font-size: 100%;
  65.    color: black;
  66.    font-weight: normal;
  67.     }
  68. h5
  69.     {
  70.     font-family: "DejaVuSerif";
  71.     text-indent: 1.5em;
  72.     text-align: center;
  73.     font-size: 98%;
  74.     color: black;
  75.     font-weight: normal;
  76.     }
  77. h6
  78.     {
  79.     font-family: "DejaVuSerif";
  80.     text-align: center;
  81.     text-indent: 1.5em;
  82.     font-size: 96%;
  83.     color: black;
  84.     font-weight: normal;
  85.     }
  86.  
  87. a:link
  88. {
  89.  color : Red;
  90.  text-decoration : none;
  91.  font-weight : normal;
  92. }
  93.  
  94. blockquote2
  95. {
  96.   display: block;
  97. font-family: "DejaVuSerif";
  98.     font-size: 0.8em;
  99.     font-weight: normal;
  100.     line-height: 1em;
  101.     margin-bottom: 1em;
  102.     margin-left: 1.8em;
  103.     margin-right: 1.8em;
  104.     margin-top: 1em;
  105. padding-left: 200px;
  106.     orphans: 2;
  107.     text-align: justify;
  108.     text-indent: 0;
  109.     widows: 2;
  110.   }
  111.   blockquote.style1 span {
  112.      display: block;
  113.      background-image: url(images/closequote1.gif);
  114.      background-repeat: no-repeat;
  115.      background-position: bottom right;
  116.  
  117.        }
  118. blockquote
  119. {
  120.  display: block;
  121. font-family: "DejaVuSerif";
  122.     font-size: 0.8em;
  123.     font-weight: normal;
  124.     line-height: 1em;
  125.     margin-bottom: 1em;
  126.     margin-left: 1.2em;
  127.     margin-right: 1.2em;
  128.     margin-top: 1em;
  129.     orphans: 2;
  130.     text-align: justify;
  131.     text-indent: 0;
  132.     widows: 2;
  133.     }
  134.  
  135.  
  136. /* Font */
  137.  
  138. @font-face{
  139.  
  140.     font-family: "DejaVuSerif";
  141.     font-style: normal;
  142.     font-weight: normal;
  143.     src: url(../Fonts/DejaVuSerif-Bold.ttf);
  144.  
  145. }
  146.  
  147. @font-face{
  148.  
  149.     font-family: "DejaVuSerif";
  150.     font-style: italic;
  151.     font-weight: normal;
  152.     src: url(../Fonts/DejaVuSerif-Italic.ttf);
  153.  
  154. }
  155.  
  156. @font-face{
  157.  
  158.     font-family: "DejaVuSerif";
  159.     font-style: normal;
  160.     font-weight: normal;
  161.     src: url(../Fonts/DejaVuSerif.ttf);
  162.  
  163. }
  164.  
  165. notes
  166.  
  167. {
  168.     display: block;
  169.     font-family: "DejaVuSerif";
  170.     font-size: 0.9em;
  171.     font-weight: normal;
  172.     line-height: 1.2em;
  173.     text-align: justify;
  174.     margin: 2em 0 0
  175.    
  176. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement