htmlcsssnippets
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| htmlcsssnippets [2008/02/09 05:14] – /* (c) GarajCode 2005 garaj.xhost.ro Script language with asm like sintax Definition of the CodeLine class Date : 3 iunie 2005 Last date : 3 iunie 2005 */ #ifndef GARAJ_SCRIPT_CODE_LINE_H #define GARAJ_SCRIPT_CODE_LINE_H #include "gs_var.h" namespace GS// GarajScript { // cea mai mica unitate care poate fi rulata class CodeLine { public: CodeLine(); CodeLine(const CodeLine &); CodeLine & operator = (const CodeLine &); char code;// operatia care trebuie executata Variable param1,param2;// parametrii // serialization void serialize(fstream &fout) const; void unserialize(fstream &fin); }; }// namespace GS #endif // GARAJ_SCRIPT_CODE_LINE_H libertine | htmlcsssnippets [2008/02/09 07:57] (current) – old revision restored andi | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== (X)HTML and CSS Snippets ====== | ||
| + | |||
| + | ===== Apply CSS to " | ||
| + | |||
| + | Found at http:// | ||
| + | |||
| + | <code css> | ||
| + | /* file selector */ | ||
| + | input[type=" | ||
| + | -moz-appearance: | ||
| + | white-space: | ||
| + | cursor: default; | ||
| + | -moz-binding: | ||
| + | |||
| + | padding: 0 !important; | ||
| + | border-style: | ||
| + | } | ||
| + | |||
| + | input[type=" | ||
| + | border-color: | ||
| + | background-color: | ||
| + | color: inherit; | ||
| + | font-size: inherit; | ||
| + | height: inherit; | ||
| + | } | ||
| + | |||
| + | /* button part of file selector */ | ||
| + | input[type=" | ||
| + | height: inherit; | ||
| + | font-size: inherit; | ||
| + | } | ||
| + | </ | ||
