Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.30 KB | None | 0 0
  1. ul.success li{
  2. padding: 15px;
  3. margin-bottom: 20px;
  4. border: 1px solid transparent;
  5. border-radius: 4px;
  6. color: #3c763d;
  7. background-color: #dff0d8;
  8. border-color: #d6e9c6;
  9. list-style: none;
  10. }
  11.  
  12. ul.error li{
  13. padding: 15px;
  14. margin-bottom: 20px;
  15. border: 1px solid transparent;
  16. border-radius: 4px;
  17. color: #a94442;
  18. background-color: #f2dede;
  19. border-color: #ebccd1;
  20. list-style: none;
  21.  
  22. }
  23.  
  24. form{
  25. background-color: white;
  26. padding: 10px;
  27. }
  28.  
  29.  
  30.  
  31. .astext {
  32. background:none;
  33. border:none;
  34. margin:0;
  35. padding:0;
  36. }
  37.  
  38.  
  39.  
  40. .astext:hover{
  41. color: #1943B7;
  42. cursor: pointer;
  43. }
  44.  
  45. .full-overlay{
  46. position: relative;
  47. z-index: 1;
  48. height:350px;
  49. text-align: center;
  50. padding:40px;
  51. background-size: cover;
  52. }
  53.  
  54.  
  55. /* overlay styles */
  56. /*h1 {
  57. font-family: 'Lato', sans-serif;
  58. color: white;
  59. margin-bottom: 0;
  60. font-size: 49px;
  61. }*/
  62.  
  63. #overlay{
  64. height: 100vh;
  65. }
  66. .main-text {
  67. position: absolute;
  68. top: 30%;
  69. width: 42%;
  70. color:#ECE9E7;
  71. font-weight: bold;
  72. font-size: 28px;
  73. left: 8%;
  74. }
  75.  
  76. .main-text h1 {
  77. font-family: 'Montserrat', sans-serif;
  78. color: #ECE9E7;
  79. font-size: 80px;
  80. }
  81. .carousel-item{
  82. -webkit-filter: brightness(29%);
  83. filter:brightness(29%);
  84. }
  85.  
  86.  
  87. .main-container{
  88. width: 450px;
  89. height: 200px;
  90. }
  91. .main-wrapper{
  92. margin: auto;
  93. background-color: #ccc;
  94. }
  95.  
  96. a{
  97. text-decoration: none;
  98. }
  99.  
  100. #logpage{
  101. width: 35%;
  102. background-color: white;
  103. margin: auto;
  104. padding-left:20px;
  105. padding-right:20px;
  106. padding-bottom:15px;
  107. padding-top: 2px;
  108. border-radius: 25px;
  109. position: absolute;
  110. right: 8%;
  111. top:30%;
  112.  
  113. }
  114.  
  115. #signpage{
  116. width: 35%;
  117. background-color: white;
  118. margin: auto;
  119. padding-left:20px;
  120. padding-right:20px;
  121. padding-bottom:15px;
  122. padding-top: 2px;
  123. border-radius: 25px;
  124. position: absolute;
  125. right: 8%;
  126. top: 10%;
  127. }
  128.  
  129. body{
  130. /* //background-image: url('https://hips.hearstapps.com/edc.h-cdn.co/assets/16/25/american-landmarks-mount-rushmore_1.jpg');
  131. */
  132. background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('https://hips.hearstapps.com/edc.h-cdn.co/assets/16/25/american-landmarks-mount-rushmore_1.jpg');
  133.  
  134. background-repeat: no-repeat;
  135. background-size: cover;
  136. }
  137.  
  138.  
  139.  
  140. /*title*/
  141. #title {
  142. position: absolute;
  143. top:-4px;
  144. left:35%;
  145. font-family:sans-serif;
  146. }
  147.  
  148. #logoutbutton {
  149. position:absolute;
  150. padding:5px;
  151. top:2%;
  152. right:2%;
  153. width:100px;
  154. height:50px;
  155. text-align:center;
  156. font-family: "Helvetica", Arial, sans-serif;
  157. font-size:100%;
  158. color:white;
  159. background-color:rgba(60,60,60,0.6);
  160. }
  161.  
  162. #pagetitle {
  163. font-family: "Helvetica", Arial, sans-serif;
  164. font-size:350%;
  165. color:white;
  166. margin:30px;
  167. }
  168.  
  169. /*select country div*/
  170. .countryselect {
  171. position: absolute;
  172. display:inline-block;
  173. left:4.5%;
  174. top:10%;
  175. }
  176.  
  177. /*country search input*/
  178. #countrysearch {
  179. width:41vw;
  180. height:30px;
  181. top:15%;
  182. }
  183.  
  184. #searchbutton {
  185. height:30px;
  186. border-radius: 2px;
  187. background-color:white;
  188. transition-duration: 0.2s;
  189. }
  190.  
  191. #searchbutton:hover {
  192. color:rgb(51,153,255);
  193. }
  194.  
  195. #savedshow {
  196. width:125px;
  197. height:30px;
  198. position:absolute;
  199. right:-93%;
  200. border-radius: 2px;
  201. background-color:white;
  202. transition-duration: 0.2s;
  203. }
  204.  
  205. #savedshow:hover {
  206. color:rgb(51,153,255);
  207. }
  208.  
  209. /*the map*/
  210.  
  211. #map {
  212. height: 70vh;
  213. width: 45vw;
  214. top:16%;
  215. left:4.5%;
  216. position: absolute;
  217. box-shadow: 2px 2px 5px 5px #333333;
  218. }
  219.  
  220. /*the landmark picture that shows info */
  221.  
  222. #countrypic {
  223. position: absolute;
  224. height:60vh;
  225. width:40vw;
  226. top: 16%;
  227. right:9%;
  228. border-style: solid;
  229. border-width: thick;
  230. background-size: cover;
  231. border-color: #666666;
  232. box-shadow: 2px 2px 5px 5px #333333;
  233. }
  234.  
  235. #countrypicoptions {
  236. position: absolute;
  237. height:60vh;
  238. width:40vw;
  239. top: 16%;
  240. right:9%;
  241. border-style: solid;
  242. border-width: thick;
  243. background-size: cover;
  244. display: block;
  245. }
  246.  
  247. #forwardarrow{
  248. position: absolute;
  249. right:0px;
  250. top:155px;
  251. height: 45px;
  252. width: 45px;
  253. background-color:rgba(240, 236, 236, 0.7);
  254. display: inline-block;
  255. }
  256.  
  257. #backwardarrow{
  258. position: absolute;
  259. top:155px;
  260. left: 0px;
  261. height: 45px;
  262. width: 45px;
  263. background-color:rgba(245, 236, 236, 0.7);
  264. display: block;
  265. }
  266.  
  267. /*this is for the login page*/
  268.  
  269. #loginbox {
  270. position: absolute;
  271. top:30%;
  272. left:28%;
  273. width: 45%;
  274. height: 45%;
  275. border-style: solid;
  276. border-width: thick;
  277. }
  278.  
  279. #credentialsinfo {
  280. position: absolute;
  281. align-content: center;
  282. top: 5%;
  283. width: 50%;
  284. height: 10%;
  285. left:35%;
  286. }
  287.  
  288. .logins {
  289. border-style: solid;
  290. border-width: medium;
  291. height:5%;
  292. }
  293.  
  294. #user {
  295. position:absolute;
  296. top:45%;
  297. left:20%;
  298. }
  299.  
  300. #pass {
  301. position:absolute;
  302. top:45%;
  303. left:55%;
  304. }
  305.  
  306. .loginbutton {
  307. position: absolute;
  308. top:80%;
  309. left:40%;
  310. width:15%;
  311. }
  312.  
  313.  
  314. #countryinfo {
  315. bottom: -27%;
  316. left: -0.8%;
  317. position: absolute;
  318. height: 24%;
  319. width: 40vw;
  320. border-style: solid;
  321. border-width: thick;
  322. border-color: #666666;
  323. background-color: rgba(0,0,0,0.7);
  324. box-shadow: 2px 2px 5px 5px #333333;
  325. }
  326.  
  327.  
  328. .save {
  329. position: absolute;
  330. bottom: 10%;
  331. right: 2.5%;
  332. display: block;
  333. border-radius: 2px;
  334. background-color:white;
  335. transition-duration: 0.2s;
  336. }
  337.  
  338. .save:hover {
  339. color:rgb(51,153,255);
  340. }
  341.  
  342. .text {
  343. position: absolute;
  344. bottom:30%;
  345. left: 23%;
  346. display: block;
  347. }
  348.  
  349. #savedplaces {
  350. height: 50vh;
  351. width: 12vw;
  352. top: -11%;
  353. right: -1%;
  354. position: absolute;
  355. background-color: white;
  356. border-width: thick;
  357. border-style: solid;
  358. border-color: #666666;
  359. box-shadow: 2px 2px 5px 5px #333333;
  360. background-color:rgba(255,255,255,1);
  361. display: none;
  362. }
  363.  
  364. #savedemail {
  365. width:90%;
  366. position:absolute;
  367. height:5%;
  368. top:5%;
  369. left:5%;
  370. }
  371.  
  372. #displaysaved {
  373. width:90%;
  374. height:6%;
  375. position:absolute;
  376. top:2%;
  377. left:0%;
  378. right:0%;
  379. margin:auto;
  380. border-width: thick;
  381. border-style: solid;
  382. border-color: #666666;
  383. }
  384.  
  385. #savedclose {
  386. width:90%;
  387. height:6%;
  388. position:absolute;
  389. bottom:3%;
  390. left:5%;
  391. font-size: 13px;
  392. border-radius: 2px;
  393. background-color:white;
  394. transition-duration: 0.2s;
  395. }
  396.  
  397. .infotitle {
  398. color: white;
  399. position:absolute;
  400. text-align: center;
  401. top: 10%;
  402. left:0px;
  403. right: 0px;
  404. margin: auto;
  405. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement