Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1. SEARCH FOR .title { AND DELETE BOTH {block:ifShowIcons} and {/block:ifNotShowIcons} OPTIONS AND LEAVE JUST the width: 228px; LIKE THIS:
- .title {
- overflow:hidden;
- width:228px;
- height:35px;
- display:inline-block;
- margin:5px 0 5px 0;
- padding:0 10px 0 10px;
- font-family:'selima', arial;
- font-size:23px;
- text-align:center;
- font-style:none;
- font-weight:;
- text-transform:none;
- color:{color:bold};
- background-color:{color:Posts Background};
- {block:ifShowContainerBorders}
- border:1px solid {color:Container Borders};
- {/block:ifShowContainerBorders}
- -webkit-border-radius: px;
- -moz-border-radius: px;
- border-radius: px;
- }
- 2. SEARCH FOR .sidebar { AND REPLACE THAT WITH THIS:
- .sidebar {
- overflow:hidden;
- width:250px;
- height:440px;
- font-size:10px;
- font-family: 'muli', calibri;
- position:absolute;
- padding:5px;
- background-color:{color:Container Background};
- }
- 3. SEARCH FOR .sidebarimage { and REPLACE EVERYTHING BETWEEN {block:ifShowIcons} and {/block:ifShowIcons} WITH THIS:
- .sidebarimage {
- text-align: center;
- margin: 10px 0 0 0;
- }
- .sidebarimage img {
- width:64px;
- height:64px;
- padding:5px;
- margin: 0 15px 0;
- object-fit: cover;
- -webkit-filter: grayscale(0%);
- background-color:{color:Posts Background};
- }
- 4. SEARCH FOR .sidebarlinks { AND REPLACE THAT WITH THIS:
- .sidebarlinks {
- overflow:hidden;
- text-align:center;
- font-weight:bold;
- font-size:8px;
- font-family: 'hind', calibri;
- text-transform:uppercase;
- color:{color:Bold};
- margin:5px 0 5px 2px;
- padding:-10px;
- }
- 5. SEARCH FOR .description { AND REPLACE THAT WITH THIS:
- .description {
- overflow-y:scroll;
- width:238px;
- overflow-x:hidden;
- margin:0px 0 0px 0;
- max-height:265px;
- padding:5px;
- text-align:justify;
- line-height:22px;
- letter-spacing:0px;
- color:{color:Body Text};
- background-color:{color:Posts Background};
- {block:ifShowContainerBorders}
- border:1px solid {color:Container Borders};
- {/block:ifShowContainerBorders}
- }
- 6. SEARCH FOR <div class="sidebar"> AND MOVE THE ICONS LIKE I SHOW ON THIS ASK: https://maziekeen.tumblr.com/post/658868922318274560
- THEY NEED TO BE LIKE THIS: https://64.media.tumblr.com/196a51bdf4af76176126e6a85c900be7/6316d62c00e92b3e-1e/s500x750/3ea80b9eb940da2a2fe3c6a4d82830e3ce4063e6.png
Advertisement
Add Comment
Please, Sign In to add comment