Skip to content

Instantly share code, notes, and snippets.

@ikoner
Last active August 29, 2015 14:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ikoner/f3d9ea2a733056455bc9 to your computer and use it in GitHub Desktop.
zoznam uprav pre tkarieru
pridanie c:\inetpub\wwwroot\tk\manager\style.css a zadefinovanie CSS stylov:
/*background-colors*/
.bgColor, .bunkah { background-color: #0080FF; }
.bgColorGray80 { background-color: #CCC; }
.bgColorWhite { background-color: #FFF; }
/*colors*/
.colorWhite { color: #FFF; }
.colorYellow { color: #FFFF00; }
.colorRed { color: #FF0000; }
.colorGreen { color: #00FF00; }
.colorDarkGreen { color: #006600; }
.colorOrange { color: #FF9933; }
/*links*/
a:hover { color: #0080FF; }
c:\inetpub\wwwroot\tk\manager\SKRIPTY\hlavicka.asp
-nahradenie T-kariéra On-line => Kariéra On-line
-nahradenie atributov bgcolor -> class
c:\inetpub\wwwroot\tk\manager\SKRIPTY\menu.asp
-nahradenie atributov bgcolor -> class
c:\inetpub\wwwroot\tk\manager\manager_summary.asp
-pridanie style.css
-nahradenie atributov bgcolor + color -> class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment