Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.49 KB | None | 0 0
  1. /*comment*/
  2. *{
  3. margin:0;
  4. padding:0;
  5. }
  6. .title {
  7. font-size: 36px;
  8. font-family: sans-pro,sans-serif;
  9. color:#ffffff;
  10. padding-top:30%;
  11. background: #106cc8;
  12. }
  13.  
  14. li {
  15. padding-left:10px;
  16. color: #000000;
  17.  
  18. }
  19.  
  20. .side{
  21. border:lightgray;
  22. float:left;
  23. flex:30%;
  24. border-right: solid;
  25. border-right-color: lightgray;
  26.  
  27.  
  28. }
  29. .side ul{
  30. font-size:22px;
  31. font-family: "Source sans pro", sans-serif;
  32. color: #616161;
  33.  
  34. }
  35. #mainTasks{
  36. font-size: 36px;
  37. font-family: "Roboto", sans-serif;
  38. text-align: center;
  39. text-decoration: underline;
  40. }
  41.  
  42. body{
  43. background-color: #f5f5f5;
  44. display: flex;
  45. flex-direction: row;
  46. height: 100vh;
  47. }
  48.  
  49. .main {
  50. padding-top: 8%;
  51.  
  52. border-left-color: #616161;
  53. display: grid;
  54.  
  55. float:right;
  56. flex:70%;
  57.  
  58. }
  59.  
  60. .task,.completedTask{
  61. transition: background-color 0.5s;
  62. cursor: pointer;
  63.  
  64. }
  65. .completedTask:hover{
  66. background-color: #B0E0E6;
  67. }
  68. .task:hover{
  69. background-color: #B0E0E6;
  70.  
  71. }
  72.  
  73. .taskA{
  74. width: 100%;
  75. background:rgb(255,255,255,0.5);
  76. padding: 18px;
  77. margin: 6px 0;
  78. overflow:hidden;
  79. font-family:"Roboto",sans-serif;
  80. cursor: pointer;
  81. text-decoration: line-through;
  82. }
  83.  
  84.  
  85. h2 {
  86. font-size: 24px;
  87. font-family: "Roboto",sans-serif;
  88. color:#106cc8;
  89. text-align: left;
  90. }
  91.  
  92.  
  93. .Delete {
  94. background-color: #106cc8;
  95. font-family: "Roboto", sans-serif;
  96. color:#ffffff;
  97. float: right;
  98. margin-right:100px;
  99. padding:2px;
  100. border-style: none;
  101. border-radius: 3px;
  102. cursor: pointer;
  103. }
  104.  
  105. .task {
  106. width: 100%;
  107. background:rgb(255,255,255,0.5);
  108. padding: 18px;
  109. margin: 6px 0;
  110. overflow:hidden;
  111. font-family:"Roboto",sans-serif;
  112. cursor: pointer;
  113. text-decoration: none;
  114. }
  115.  
  116. .completedTask{
  117. width: 100%;
  118. background:rgb(255,255,255,0.5);
  119. padding: 18px;
  120. margin: 6px 0;
  121. overflow:hidden;
  122. font-family:"Roboto",sans-serif;
  123. text-decoration: line-through;
  124. cursor:pointer;
  125. }
  126. #addTask{
  127. padding-right:150px;
  128. border-radius:10px;
  129. text-align: left;
  130. margin-right: 8px;
  131. margin-left:35%;
  132. padding-top: 4px;
  133. padding-bottom:4px;
  134.  
  135. }
  136.  
  137.  
  138. .btn_Task{
  139. border-radius:100%;
  140. width: 32px;
  141. height: 32px;
  142. background-color: #106cc8;
  143. color: #ffffff;
  144. border-style: none;
  145. cursor:pointer;
  146. }
  147. #buttonHolder{
  148. text-align: center;
  149. cursor: pointer;
  150. }
  151. .task{
  152. font-family:"Roboto",sans-serif;
  153. }
  154. #today,#tomorrow{
  155. font-family: "Roboto",sans-serif;
  156. }
  157. .header{
  158. text-align: center;
  159. padding-top:210px;
  160. color:#000000;
  161. font-family: "roboto",sans-serif;
  162.  
  163. }
  164. .contact_form{
  165.  
  166. margin: 0 auto;
  167. background-color: #106cc8;
  168. padding:60px;
  169.  
  170. border-radius: 5px;
  171. display: flex;
  172. box-shadow; 0 0 10px;
  173. max-width: 550px;
  174. }
  175. .input_fields{
  176. background-color: transparent;
  177. display: flex;
  178. flex-direction: column;
  179. margin:5px;
  180. width: 48%;
  181.  
  182. }
  183. .input_fields .input{
  184.  
  185. margin: 10px 0;
  186. background-color: transparent;
  187. border: 0;
  188. border-bottom: 2px solid ;
  189. padding:10px;
  190. color: #c5ecfd;
  191. width:100%;
  192. font-size: 14px;
  193. border-radius: 4px;
  194.  
  195. }
  196.  
  197. input::placeholder{
  198. color: #cfecfd;
  199. font-family: "sans pro",sans-serif;
  200. font-size: 16px;
  201.  
  202. }
  203. .Submit_button #submitTask{
  204. background: #106cc8;
  205. text-align: center;
  206. width: 50px;
  207. border-radius: 6px;
  208. color: #ffffff;
  209. cursor:pointer;
  210. width: 60px;
  211. height: 30px;
  212. border-style: none;
  213.  
  214. }
  215. .Submit_button .clearbtn{
  216. background: #106cc8;
  217. text-align: center;
  218. width: 60px;
  219. height: 30px;
  220. border-radius: 6px;
  221. color: #ffffff;
  222. cursor:pointer;
  223. border-style: none;
  224. }
  225. .Submit_button{
  226. padding-left: 350px;
  227.  
  228. font-family: "Roboto",sans-serif;
  229. border: none;
  230. background-color: transparent;
  231. outline: none;
  232.  
  233.  
  234. }
  235.  
  236. .nav{
  237. position: absolute;
  238. top:30%;
  239. width:100%;
  240. padding: 0 20px;
  241.  
  242. }
  243. .second{
  244. display: grid;
  245. background-color: #f5f5f5;
  246.  
  247.  
  248.  
  249. }
  250. #error{
  251. padding-left:430px;
  252. font-family: 'roboto',sans-serif;
  253. color:#CB0909;
  254. }
  255. label {
  256. cursor: pointer;
  257. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement