You are here

main.css in OAuth2 Login 8

/*Font Loded*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);

body{
  background: url(../img/bg.jpg);
}

.btn-custom {
  color: #bdc3c7;
  font-size: 18px;
  border: 1px solid #bdc3c7;
}
.btn-custom:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}
#pricing-table {
  padding-top: 50px;
}
#pricing-table .pricing {
  marign: 0;
  padding: 0;
  font-family: 'Robot', sans-serif;
}
#pricing-table .pricing .pricing-table {
  padding-bottom: 30px;
}
#pricing-table .pricing .pricing-table .pricing-header {
  position: relative;
  background: #34495e;
  padding: 22px 22px;
  text-align: center;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-title {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  text-align: center;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate sup {
  font-size: 24px;
  position: relative;
  top: -30px;
  color: #bdc3c7;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate span {
  font-size: 16px;
  color: #bdc3c7;
  text-transform: uppercase;
}
#pricing-table .pricing .pricing-list {
  padding: 20px 0 40px 0;
  background: #ffffff;
  border: 1px solid #e3e3e3;
}
#pricing-table .pricing .pricing-list ul {
  padding: 0px;
  display: table;
  margin: 0px auto;
}
#pricing-table .pricing .pricing-list ul li {
  list-style: none;
  border-bottom: 1px solid #EAECEB;
  color: #bdc3c7;
  font-size: 16px;
  padding-top: 20px; 
}
#pricing-table .pricing .pricing-list ul li:last-child {
  border: none;
}
#pricing-table .pricing .pricing-list ul li i {
  margin-right: 12px;
  color: #bdc3c7;
}
#pricing-table .pricing .pricing-list ul li span {
  color: #34495e;
}

File

assets/css/main.css
View source
  1. /*Font Loded*/
  2. @import url(http://fonts.googleapis.com/css?family=Roboto:400,700);
  3. body{
  4. background: url(../img/bg.jpg);
  5. }
  6. .btn-custom {
  7. color: #bdc3c7;
  8. font-size: 18px;
  9. border: 1px solid #bdc3c7;
  10. }
  11. .btn-custom:hover {
  12. color: #ffffff;
  13. border: 1px solid #ffffff;
  14. }
  15. #pricing-table {
  16. padding-top: 50px;
  17. }
  18. #pricing-table .pricing {
  19. marign: 0;
  20. padding: 0;
  21. font-family: 'Robot', sans-serif;
  22. }
  23. #pricing-table .pricing .pricing-table {
  24. padding-bottom: 30px;
  25. }
  26. #pricing-table .pricing .pricing-table .pricing-header {
  27. position: relative;
  28. background: #34495e;
  29. padding: 22px 22px;
  30. text-align: center;
  31. border-top-right-radius: 4px;
  32. border-top-left-radius: 4px;
  33. }
  34. #pricing-table .pricing .pricing-table .pricing-header .pricing-title {
  35. color: #ffffff;
  36. text-transform: uppercase;
  37. letter-spacing: 2px;
  38. font-size: 24px;
  39. text-align: center;
  40. font-weight: 700;
  41. }
  42. #pricing-table .pricing .pricing-table .pricing-header .pricing-rate {
  43. font-size: 50px;
  44. font-weight: 700;
  45. color: #ffffff;
  46. position: relative;
  47. text-align: center;
  48. }
  49. #pricing-table .pricing .pricing-table .pricing-header .pricing-rate sup {
  50. font-size: 24px;
  51. position: relative;
  52. top: -30px;
  53. color: #bdc3c7;
  54. }
  55. #pricing-table .pricing .pricing-table .pricing-header .pricing-rate span {
  56. font-size: 16px;
  57. color: #bdc3c7;
  58. text-transform: uppercase;
  59. }
  60. #pricing-table .pricing .pricing-list {
  61. padding: 20px 0 40px 0;
  62. background: #ffffff;
  63. border: 1px solid #e3e3e3;
  64. }
  65. #pricing-table .pricing .pricing-list ul {
  66. padding: 0px;
  67. display: table;
  68. margin: 0px auto;
  69. }
  70. #pricing-table .pricing .pricing-list ul li {
  71. list-style: none;
  72. border-bottom: 1px solid #EAECEB;
  73. color: #bdc3c7;
  74. font-size: 16px;
  75. padding-top: 20px;
  76. }
  77. #pricing-table .pricing .pricing-list ul li:last-child {
  78. border: none;
  79. }
  80. #pricing-table .pricing .pricing-list ul li i {
  81. margin-right: 12px;
  82. color: #bdc3c7;
  83. }
  84. #pricing-table .pricing .pricing-list ul li span {
  85. color: #34495e;
  86. }