Show pageBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Credits ====== Where I got various graphics for my site, plus how I put certain things together. ===== DocuWiki ===== I use [[https://www.dokuwiki.org/dokuwiki|DocuWiki]] to build my site; it's great for when you want to do a lot of text stuff and easily update things, but not so great if you want to try designing an amazing HTML/CSS website that'll make people go "wow!" But I've managed to customize it to the point where I'm happy enough with how it looks. ==== Theme ==== I use the [[https://www.dokuwiki.org/template:bootstrap3|Bootstrap3 Template]] and have customized various things, mostly with CSS. ==== How to Change the External Link Icon ==== Got info on what to change [[https://forum.dokuwiki.org/d/14699-solved-one-time-use-of-a-different-icon-for-external-links/2|here]] and then fiddled with the settings until it did what I wanted. Basically I had to remove the original icon from loading (background-image: none !important). This code goes into your userstyle.css file: <WRAP center round box 60%> <code>.dokuwiki a.urlextern, .dokuwiki a.interwiki, .dokuwiki a.windows, .dokuwiki a.mail { background-image: none !important; padding-left: 0 !important; } /* Add your new icon to the left of the link */ .urlextern::before { content: url('ICONURL'); /* Custom icon URL */ margin-right: 3px; /* Space between the icon and text */ vertical-align: middle; /* Align the icon with text */ } </code> </WRAP> You can change the .urlextern::before to .urlextern::after if you want the external link icon to come at the end of the link instead! ===== Fonts ===== I use webfonts! But you can also download them and upload to your server. The fonts I use on this website are: [[https://www.1001fonts.com/chewy-font.html|Chewy]] for headers and [[https://www.1001fonts.com/comic-neue-font.html|Comic Neue]] for body. ===== Graphics ===== ==== Background ==== Found on one of [[https://tenshiikisu.tumblr.com/post/79015021080/heres-my-collection-of-pixel-backgrounds-tile|those huge background Tumblr blogs]] that stole from everyone. ==== Front Page Banner & Namespace Banners ==== Made by me in Canva! ==== New/Update Icon ==== {{:misc:mb19-icon-new.gif?nolink|}} and {{::q19-icon-update.gif?nolink|}} These are from [[https://foollovers.com/|FoolLovers.com]]! misc/credits.txt Last modified: 17 hours agoby tozka Log In