source: ether_megapoli/trunk/web/resources/css/bluetrip/README @ 163

Last change on this file since 163 was 163, checked in by vmipsl, 13 years ago

Import medias files and cleanup

  • Property svn:executable set to *
File size: 970 bytes
Line 
1BlueTripCSS - A CSS Framework Fusion of Blueprint and Tripoli
2
3-----USAGE-----
4
5Add the following four links to the <head> of your page
6
7<link rel="stylesheet" href="../css/screen.css" type="text/css" media="screen, projection">
8<link rel="stylesheet" href="../css/print.css" type="text/css" media="print"> 
9<!--[if IE]>
10        <link rel="stylesheet" href="../css/ie.css" type="text/css" media="screen, projection">
11<![endif]-->
12<link rel="stylesheet" href="../css/style.css" type="text/css" media="screen, projection">
13
14Make sure you have the stylesheet links correct. Then edit "screen.css" to change a[href^="http://yourwebsite.com"] by putting your url in place of yourwebsite.com.  This ensures that internal links will not show the external link icon. Now get designing!
15
16-----INFORMATION-----
17
18Visit http://capsizedesigns.com/blog/2008/04/bluetripcss-a-fusion-of-blueprint-and-tripoli for more detailed information and instructions.
19
20-----LICENSE-----
21
22See LICENSE.txt
Note: See TracBrowser for help on using the repository browser.