Actions

Work Header

Rating:
Archive Warning:
Fandoms:
Additional Tags:
Language:
English
Series:
Part 3 of Ao3 skins
Stats:
Published:
2022-05-09
Words:
230
Chapters:
1/1
Comments:
3
Kudos:
35
Bookmarks:
19
Hits:
977

Fallout console

Summary:

A fallout console workskin for Ao3

The fonts are websafe fonts commonly used for coding as opposed to 100% cannon accurate, but you can change them if you wish!

Notes:

Please credit me if you fork this code, but feel free to modify it.

(See the end of the work for more notes.)

Work Text:

Here is the code:

#workskin .console {
  /*This should cover both Windows and IOS font wise*/
  font-family: Lucida Console, courier, Arial;
  
  /*Green text */
  color: #00b300;
  
  /*dark green background*/
  background-color: #001a00;
  
  /*makes sure the text isn't too close to the edge of the 'screen'*/
  padding: 15px;
  
  /*rounded fallout computer screen like borders*/
  border-radius: 20px;
}

 

 

 

 

ROBCO INDUSTRIES UNIFIED OPERATING SYSTEMS

COPYRIGHT 2075-2077 ROBCO INDUSTRIES

TURING SERVER

*************************************************************

Here is the code in action.

You can use it for text on computer consoles in your fic to give them a bit of styling.

Works best for text that isn’t too long or too short. Just play with it and see what works.


To make this work for your fic.

 

1. Copy the code into a new workskin into the box marked CSS.

2. For the work you want this skin to be present on, select it as a workskin.

3. You need to wrap the text you want to look like the console in a css div class. Do this in the HTML editor.

<div class=“console”>
<p>Text you want computery goes here</p>
</div>

(Not sure if this is an IOS only issue, but sometimes after posting the class name goes blank and I have to type it in again, but after that it works.)

This should work, but any issues let me know!

 

Here is the GitHub link with better code documentation

 

Notes:

This was made for the fic series I’m writing with Shadowwind65,
Headin' Down the Wrong Highway. A fallout and transformers g1 crossover with Stunticons dealing with being human and the fallout world.

https://archiveofourown.org/series/2883297

Series this work belongs to: