Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

Wklejka 97dn6pd6gjcw dodana przez Kawon, 21.06.2012 09:49
Typ:



forum
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
44.
45.
46.
47.
48.
49.
50.
51.
52.
53.
54.
55.
56.
57.
58.
59.
60.
61.
62.
63.
64.
65.
66.
67.
68.
69.
70.
71.
72.
73.
74.
75.
76.
77.
78.
79.
80.
81.
82.
83.
84.
85.
86.
87.
88.
89.
90.
91.
92.
93.
94.
95.
96.
97.
98.
99.
100.
101.
102.
103.
104.
105.
106.
107.
108.
109.
110.
111.
112.
113.
114.
115.
116.
117.
118.
119.
120.
121.
122.
123.
124.
125.
126.
127.
128.
129.
130.
131.
132.
133.
134.
135.
136.
137.
138.
139.
140.
141.
142.
143.
144.
145.
146.
147.
148.
149.
150.
151.
152.
153.
154.
155.
156.
157.
158.
159.
160.
161.
162.
163.
164.
165.
166.
167.
168.
169.
170.
171.
172.
173.
174.
175.
176.
177.
178.
179.
180.
181.
182.
183.
184.
185.
186.
187.
188.
189.
190.
191.
192.
193.
194.
195.
196.
197.
198.
199.
200.
201.
202.
203.
204.
205.
206.
207.
208.
209.
210.
211.
212.
213.
214.
215.
216.
217.
218.
219.
220.
221.
222.
223.
224.
225.
226.
227.
228.
229.
230.
231.
232.
233.
234.
235.
236.
237.
238.
239.
240.
241.
242.
243.
244.
245.
246.
247.
248.
249.
250.
251.
252.
253.
254.
255.
256.
257.
258.
259.
260.
261.
262.
263.
264.
265.
266.
267.
268.
269.
270.
271.
272.
273.
274.
275.
276.
277.
278.
279.
280.
281.
282.
283.
284.
285.
286.
287.
288.
289.
290.
291.
292.
293.
294.
295.
296.
297.
298.
299.
300.
301.
302.
303.
304.
305.
306.
307.
308.
309.
310.
311.
312.
313.
314.
315.
316.
317.
318.
319.
320.
321.
322.
323.
324.
325.
326.
327.
328.
329.
330.
331.
332.
333.
334.
335.
336.
337.
338.
339.
340.
341.
342.
343.
344.
345.
346.
347.
348.
349.
350.
351.
352.
353.
354.
355.
356.
357.
358.
359.
360.
361.
362.
363.
364.
365.
366.
367.
368.
369.
370.
371.
372.
/* 
   Reset
------------------------------------------------------------------- */
 
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}
 
.img_input{border:none;outline:none;}
 
.admin_list tr{
	border-bottom:solid 1px grey;
	}
 
.rcon_box {
	color: #eeeeee;
	background-color: #000000;
	padding: 5px;
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
 
/* 
   General 
------------------------------------------------------------------- */
 
html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}
 
body {
	background: #1b1b1b;
	color: #FFFFFF;
	font: 10pt tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
 
 
/* 
   Typography 
------------------------------------------------------------------- */
 
/* Headings */
 
h1,h2,h3,h4,h5,h6 {
	color: #444;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
 
h4,h5,h6 {font-weight: bold;}
 
h1 {
	font-size: 30px;
	color: white;
	font-weight: bold;
	text-shadow: white 1px 1px 4px;
	cursor: pointer;
}
 
h1 a, a:hover, a:active, a:focus {
	color: white;
}
 
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}
 
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}
 
 
/* Links */
 
a:focus,a:hover {color: #e3cc9a;}
a {
	color: #e3cc9a;
	text-decoration: none;
 
}
a.feed {
	background: url('../gfx/icon-feed.gif') no-repeat left center;
	padding-left: 18px;
}
 
/* More links */
a.more {
	color: #579;
	font-weight: bold;
}
a.more:hover {color: #234;}
 
 
/* Text elements */
 
p {margin-bottom: 1em;}
 
abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.5em;}
del, blockquote { color:#666; }
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}
 
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}
 
 
/* Lists */
 
li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 0 1.5em 1.5em;}
 
ul {list-style-type: disc;}
ol {list-style-type: decimal;}
 
dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}
 
 
 
/* Special lists */
 
ul.plain-list li, ul.nice-list li, ul.tabbed li {list-style: none;}
 
ul.tabbed {
	display: inline;
	margin: 0;
}
ul.tabbed li {float: left;}
 
ul.plain-list {margin: 0;}
 
ul.nice-list {margin-left: 0;}
ul.nice-list li {
	list-style: none;
	border-top: 1px solid #333;
	padding: 4px 0;
	font: 11px Georgia, sans-serif;
}
ul.nice-list li:first-child {border-top: none;}
ul.nice-list li .right {color: #999;}
 
li div.left {
	/* font-weight: bold; */
}
 
 
 
 
/* Tables */
 
table {margin-bottom: 1.4em; width: 100%;}
th {font-weight: bold;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}
 
table.data-table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data-table th {
	background: #F0F0F0;
	border: 1px solid #DDD;
	color: #555;
	text-align: left;
}
table.data-table tr {border-bottom: 1px solid #DDD;}
table.data-table td, table th {padding: 10px;}
table.data-table td {
	background: #F6F6F6;
	border: 1px solid #DDD;
}
table.data-table tr.even td {background: #FCFCFC;}
 
td.enter {
	width: 5%;
}
 
 
/* Misc classes */
 
.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}
 
.large {font-size: 1.15em;}
.larger {font-size: 1.25em;}
.largest {font-size: 1.35em;}
 
.hidden {display: none;}
 
.quiet {color: #999;}
.loud {color: #000;}
.highlight {background:#ff0;}
 
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-separator {padding: 0 5px;}
 
.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
	font-weight:bold;
	text-shadow: #00991E 0px 0px 3px;
}
 
.error {background: url('../gfx/arebanned_background.gif'); color: #FBE3E4; border-color: #FBC2C4;}
/*.error a {color: #8A1F11;}*/
 
.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}
 
.success {background: url('../gfx/notbanned_background.gif'); color: white; border-color: #C6D880;}
.success a {color: #264409;}
 
 
/* 
   Forms 
------------------------------------------------------------------- */
 
label {font-weight: bold; cursor: pointer;}
fieldset {padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc;}
legend {font-weight: bold; font-size: 1.2em;}
textarea {overflow: auto;}
input.text, textarea, select {
	background: #FCFCFC;
	border: 1px inset #AAA;
	margin: 0.5em 0;
	padding: 4px 5px;
}
input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}
 
input.button {
	background: #DDD;
	border: 1px outset #AAA;
	padding: 2px 5px;
}
input.button:active {border-style: inset;}
 
.form-error {border-color: #F00;}
 
input, textarea {
	border: 1px #C0C0C0 solid;
}
 
.biginput {
	font-size: 180%;
	text-align: center;
	height: 30px;
	border: 1px solid gainsboro;
}
 
/* 
   Alignment 
------------------------------------------------------------------- */
 
/* General */
 
.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
 
legend {
	font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #696969;
}
 
.fieldset { 
	margin-bottom: 6px; 
}
 
fieldset { 
	border: 1px solid #d5d5d5;
}
 
 
/* Images */
 
img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}
 
 
/* Floats */   
 
.left,.alignleft {float: left;}
.right,.alignright {float: right;}
 
.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}
 
 
/* 
   Separators 
------------------------------------------------------------------- */
 
.content-separator, .archive-separator {
	background: #D5D5D5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;	
}
.content-separator {margin: 20px 0;}
.archive-separator {margin: 10px 0;}
 
 
/* 
   Posts 
------------------------------------------------------------------- */
 
.post a {text-decoration: none;}
.post a:hover {text-decoration: underline;}
 
.post img.left, .post img.right {margin-bottom: 0;}
 
.post-date {
	color: #777;
	margin: 2px 0 10px;
}
.post-date a {color: #444;}
 
.post-title h1, .post-title h2, .post-title h3 {margin-bottom: 0;}
 
.post-meta {
	background: #F6F6F6;
	border: 1px solid #DDD;
	color: #777;
	padding: 6px 10px;
}
.post-meta a {color: #345; }
.post-meta a:hover {color: #001;}
 
.post-body {font-size: 1.1em;}
.post-body a {color: #039;}
.post-body a:hover {color
			
		

Dodanych wklejek: 11179
Powered By (Pav32) Pastebin © 2011