Team:Paris Bettencourt/tpl test
From 2011.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | |||
+ | /************* GENERAL CSS ************/ | ||
+ | |||
+ | body { | ||
+ | background: #CCCCCC url(https://static.igem.org/mediawiki/2010/2/26/Background.png); | ||
+ | width: auto; | ||
+ | text-align: justify; | ||
+ | font-family: Verdana, Arial, Helvetica, sans-serif; | ||
+ | color: #333333; | ||
+ | } | ||
+ | |||
+ | |||
<head> | <head> | ||
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> | <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> | ||
Line 5: | Line 17: | ||
<meta name="keywords" content="" /> | <meta name="keywords" content="" /> | ||
<meta name="description" content="" /> | <meta name="description" content="" /> | ||
+ | |||
+ | /************* GENERAL CSS ************/ | ||
+ | |||
+ | body { | ||
+ | background: #CCCCCC url(https://static.igem.org/mediawiki/2010/2/26/Background.png); | ||
+ | width: auto; | ||
+ | text-align: justify; | ||
+ | font-family: Verdana, Arial, Helvetica, sans-serif; | ||
+ | color: #333333; | ||
+ | } | ||
+ | |||
+ | |||
<link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:Paris_Bettencourt/Templates/css/default?action=raw&ctype=text/css" /> | <link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:Paris_Bettencourt/Templates/css/default?action=raw&ctype=text/css" /> | ||
</head> | </head> |
Revision as of 18:02, 29 August 2011
/************* GENERAL CSS ************/ body { background: #CCCCCC url(https://static.igem.org/mediawiki/2010/2/26/Background.png); width: auto; text-align: justify; font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; }