This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * { outline: 2px dotted red } | |
| * * { outline: 2px dotted green } | |
| * * * { outline: 2px dotted orange } | |
| * * * * { outline: 2px dotted blue } | |
| * * * * * { outline: 1px solid red } | |
| * * * * * * { outline: 1px solid green } | |
| * * * * * * * { outline: 1px solid orange } | |
| * * * * * * * * { outline: 1px solid blue } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RewriteEngine on | |
| RewriteCond $1 !^(index\.php|img|images|js|css|robots\.txt) | |
| RewriteRule ^(.*)$ /index.php/$1 [L] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| require $_SERVER["DOCUMENT_ROOT"] . '/lib/less/lessc.inc.php'; | |
| $styles = array('main', 'dashboard'); | |
| $l = sizeof($styles); | |
| for($i = 0; $i < $l; $i++) { | |
| // Check file modification date. | |
| $srcfilename = $_SERVER["DOCUMENT_ROOT"] . '/css/src/' . $styles[$i] . '.less'; | |
| if (file_exists($srcfilename)) $srcmodification = date ("F d Y H:i:s.", filemtime($srcfilename)); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /wiki/Jurassic_Park_(film) | |
| /wiki/Inception | |
| /wiki/Totem | |
| /wiki/Totem_(disambiguation) | |
| /wiki/Totem_pole | |
| /wiki/Totem_pole_(disambiguation) | |
| /wiki/Ed_Galloway%27s_Totem_Pole_Park | |
| /wiki/Sitka_National_Historical_Park | |
| /wiki/IUCN | |
| /wiki/Types_of_business_entity |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| hardstatus alwayslastline | |
| hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W}%c %{g}]' |