This file contains 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
<html> | |
<head> | |
<title>Stupid Questions</title> | |
<style> | |
.question { | |
font-size: 110%; | |
} | |
.question input[type=text] { | |
width: 60%; |
This file contains 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
/* | |
Set the background-color for an element and then add the 'shinyGradient' | |
class to the element for a glassy shine. | |
*/ | |
.shinyGradient { | |
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .8)), color-stop(.3, rgba(255,255,255, .5)), color-stop(.6, rgba(255,255,255, .3)), color-stop(.6, transparent), to(transparent) ); | |
background-image: -moz-linear-gradient( top, rgba(255, 255, 255, .8), rgba(255, 255, 255, .5) 30%, rgba(255, 255, 255, .3) 60%, transparent 60%, transparent ); | |
} |
This file contains 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
<Directory /var/www/docment.root.path> | |
order allow,deny | |
authType Basic | |
authName "Admin Access Only: Site is being archived" | |
authUserFile /var/www/HTPASSWORD | |
Allow from 192.168.0.1 | |
Require valid-user | |
Satisfy Any | |
</Directory> |
NewerOlder