Advertisement
Guest User

twine 2 monospaced divs css

a guest
May 29th, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.87 KB | None | 0 0
  1. body {
  2.   margin: 3% 0 3% 0;
  3.   background-color:#7a7a7a;
  4. }
  5. #passages {
  6.   padding: 0;
  7.   border: 0;
  8.   text-align:center;
  9.   margin-left:0;
  10.   text-color:#a9b9dc
  11. }
  12. .passage {
  13.   display: inline-block;
  14.   width: 60%;
  15.   min-height:40%;
  16.   padding: 0em;
  17.   font-size: 2em
  18. }
  19. #sidebar {
  20.   display:none;
  21. }
  22. tw-link {
  23.   color:#7b000e;
  24. }
  25. tw-link:hover {
  26.   color:#320B10;
  27.   text-decoration:none;
  28. }
  29.  
  30. .customdisplay{text-align:center;}
  31.  
  32. }
  33.  
  34. img {
  35.     height: auto;
  36.     width: auto\9; /* ie8 */
  37.     display: block;
  38.     margin-left: auto;
  39.     margin-right: auto;
  40. }
  41.  
  42. #monospaced {
  43.   margin-left: auto;
  44.   margin-right: auto;
  45.   margin-bottom: auto;
  46.   align:center;
  47.   border-style: solid;
  48.   border-width: 3px;
  49.   border-color: #000000;
  50.   color: #000000;
  51.   font-family: "Courier New", Courier, monospace;
  52.   background-color: #ffffff;
  53.   width: 250px;
  54.   line-height: 100%;
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement