Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. body {
  2. /* margin:100px 200px;
  3. box-sizing: border-box; */
  4. font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  5.  
  6. }
  7.  
  8. p{
  9. color:grey;
  10. }
  11.  
  12. .naslov__title{
  13. color:palevioletred;
  14. font-size: 60px;
  15. margin-bottom: -20px;
  16. }
  17.  
  18.  
  19. .nav_ul{
  20. background-color: palevioletred;
  21. text-align: center;
  22. padding: 10px;
  23. border-radius: 10px;
  24. }
  25.  
  26. .nav_il{
  27. display:inline;
  28. font-size: 25px;
  29. text-align: center;
  30. padding-left: 35px;
  31. }
  32.  
  33. .nav__link{
  34.  
  35. text-decoration: none;
  36. color:white;
  37. }
  38.  
  39. .nav__link:hover{
  40.  
  41. color:cornflowerblue;
  42. }
  43.  
  44. .archives {
  45.  
  46. position: relative;
  47.  
  48. float:right;
  49. }
  50.  
  51. .archives__title{
  52.  
  53. text-align: center;
  54. border-bottom: 2px solid grey;
  55. padding: 0 60px;
  56. color:grey;
  57. font-size:25px;
  58.  
  59. }
  60.  
  61. .recentpost__title{
  62. text-align: center;
  63. border-bottom: 2px solid grey;
  64. padding: 0 40px;
  65. color:grey;
  66. font-size:25px;
  67. }
  68.  
  69. .recetpost{
  70.  
  71. float:right;
  72. margin-top: -200px;
  73. }
  74.  
  75. .archives_li{
  76.  
  77. text-align: left;
  78. font-size: 20px;
  79. color:grey;
  80. }
  81.  
  82. .recentpost_li{
  83.  
  84. font-size: 20px;
  85. color:grey;
  86.  
  87. }
  88.  
  89. .prvi{
  90.  
  91. float:left;
  92. position: relative;
  93. padding-left: 3%;
  94. width:97%;
  95. height:auto;
  96. padding-bottom: 50px;
  97.  
  98. }
  99.  
  100. .archives__ul{
  101.  
  102. list-style-type: circle;
  103. }
  104.  
  105. .recentpost__ul{
  106. list-style-type: circle;
  107. }
  108.  
  109. .naslov__subtitle{
  110.  
  111. padding-bottom: 20px;
  112. font-size: 20px;
  113. }
  114.  
  115. .drugi__subtitle{
  116.  
  117. width: 70%;
  118. font-size: 20px;
  119.  
  120. }
  121.  
  122. .prvi__title{
  123. font-size: 40px;
  124. }
  125.  
  126. .prvi__subtitle{
  127.  
  128. float:right;
  129. position: absolute;
  130. margin-left: 200px;
  131. width: 50%;
  132. font-size: 20px;
  133. margin-top: -5px;
  134.  
  135. }
  136.  
  137.  
  138. .sticky__pct{
  139.  
  140. width: 170px;
  141. height: 170px;
  142.  
  143. }
  144.  
  145. .sticky__dugme{
  146.  
  147. font-size:20px ;
  148. margin-left: 35%;
  149. background-color:palevioletred;
  150. padding:10px;
  151. border-radius: 10px;
  152. position: static;
  153.  
  154. }
  155.  
  156. .drugi_dugme{
  157.  
  158. font-size:20px ;
  159. margin-left: 50%;
  160. background-color:palevioletred;
  161. padding:10px;
  162. border-radius: 10px;
  163. position: relative;
  164.  
  165.  
  166. }
  167.  
  168. .donji{
  169.  
  170. float:left;
  171. height:auto;
  172. width:100%;
  173. position: relative;
  174. }
  175.  
  176. .sticky__date{
  177. margin-top: -20px;
  178. padding-bottom: 20px;
  179. color: lightgray;
  180. }
  181.  
  182. .drugi{
  183.  
  184.  
  185. height: auto;
  186. width:100%;
  187. position: auto;
  188.  
  189. }
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197. /*champa*/
  198.  
  199. .container {
  200. width: 80%;
  201. margin: auto;
  202. }
  203.  
  204. .kolona-1 {
  205. width: 74%;
  206. display: inline-block;
  207. }
  208.  
  209. .kolona-2 {
  210. width: 25%;
  211. display: inline-block;
  212. }
  213.  
  214. .post {
  215. border: 1px solid rgba(0, 0, 0, .1);
  216. border-radius: 4px;
  217. padding: 8px;
  218. margin-bottom: 20px;
  219. }
  220.  
  221. .post h4 {
  222. font-size: 50px;
  223. font-weight: bold;
  224. margin: 0;
  225. }
  226.  
  227. p.vrijeme {
  228. margin: 0;
  229. }
  230.  
  231. .drzac-sadrzaja {
  232. margin-top: 20px;
  233. }
  234.  
  235. .drzac-sadrzaja img {
  236. display: inline-block;
  237. width: 30%;
  238. vertical-align: top;
  239. border-radius: 4px;
  240. }
  241.  
  242. .drzac-sadrzaja .unutra {
  243. display: inline-block;
  244. width: 69%;
  245. vertical-align: top;
  246. }
  247.  
  248. .drzac-sadrzaja .unutra p {
  249. margin: 0;
  250. display: block;
  251. }
  252.  
  253. .drzac-sadrzaja .unutra a.dugme {
  254. padding: 10px 0;
  255. background: pink;
  256. color: white;
  257. border-radius: 4px;
  258. display: block;
  259. width: 120px;
  260. text-align: center;
  261. text-decoration: none;
  262. margin-top: 15px;
  263. float: right;
  264. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement