themesbyces

Page — Cherry Hearts

May 19th, 2019 (edited)
1,091
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.57 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC>
  2.  
  3. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  4.  
  5. <html>
  6.  
  7. <head>
  8.  
  9. <title>{Title}</title>
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12.  
  13. <!--
  14.  
  15. page: cherry hearts
  16. designed and coded by ghcstfaec
  17. see credits @ https://ghcstfaec.tumblr.com/credits
  18.  
  19. -->
  20.  
  21. <!-- Google Fonts Script -->
  22.  
  23. <link href="https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i&display=swap" rel="stylesheet">
  24.  
  25. <!-- jQuery Script -->
  26.  
  27. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
  28.  
  29. <!-- Styled Tooltips Script -->
  30.  
  31. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  32.  
  33. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  34.  
  35. <script>
  36. (function($){
  37. $(document).ready(function(){
  38. $("a[title]").style_my_tooltips({
  39. tip_follows_cursor:true,
  40. tip_delay_time:90,
  41. tip_fade_speed:600,
  42. attribute:"title"
  43. });
  44. });
  45. })(jQuery);
  46. </script>
  47.  
  48. <!-- Font Awesome Script -->
  49.  
  50. <link href="//use.fontawesome.com/releases/v6.0.0/css/all.css" rel="stylesheet">
  51.  
  52. <style type="text/css">
  53.  
  54. .tmblr-iframe--app-cta-button {
  55. display: none!important;
  56. }
  57.  
  58. ::-webkit-scrollbar-thumb:vertical {
  59. background: #000000;
  60. }
  61.  
  62. ::-webkit-scrollbar {
  63. width: 1px;
  64. }
  65.  
  66. ::selection {
  67. background: #99bbcc;
  68. color: white;
  69. }
  70.  
  71. ::-moz-selection {
  72. background: #99bbcc;
  73. color: white;
  74. }
  75.  
  76. #s-m-t-tooltip {
  77. background: #000000;
  78. border-radius: 5px;
  79. color: #ffffff;
  80. font-size: 0.9rem;
  81. margin-top: 30px;
  82. padding: 5px;
  83. text-align: center;
  84. text-transform: uppercase;
  85. z-index: 999999999999999999999999999999999999;
  86. }
  87.  
  88. body {
  89. background: #ffffff;
  90. color: #555555;
  91. cursor: url(https://i.imgur.com/lhPqll6.png), progress;
  92. font-family: 'Karla', sans-serif;
  93. font-size: 1rem;
  94. font-style: normal;
  95. font-weight: 400;
  96. hyphens: auto;
  97. letter-spacing: 1px;
  98. margin: 0px;
  99. text-align: left;
  100. text-transform: none;
  101. word-wrap: break-word;
  102. }
  103.  
  104. a {
  105. color: #99bbcc;
  106. text-decoration: none;
  107. -webkit-transition: all 0.5s ease;
  108. -moz-transition: all 0.5s ease;
  109. -o-transition: all 0.5s ease;
  110. }
  111.  
  112. a:hover {
  113. color: #cfcfcf;
  114. }
  115.  
  116. #home {
  117. font-size: 0.9rem;
  118. left: 20px;
  119. position: fixed;
  120. text-align: left;
  121. text-transform: uppercase;
  122. top: 20px;
  123. }
  124.  
  125. #home a {
  126. color: #000000;
  127. }
  128.  
  129. #home a:hover {
  130. color: #cfcfcf;
  131. }
  132.  
  133. #container {
  134. margin-bottom: 65px;
  135. background: #ffffff;
  136. margin-left: auto;
  137. margin-right: auto;
  138. margin-top: 75px;
  139. width: 650px;
  140. }
  141.  
  142. #icon-image {
  143. background: #ffffff;
  144. border: 1px solid #d2d2d2;
  145. height: 64px;
  146. margin-left: auto;
  147. margin-right: auto;
  148. padding: 10px;
  149. width: 64px;
  150. }
  151.  
  152. #icon-image img {
  153. height: 64px;
  154. width: 64px;
  155. }
  156.  
  157. #blogroll-title {
  158. border-bottom: 1px solid #d2d2d2;
  159. color: #99bbcc;
  160. font-size: 15px;
  161. margin-top: 20px;
  162. padding-bottom: 20px;
  163. text-align: center;
  164. text-transform: lowercase;
  165. width: 650px;
  166. }
  167.  
  168. #line {
  169. background: #99bbcc;
  170. height: 3px;
  171. margin-left: auto;
  172. margin-right: auto;
  173. margin-top: -2px;
  174. width: 80px;
  175. }
  176.  
  177. #blogroll {
  178. margin: -10px;
  179. margin-top: 75px;
  180. overflow: hidden;
  181. width: 670px;
  182. }
  183.  
  184. .following-wrapper {
  185. align-items: center;
  186. border: 1px solid #d2d2d2;
  187. display: flex;
  188. float: left;
  189. height: 48px;
  190. margin: 10px;
  191. padding: 10px;
  192. width: 293px;
  193. }
  194.  
  195. .following-image {
  196. height: 48px;
  197. width: 48px;
  198. }
  199.  
  200. .following-image img {
  201. height: 48px;
  202. width: 48px;
  203. }
  204.  
  205. .following-details {
  206. font-size: 0.9rem;
  207. margin-left: 20px;  
  208. overflow: hidden;
  209. text-align: left;
  210. text-overflow: ellipsis;
  211. text-transform: uppercase;
  212. white-space: nowrap;
  213. }
  214.  
  215. #credit {
  216. bottom: 15px;
  217. font-size: 0.7rem;
  218. position: fixed;
  219. right: 15px;
  220. text-transform: uppercase;
  221. }
  222.  
  223. #credit a {
  224. color: #000000;
  225. }
  226.  
  227. #credit a:hover {
  228. color: #cfcfcf;
  229. }
  230.  
  231. {CustomCSS}
  232.    
  233. </style>
  234.    
  235. </head>
  236.  
  237. <body>
  238.  
  239. <div id="home"><a href="/"><i class="far fa-circle" style="color: #99bbcc;margin-right: 10px;"></i>Back To Blog</a></div>
  240.  
  241. <div id="container">
  242.  
  243. <div id="icon-image"><img src="{PortraitURL-64}"/></div>
  244.  
  245. <div id="blogroll-title">{Name}'s Blogroll</div>
  246.  
  247. <div id="line"></div>
  248.  
  249. <div id="blogroll">
  250.  
  251. {block:Following}
  252. {block:Followed}
  253. <a href="{FollowedURL}">
  254. <div class="following-wrapper">
  255. <div class="following-image">
  256. <img src="{FollowedPortraitURL-48}"/>
  257. </div>
  258. <div class="following-details">
  259. {FollowedName}
  260. <br>
  261. <font style="color: #555555;">{FollowedTitle}</font>
  262. </div>
  263. </div>
  264. </a>
  265. {/block:Followed}
  266. {/block:Following}
  267.  
  268. </div>
  269.  
  270. </div>
  271.  
  272. <div id="credit"><a href="http://ghcstfaec.tumblr.com/" title="ghcstfaec" target="_blank">GHCST</a></div>
  273.  
  274. </body>
  275.  
  276. </html>
Advertisement
Add Comment
Please, Sign In to add comment