Changeset 815

Show
Ignore:
Timestamp:
07/09/08 18:49:00 (17 months ago)
Author:
bsmith
Message:

formatting of styles

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Sandbox/plugins/Sandbox/templates/sandbox/style.mtml

    r751 r815  
    1 @import url(http://hotness.local/r40/mt-static/plugins/Sandbox/themes/moo-point/style.css); 
     1/*  The below themes are included with the Sandbox plugin for Movable Type.  
    22 
    3 /* 
     3    To switch themes: 
     4        1 - comment the currently active theme 
     5        2 - uncomment the desired theme 
    46 
    5 The following themes are included with the Sandbox plugin.  
    6 Switch one of the below themes with the live theme above to switch themes. 
    7  
    8 @import url(http://hotness.local/r40/mt-static/plugins/Sandbox/themes/takimata/style.css); 
    9 @import url(http://hotness.local/r40/mt-static/plugins/Sandbox/themes/blackbox/style.css); 
    10 @import url(http://hotness.local/r40/mt-static/plugins/Sandbox/themes/essay/style.css); 
    11 @import url(http://hotness.local/r40/mt-static/plugins/Sandbox/themes/magnolia/style.css); 
    12 @import url(http://hotness.local/r40/mt-static/plugins/Sandbox/themes/ponjong/style.css); 
    13 @import url(http://hotness.local/r40/mt-static/plugins/Sandbox/themes/prima/style.css); 
    14 @import url(http://hotness.local/r40/mt-static/plugins/Sandbox/themes/sandbox/style.css); 
    15 @import url(http://hotness.local/r40/mt-static/plugins/Sandbox/themes/sandpress/style.css); 
    16 @import url(http://hotness.local/r40/mt-static/plugins/Sandbox/themes/shadesofgray/style.css); 
    17 @import url(http://hotness.local/r40/mt-static/plugins/Sandbox/themes/tiffanyblue/style.css); 
    18  
     7    For more information on each theme see the readme files included with each theme. 
    198*/ 
    209 
     10/* Moo Point */ 
     11@import url(<$mt:StaticWebPath$>plugins/Sandbox/themes/moo-point/style.css); 
     12 
     13/* Sandbox */ 
     14/*@import url(<$mt:StaticWebPath$>plugins/Sandbox/themes/sandbox/style.css);*/ 
     15 
     16/* Takimata */ 
     17/*@import url(<$mt:StaticWebPath$>plugins/Sandbox/themes/takimata/style.css);*/ 
     18 
     19/* Blackbox */ 
     20/*@import url(<$mt:StaticWebPath$>plugins/Sandbox/themes/blackbox/style.css);*/ 
     21 
     22/* Essay */ 
     23/*@import url(<$mt:StaticWebPath$>plugins/Sandbox/themes/essay/style.css);*/ 
     24 
     25/* Magnolia */ 
     26/*@import url(<$mt:StaticWebPath$>plugins/Sandbox/themes/magnolia/style.css);*/ 
     27 
     28/* Ponjong */ 
     29/*@import url(<$mt:StaticWebPath$>plugins/Sandbox/themes/ponjong/style.css);*/ 
     30 
     31/* Prima */ 
     32/*@import url(<$mt:StaticWebPath$>plugins/Sandbox/themes/prima/style.css);*/ 
     33 
     34/* SandPress */ 
     35/*@import url(<$mt:StaticWebPath$>plugins/Sandbox/themes/sandpress/style.css);*/ 
     36 
     37/*Shades of Grey */ 
     38/*@import url(<$mt:StaticWebPath$>plugins/Sandbox/themes/shadesofgray/style.css);*/ 
     39 
     40/* Tiffany Blue */ 
     41/*@import url(<$mt:StaticWebPath$>plugins/Sandbox/themes/tiffanyblue/style.css);*/