Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
- /* Felépítés
- .textbox-presentation-box
- .textbox-presentation
- .textbox-presentation-prePath - http://www.subdomain.domain.hu:8800
- .textbox-presentation-protocol - http://
- .textbox-presentation-subdomain - www.subdomain
- .textbox-presentation-domain - domain.com
- .textbox-presentation-port - :8800
- .textbox-presentation-path - /valami/valami/
- .textbox-presentation-segment-label - valami
- .textbox-presentation-slash - /
- .textbox-presentation-pathFile - egyeb.php?atr=big#msg1800
- .textbox-presentation-file - egyeb.php
- .textbox-presentation-query - ?atr=big
- .textbox-presentation-fragment - #msg1800
- .textbox-overflow-ellipsis */
- /* www eltűntetésével előjövő hiba javítása */
- .textbox-presentation-prePath {padding-left:20px!important;}
- /* Al Domain */
- .textbox-presentation-subdomain[value^="www."] {display:none !important}
- .textbox-presentation-subdomain {
- margin:0px !important;
- color: #87898B !important;} /* világos szürke */
- /* Fő Domain */
- .textbox-presentation-domain
- {color: #000000 !important;} /* fekete */
- /* Port - domain utáni :8800 */
- .textbox-presentation-port
- {color: #600000 !important;} /* vörös */
- /* Perjelek közötti rész - "valami" - /valami/valami/ */
- .textbox-presentation-segment-label
- {color: #6D6D6D !important;} /* szürke */
- /* Perjel - "/" - /valami/valami/ */
- .textbox-presentation-slash {
- color: #4F4F4F !important; /* sötétszürke */
- font-weight: bold !important;
- padding-left: 3px !important;
- padding-right: 3px!important;
- margin-left: 3px !important;
- margin-right: 3px !important;}
- /* Utolsó rész az URL-ben ami nem perjel "/" - kérdőjel "?" - kettőskereszt "#" */
- .textbox-presentation-file
- {color: #814300 !important;} /* vöröses barna */
- /* Statikus fájl kiterjesztések */
- .textbox-presentation-file[value*=".htm"],
- .textbox-presentation-file[value*=".html"],
- .textbox-presentation-file[value*=".txt"]
- {color: #456FC5 !important;} /* kék */
- /* Dinamikus fájl kiterjesztések - PHP */
- .textbox-presentation-file[value*=".php"],
- .textbox-presentation-file[value*=".php3"],
- .textbox-presentation-file[value*=".php4"]
- {color: #DC6F01 !important;} /* narancssárga */
- /* Dinamikus fájl kiterjesztések - Egyéb */
- .textbox-presentation-file[value*=".asp"],
- .textbox-presentation-file[value*=".jsp"],
- .textbox-presentation-file[value*=".cgi"],
- .textbox-presentation-file[value*=".cfm"],
- .textbox-presentation-file[value*=".pl"]
- {color: #F4B700 !important;} /* citromos narancssárga */
- /* Images */
- .textbox-presentation-file[value*=".jpg"],
- .textbox-presentation-file[value*=".jpeg"],
- .textbox-presentation-file[value*=".gif"],
- .textbox-presentation-file[value*=".png"],
- .textbox-presentation-file[value*=".bmp"],
- .textbox-presentation-file[value*=".tiff"]
- {color: #7BCC02 !important;} /* világos zöld */
- /* Kérdőjel "?" és az utána lévő rész */
- .textbox-presentation-query {
- padding-left: 2px !important;
- color: #0087D8 !important;} /* tengerkék */
- /* Kettőskereszt "#" és az utána levő rész */
- .textbox-presentation-fragment {
- padding-left: 2px !important;
- color: #DD2616 !important;} /* piros */
Advertisement
Add Comment
Please, Sign In to add comment