Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.59 KB | None | 0 0
  1. body {
  2.     background: url("../softuni_ppt_cover.png") no-repeat;
  3.     font-family: Calibri;
  4. }
  5.  
  6. .highlight, ul li {
  7.     color: rgb(243,190,96); //taken from font color in PPT / More colors
  8. }
  9.  
  10. ul {
  11.     list-style-type: square;
  12.     overflow: hidden;
  13. }
  14.  
  15.  
  16.  
  17.  
  18. .innerHighlight {
  19.     color: rgb(243,205,96);
  20. }
  21.  
  22. .innerUL {
  23.     color: white;
  24.     font-size:26px;
  25. }
  26.  
  27. .codeSpace {
  28.     font-family: Consolas;
  29.     border: white solid 1px;
  30.     width: 550px;
  31.     padding: 3px;
  32.     color: rgb(251,238,201);
  33.     background: rgb(32,32,30); //with the special help of Paint colour picker
  34.     margin-top:10px;
  35.     margin-bottom:5px;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement