Advertisement
Guest User

Untitled

a guest
May 28th, 2015
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta charset="utf-8" />
  6. <title>Pragmatometer</title>
  7. <style type="text/css">
  8. body
  9. {
  10. font-family: Verdana, Arial, sans;
  11. }
  12. td.Completed
  13. {
  14. border-left: 3px solid black;
  15. background-color: white;
  16. }
  17. td.Delete
  18. {
  19. background-color: gray;
  20. }
  21. td.Invisible
  22. {
  23. background-color: black;
  24. }
  25. td.Background
  26. {
  27. background-color: #604000;
  28. }
  29. td.You.Decide
  30. {
  31. background-color: blue;
  32. }
  33. td.In.Progress
  34. {
  35. background-color: #00ff00;
  36. }
  37. td.Important
  38. {
  39. background-color: yellow;
  40. }
  41. td.In.Question
  42. {
  43. background-color: darkorange;
  44. }
  45. td.Problems
  46. {
  47. background-color: red;
  48. }
  49. @media only screen and (min-width: 1025px)
  50. {
  51. #Calendar
  52. {
  53. height: 46%;
  54. left: 2%;
  55. position: absolute;
  56. top: 2%;
  57. width: 46%;
  58. }
  59. #Scratchpad
  60. {
  61. height: 46%;
  62. left: 2%;
  63. position: absolute;
  64. top: 52%;
  65. width: 46%;
  66. }
  67. #Todo
  68. {
  69. height: 46%;
  70. left: 52%;
  71. position: absolute;
  72. top: 0;
  73. width: 46%;
  74. }
  75. #YouPick
  76. {
  77. height: 50%;
  78. left: 52%;
  79. position: absolute;
  80. top: 52%;
  81. width: 46%;
  82. }
  83. }
  84. </style>
  85. </head>
  86. <body>
  87. <div id="main"></div>
  88. <script>
  89. console.log('React with addons');
  90. </script>
  91. <script
  92. src="//cdnjs.cloudflare.com/ajax/libs/react/0.13.1/react-with-addons.js">
  93. </script>
  94. <script>
  95. console.log('Showdown');
  96. </script>
  97. <script
  98. src="//cdnjs.cloudflare.com/ajax/libs/showdown/0.4.0/Showdown.min.js">
  99. </script>
  100. <script>
  101. console.log('CKeditor');
  102. </script>
  103. <script src="//cdn.ckeditor.com/4.4.7/basic/ckeditor.js"></script>
  104. <script>
  105. console.log('jQuery');
  106. </script>
  107. <script src="//code.jquery.com/jquery-1.9.1.js"></script>
  108. <script>
  109. console.log('JSON');
  110. </script>
  111. <script src="js/json2.js"></script>
  112. <script>
  113. console.log('Modernizr');
  114. </script>
  115. <script src="js/modernizr.js"></script>
  116. <script>
  117. console.log('Backstretch');
  118. </script>
  119. <script src="js/backstretch.js"></script>
  120. <script>
  121. jQuery.backstretch('ENIAC_faded.jpg');
  122. </script>
  123. <script>
  124. console.log('site.js');
  125. </script>
  126. <script src="js/site.js"></script>
  127. <script>
  128. console.log('Reached end of index.html!');
  129. </script>
  130. </body>
  131. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement