Advertisement
CrispinAsheYA

Papers Please - (Custom Colours)

Nov 15th, 2022 (edited)
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 6.75 KB | Source Code | 0 0
  1. <!--------------------- PLEASE SEE HERE FOR MY CODE RULES: https://toyhou.se/12931952.bonus-content/17036656.-06-code-rules ---------------------
  2.  
  3. Default Colours
  4. -Credit-Colour White: #FFFFFF
  5. -Card-Background Beige: #EEE1D8
  6. -Button & Left-Inner-Border Light-Grey: #A39690
  7. -Most-Text Dark Grey: #5C4F47
  8. -Outer-Border Green: #3E443A
  9.  
  10. Quick Changes:
  11. (Highlight These and press ctrl+F to change commonly-changed information quickly!)
  12. [IMAGE]         [Replace with Image URL]
  13. [BIRTHDAY]
  14. [M/F]
  15. [CITY]
  16. [EXPIRY]
  17. [COUNTRY]
  18. [ID]
  19.  
  20. Thank you for reading!
  21. Crispin / Tomcat
  22.  
  23. -->
  24.  
  25.  
  26. <!--------------------------------------------------------- START OF DO NOT REMOVE -------------------------------------------------------->
  27.  
  28. <!-- This centers the code. There's no reason for you to touch this. Color & Style here sets #5C4F47 as the default colour and Times New as the default Font. -->
  29. <div class="mx-auto mt-5" style="max-width:480px; color:#5C4F47; font-family:'Times New Roman';">
  30.  
  31.   <!--------------------------------------------------------- START CODE --------------------------------------------------------->
  32.  
  33.   <!-- This sets up the little box we're working in, for both the top section and the bottom section. -->
  34.   <div class="card rounded-0 mb-0 mt-0" style="height:750px; width:500px; background-color:#5C4F47; border:10px #3E443A solid;">
  35.    
  36.     <!--------------------------------------------------------- START TOP SECTION --------------------------------------------------------->
  37.     <!--- This is where the "Entry Visa" image is --->
  38.    
  39.     <!-- Start Entry Visa Box -->
  40.     <div class="card rounded-0 mb-0" style="height:375px; width:480px; background-color:#EEE1D8; border-left:10px #A39690 solid;">
  41.       <img src="https://media.discordapp.net/attachments/909750674223419413/994625897078464602/unknown.png"> <!-- Entry Visa Image -->
  42.     </div>
  43.     <!-- End Entry Visa Box -->
  44.    
  45.     <!--------------------------------------------------------- END TOP SECTION --------------------------------------------------------->
  46.    
  47.     <!-- Start Middle Section -->
  48.     <div class="card rounded-0 mb-0 mt-0" style="height:35px; width:480px; background-color:#EEE1D8; border-left:10px #A39690 solid; border-top:0px transparent; border-bottom:0px transparent;">
  49.       <img src="https://media.discordapp.net/attachments/909750674223419413/1041761751458381824/image.png"> <!-- Seperates Top & Bottom -->
  50.     </div>
  51.     <!-- End Middle Section -->
  52.    
  53.     <!--------------------------------------------------------- START BOTTOM SECTION --------------------------------------------------------->
  54.    
  55.     <!-- Sets up the bottom section -->
  56.     <div class="card rounded-0 mb-0" style="height:375px; width:480px; background-color:#EEE1D8; border-left:10px #A39690 solid; border-bottom:10px #A39690 solid;">
  57.      
  58.       <!-- Sets up all the bottom-section sub sections (Name, Image, Data, and ID) -->
  59.       <div class="p-3 row no-gutters">
  60.        
  61.         <!-- Start Name Section -->
  62.         <div class="card col-12 p-0 border-0 rounded-0" style="background:transparent;">
  63.           <div class="card mb-0 p-0" style="height:50px; width:400px; background:transparent; font-size:1.8rem; border:1px solid #EEE1D8;">
  64.             <p><b>Gusav-Weis, Antonin</b></p> <!-- Edit name here! -->
  65.           </div>
  66.         </div>
  67.         <!-- End Name Section -->
  68.        
  69.         <!-- Start Mugshot Section -->
  70.         <div class="card col-6 p-0 border-0 rounded-0" style="background:transparent;">
  71.           <div class="card mb-0 p-0" style="height:250px; width:180px; background:transparent; border:1px solid #EEE1D8;">
  72.             <div class="card bg-transparent" style="background:url([IMAGE]) center; background-size:contain; background-repeat:no-repeat; height:300px;"></div> <!-- Put your image where the # is! -->
  73.           </div>
  74.         </div>
  75.         <!-- End Mugshot Section -->
  76.        
  77.         <!-- Start Data Section -->
  78.         <div class="card col-6 pt-3 border-0 rounded-0" style="background:transparent;"> <!-- Start Set-Up of Data Section -->
  79.           <div style="width:180px; background:transparent; border:1px solid #EEE1D8;"> <!-- Start Set-Up 2 -->
  80.          
  81.             <div style="color:#5C4F47; font-family:Times New Roman; font-size:18px;"> <!-- Start Blocks -->
  82.               <span class="badge"style="width:50px; background-color:#A39690; border-radius:0px;">DOB.</span>
  83.               <span class="pull-right;"><b>[BIRTHDAY]</b></span> <!-- Data Of Birth -->
  84.               <br>
  85.               <span class="badge"style="width:50px; background-color:#A39690; border-radius:0px;">SEX</span>
  86.               <span class="pull-right;"><b>[M/F]</b></span> <!-- Male, Female, NB, etc -->
  87.               <br>
  88.               <span class="badge" style="width:50px; background-color:#A39690; border-radius:0px;">ISS</span>
  89.               <span class="pull-right;"><b>[CITY]</b></span> <!-- City Or Something... -->
  90.               <br>
  91.               <span class="badge" style="width:50px; background-color:#A39690; border-radius:0px;">EXP</span>
  92.               <span class="pull-right;"><b>[EXPIRY]</b></span> <!-- Expiry Date -->
  93.             </div> <!-- End Blocks -->
  94.            
  95.             <!-- Start Country Section -->
  96.             <div class="card mt-5 pt-2 rounded-0" style="width:180px; background:transparent; font-size:1.8rem; border:1px solid #EEE1D8; border-bottom:3px solid #A39690;">
  97.               <p><b>[COUNTRY]</b></p> <!-- This code is based on the Arstotzka passport specifically, but that doesn't mean it can't be used for non-Arstotzkan OCs! -->
  98.             </div>
  99.             <!-- End Country Section -->
  100.          
  101.           </div> <!-- End Set-Up 2 -->
  102.         </div> <!-- End Set-Up -->
  103.         <!-- End Data Section -->
  104.        
  105.         <!-- Start ID Section -->
  106.         <div class="card col-12 p-0 mb-3 border-0 rounded-0" style="background:transparent;">
  107.           <div class="card" style="height:20px; width:400px; background:transparent; font-size:1.8rem; border:1px solid #EEE1D8;">
  108.             <p><b>[ID]</b>   ••••••••••••••••••••</p>
  109.           </div>
  110.         </div>
  111.         <!-- End ID Section -->
  112.        
  113.       </div> <!-- End Sub-Section -->
  114.      
  115.     </div> <!-- End Bottom-Section -->
  116.    
  117.     <!--------------------------------------------------------- END BOTTOM SECTION --------------------------------------------------------->
  118.    
  119.   </div> <!-- End Code -->
  120.  
  121. </div> <!-- End Centering -->
  122.  
  123. <!--------------------------------------------------------- END CODE --------------------------------------------------------->
  124.  
  125. <div class="text-center">
  126.   <a href="https://toyhou.se/12971965.papers-please" style="color:#FFFFFF;"><i class="fas fa-moon"></i> Code By TomcatCodes / CrispinAsheYA</a>
  127. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement