No Description

style.css 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. /* Empty. Add your own CSS if you like */
  2. .custom-icon .icon-badge {
  3. position: absolute;
  4. top: 3px;
  5. right: 0px;
  6. font-size: 8px;
  7. padding: 2px 6px;
  8. }
  9. ion-content iframe {
  10. width:100%;
  11. }
  12. .facebook {
  13. background-color:#3b5998;
  14. color:#fff;
  15. }
  16. .social-button:hover {
  17. color:#fff;
  18. }
  19. .ig {
  20. background-color:#517fa4;
  21. color:#fff;
  22. }
  23. .center-block {
  24. display:block;
  25. margin:0 auto;
  26. width:100%;
  27. }
  28. .center-block img {
  29. }
  30. .lively-bg {
  31. background: url("./lively-bg.png") no-repeat top left;
  32. background-size:cover;
  33. }
  34. .lively-bg .input-label {
  35. color:#fff;
  36. font-weight:bold;
  37. }
  38. .lively-bg .item-input {
  39. background:none;
  40. color:#fff;
  41. border-top:none;
  42. }
  43. .img-padding {
  44. padding:10px 20px;
  45. }
  46. .lively-bg .item-input input[type=text],
  47. .lively-bg .item-input input[type=password]
  48. {
  49. color:#fff;
  50. }
  51. .lively-bg .item {
  52. background:none;
  53. }
  54. .label-content {
  55. color:#fff;
  56. font-size:larger;
  57. font-weight:bold;
  58. }
  59. .borderless {
  60. border:none;
  61. }
  62. .no-padding a.item-content {
  63. padding: 0px;
  64. border: none;
  65. }
  66. ion-item.no-padding.item {
  67. border: none;
  68. }
  69. .list.card {
  70. box-shadow: none;
  71. margin-right:0px;
  72. margin-left:0px;
  73. }
  74. .category {
  75. background-color:#000;
  76. color:#fff;
  77. display:inline-block;
  78. padding:5px 10px;
  79. }
  80. h2.title {
  81. margin-top: 10px;
  82. font-size: larger;
  83. }
  84. ion-content.lively.scroll-content.ionic-scroll.has-header {
  85. top: 20px;
  86. }
  87. ion-list#lively-menu {}
  88. #lively-menu ion-item.item {
  89. color: #fff;
  90. background-color: #343434;
  91. border-color: #565656;
  92. }
  93. #lively-menu a.item-content {
  94. background-color: #343434;
  95. }
  96. i.icon-perspective {
  97. background: url('../img/perspective.png') no-repeat center left;
  98. background-size: contain;
  99. width: 33px;
  100. }
  101. hr.zig, hr.zag {
  102. border: none;
  103. height: 30px;
  104. margin: 0 0px;
  105. }
  106. hr.zig{
  107. background: linear-gradient(-135deg, #FFF 20px, rgba(0, 0, 0, 0) 0) 0 5px, linear-gradient(135deg, #FFF 20px, rgba(0, 0, 0, 0) 0) 0 5px;
  108. background-color: rgba(0, 0, 0, 0);
  109. background-position: center bottom;
  110. background-repeat: repeat-x;
  111. background-size: 20px 40px;
  112. z-index: 100;
  113. position: relative;
  114. }
  115. hr.zag {
  116. background: linear-gradient(-135deg, #eee 20px, rgba(0, 0, 0, 0) 0) 0 5px, linear-gradient(135deg, #eee 20px, #FFF 0) 0 5px;
  117. background-color: rgba(0, 0, 0, 0);
  118. background-position: center bottom;
  119. background-repeat: repeat-x;
  120. background-size: 20px 40px;
  121. z-index: 50;
  122. margin-top: -28px;
  123. }
  124. .author-avatar {
  125. width:60px;
  126. height:60px;
  127. border-radius: 50%;
  128. }
  129. .post-body { font-size:120%; }
  130. img { max-width:100%; }