By Kit the Human (edited)
Edited by Kit the Human
- 1
- 1
This is a crime themed thread tracker that I made a year or so ago, now free for your use. You can edit it however you like and this could be easily adapted for use as a simple plotter as well.
<link media="all" rel="stylesheet" type="text/css" href="https://dl.dropboxusercontent.com/s/dm83cx08xtxryrj/den.css"> <div class="crime-tracker"> <link href="https://fonts.googleapis.com/css?family=Special+Elite" rel="stylesheet"> <h1>Name Tracker</h1> <ul> <li><a href="#">Thread Name</a> <a class="crime-partner" href="#">Name of who the thread is with</a> <div class="crime-tracker-description">Description</div> </li> <li> <a href="#">Thread Name</a> <a class="crime-partner" href="#">Name of who the thread is with</a> <div class="crime-tracker-description">Description</div> </li> </ul> <div class="credit">Coded by <a href="https://rpginitiative.com/profile/1728-kit-the-human/">Kit the Human</a> of the RPG Initiative</div> </div> <style>.crime-tracker { width: 90%; margin: 0 auto; text-align: center; background: #fefefe; border: 1px solid #d3d3d3; outline: 1px solid #fff; padding: 1vh 1vw; color: #1a1a1a; } /* header align to the right */ .crime-tracker > h1 { text-align: right; color: #09707e; font-family: 'Special Elite', cursive; text-transform: uppercase; } /* get rid of margins and padding on the list */ .crime-tracker > ul { text-align: left; list-style-type: none; -webkit-margin-before: 0em; -webkit-margin-after: 0em; -webkit-margin-start: 0px; -webkit-margin-end: 0px; -webkit-padding-start: 0; } .crime-tracker > ul li { margin: 4vh 0; } .crime-tracker > ul li a { color: #09707e; text-decoration: none; display: block; text-transform: uppercase; font-size: 1rem; border-bottom: 1px solid #09707e; margin-bottom: 1vh; font-family: 'Special Elite', cursive; } /* refers to the link to a user's profile */ .crime-tracker .crime-partner { border: 0; color: #141414; font-size: .9rem; margin-bottom: 6px; } /* every second entry's title on the right */ .crime-tracker ul li:nth-child(even) a { text-align: right; } .crime-tracker > .credit { font-size: .8em; color: #999; } .crime-tracker > .credit a { color: #09707e; text-decoration: none; } </style>
By Kit the Human (edited)
Edited by Kit the Human
By using this site, you agree to our Terms of Use, Guidelines and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.