CSS/Basic Code

From r00tedvw.com wiki
Revision as of 14:44, 10 November 2013 by R00t (Talk | contribs)

Jump to: navigation, search

Link - defines the css page to include for formatting the page

<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
 type=text/css  -- defines the type of file
 rel=stylesheet -- same as above
 href= -- points to the location

General Format for most CSS

 selector {
 property: primary value, backup value;
 property: primary value, backup value;
 }

Example:

 sets all paragraphs to the color of red
 p{
 color: red;
 }
 

Comment

/*I'm a comment!*/

Built in default fonts for CSS

serif
sans-serif
cursive

Classes & IDs
Allows you to create specific groups that you can then apply styling to, very granular

ie.
 HTML
 <p id="intro">Introduction</p>
 you can then use CSS to only apply styling to this specific ID:
 CSS
 #intro{
      color: red;
 }
 -------------------------------------------------
 HTML
 <li class="list_item">Bullet</li>
 CSS
 .list_item{
      color: red;
 }
Personal tools
Namespaces

Variants
Actions
Navigation
Mediawiki
Confluence
DevOps Tools
Ubuntu
Ubuntu 22
Mac OSX
Oracle Linux
AWS
Windows
OpenVPN
Grafana
InfluxDB2
TrueNas
OwnCloud
Pivotal
osTicket
OTRS
phpBB
WordPress
VmWare ESXI 5.1
Crypto currencies
HTML
CSS
Python
Java Script
PHP
Raspberry Pi
Canvas LMS
Kaltura Media Server
Plex Media Server
MetaSploit
Zoneminder
ShinobiCE
Photoshop CS2
Fortinet
Uploaded
Certifications
General Info
Games
Meal Plans
NC Statutes
2020 Election
Volkswagen
Covid
NCDMV
Toolbox