|
Soniclight -> CSS: Web Subdirectories/File "No Right Click" Protection (7/24/2004 3:45:32)
|
CSS: Web Subdirectories and File "No Right Click" Protection Hello, First, I use FP 03. I have a private gallery of my own photographic work and while I have encrypted the login page and have "no right click" protected the gallery's main page with thumbnails, there are 30 HTML pages for now under it (one for each photo in full size). Which are so far not protected in that way. The mentioned two pages that are right-click protected are done so by a JavaScript I got that does that very efficiently. Yes, I could open each HTML and paste the script in over and over and over, but there must be less labor and time intensive way. The gallery software that generates all the HTML pages also created a CSS file in the gallery's root directory -- which I've included below. ___________________ -- Q-1: Is there a way to include this particular JavaScript (or another or ?) to the CSS so that the entire directories, files, and images under it are likewise protected? -- Q-2: Is there a way to do the same with encryption? Maybe not, since each page must be scrambled individually-- have it's own tandem encrypted html, but I'm really CSS newbie, so I may be totally wrong here. In short and in both cases, a way to "batch" protect, if you will. ___________________ Any help, advice, (free) script(s) referrals, and/or instruction appreciated. Resolution to Q-1 is the most needed at this point. Thank You. ~ Soniclight __________________________ body { background-color: #0000C0; scrollbar-arrow-color: #FFFFFF; scrollbar-3dlight-color: #80FFFF; scrollbar-highlight-color: #FFFFFF; scrollbar-face-color: #0000C0; scrollbar-shadow-color: #000080; scrollbar-darkshadow-color: #000080; scrollbar-track-color: #0DADF2; } hr { color: #C0C0FF; } td { font-family: arial, arial, helvetica, sans-serif; color: #FFFFFF; font-size: 10pt } td.header3 { font-family: arial, arial, helvetica, sans-serif; font-size: 16pt; font-weight: bold; color : #FFFFFF;} td.header2t { font-family: arial, arial, helvetica, sans-serif; font-size: 14pt; color : #FFFFFF;} td.navact { font-family: arial, arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-align: center; color : #0000C0; background-color: #0968F7 } td.navact2 { font-family: arial, arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-align: center; color : #0968F7; background-color: #0000C0 } td.navnext { font-family: arial, arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-align: center; color : #0968F7;} td.navnext2 { font-family: arial, arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-align: center; color : #FFFFFF;} td.navinactive { font-family: arial, arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-align: center; color : #C0C0FF;} td.thumbcell { text-align: center; font-family: arial, arial, helvetica, sans-serif; font-size: 10pt; color: #FFFFFF;} td.thumbcellbold { text-align: center; font-family: arial, arial, helvetica, sans-serif; font-size: 10pt; color: #0000C0; font-weight: bold; background-color: #0968F7;} td.menu { font-family: arial, arial, helvetica, sans-serif; font-size: 10pt; color : #0968F7 } td.created { font-family: arial, arial, helvetica, sans-serif; color: #C0C0FF; font-size: 7pt; } img { border-style: solid; border-color: #C0C0FF; border-width: 1px} a img{ border-color: #C0C0FF;} img.selected { border-style: solid; border-width: 1px; border-color: #C0C0FF;} a.mini:link { font-family: arial, arial, helvetica, sans-serif; color: #C0C0FF; font-size: 7pt } a.mini:visited { font-family: arial, arial, helvetica, sans-serif; color: #C0C0FF; font-size: 7p } a.mini:hover { font-family: arial, arial, helvetica, sans-serif; color: #0968F7; font-size: 7pt } a.mini:active { font-family: arial, arial, helvetica, sans-serif; color: #C0C0FF; font-size: 7pt }
|
|
|
|