Gmail account bei google

Sebastian
Falls wer stylisch seinen gmail account aufmotzen will.

der kann das mit diesem Code unter firefox ganz einfach machen. (funktioniert aber nur im firefox) Augenzwinkern .

Fügt einfach folgenden Code in deine userContent.css ein.

code:
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:
body#gmail-google-com {
   background-color: #ebe2cd !important;
}

/* header image */
body#gmail-google-com div#ds_inbox img {
   display: none !important;
}

body#gmail-google-com div#ds_inbox {
   background-image: url(http://persistent.info/images/20041005.gmaillogo.gif) !important;
   width: 143px !important;
   height: 59px !important;
   background-repeat: no-repeat !important;
}

/* regular links */
body#gmail-google-com span.lk,
body#gmail-google-com a.lc,
body#gmail-google-com a.lk
{
   text-decoration: none !important;
   color: #9f3638 !important;
}

/* read/unread row colors */
body#gmail-google-com table.tlc tr.ur {
   background-color: #d3cbb8 !important;
}

body#gmail-google-com table.tlc tr.rr {
   background-color: #ebe2cd !important;
}

body#gmail-google-com table.tlc tr.ur td,
body#gmail-google-com table.tlc tr.rr td{
   border: 0 !important;
}

/* message hovering snippet expansion */
body#gmail-google-com table.tlc tr.ur:hover,
body#gmail-google-com table.tlc tr.rr:hover{
   background-color: #ffc !important;
}

body#gmail-google-com table.tlc tr.ur:hover td,
body#gmail-google-com table.tlc tr.rr:hover td{
   border-width: 1px 0 1px 0 !important;
   border-color: black !important;
   border-style: solid !important;
   vertical-align: top !important;
}

body#gmail-google-com table.tlc tr.ur:hover .sn,
body#gmail-google-com table.tlc tr.rr:hover .sn{
   display: block !important;
   white-space: normal !important;
}

/* and email address display */
body#gmail-google-com table.tlc tr.ur:hover td span,
body#gmail-google-com table.tlc tr.rr:hover td span {
   display: block;
}

/* labels should still be inline */
body#gmail-google-com table.tlc tr.ur:hover td span.ct,
body#gmail-google-com table.tlc tr.rr:hover td span.ct{
   display: inline;
}

body#gmail-google-com table.tlc tr.ur:hover td span[id]:after,
body#gmail-google-com table.tlc tr.rr:hover td span[id]:after{
  content: attr(id);
  display: block;
  margin-left: -38px; /* hack to hide "user_" id prefix */
  color: #b6af9e;
}


/* sidebar links */
body#gmail-google-com div#nav table.cv,
body#gmail-google-com div#nav table.cv td {
   background: #ebe2cd !important;
}

body#gmail-google-com table.cv td.tl,
body#gmail-google-com table.cv td.bl {
   height: 0 !important;
}

/* both current and other */
body#gmail-google-com table.cv td span.lk,
body#gmail-google-com div.nl span.lk{
   display: block !important;
   background: #d3cbb8 !important;
   border: solid 1px #b5ae9f !important;
   -moz-border-radius: 6px !important;
   padding: 2px !important;
   margin-right: 5px !important;
}


/* just the current one */
body#gmail-google-com table.cv td span.lk {
   background: #d3cbb8 !important;
   border: solid 1px #b5ae9f !important;
}

/* unselected ones */
body#gmail-google-com div.nl span.lk {
   background: #ebe2cd !important;
   border: solid 1px #ebe2cd !important;
}

body#gmail-google-com div.nl span.lk:hover {
   background: #d3cbb8 !important;
   border-color: #b5ae9f !important;
}

/* hide "New!" super-script */
body#gmail-google-com div#nav sup {
   display: none !important;
}


/* side border */
body#gmail-google-com div#co div {
   border: 0 !important;   
}

/* top/bottom bar */
body#gmail-google-com div#tc_top table,
body#gmail-google-com div#tc_top table td.tl,
body#gmail-google-com div#tc_top table td.tr,
body#gmail-google-com div#tc_top table.th,

body#gmail-google-com div#tc_bot table,
body#gmail-google-com div#tc_bot table td.bl,
body#gmail-google-com div#tc_bot table td.br,
body#gmail-google-com div#tc_bot table.th{
   background: none !important;
}

body#gmail-google-com div#co div#tc_top,
body#gmail-google-com div#co div#tc_bot {
   border: solid 1px black !important;
   -moz-border-radius: 8px !important;
   padding: 2px !important;
   margin: 5px 0 5px 0 !important;
   background: #d3cbb8 !important;
}

/* selection links in bar */
body#gmail-google-com div#co div#tc_top span.l,
body#gmail-google-com div#co div#tc_bot span.l{
   color: #9f3638 !important;
}


/* mailbox contents */
body#gmail-google-com div#co div#tbd {
   background: #ebe2cd !important;
   border: solid 1px black !important;
   -moz-border-radius: 8px !important;
   padding: 4px 0 4px 0 !important;
}

/* labels */
body#gmail-google-com div#nb_0 {
   background: none;
   padding: 0;
   margin: 0;
   border: 0;
}

body#gmail-google-com div#nb_0 div {
   background: none;
   padding: 0px;
   margin: 0;
   border: 0;
}

body#gmail-google-com div#nb_0 div div {
   border: solid 1px #56765e;
   -moz-border-radius: 6px !important;
   padding: 0 1px 0 0 !important;
}

body#gmail-google-com div#nb_0 div div div {
   border: 0 !important;
   padding: 0 !important;
   background: none !important;
   -moz-border-radius: 0 !important;
}

body#gmail-google-com div#nb_0 div.s,
body#gmail-google-com div#nb_0 div.h{
   padding: 1px 3px 0 3px !important;
   background: none !important;
   border-bottom: solid 1px #56765e !important;
   -moz-opacity: 0.5;
}

body#gmail-google-com div#nb_0 table,
body#gmail-google-com div#nb_0 table td.tl,
body#gmail-google-com div#nb_0 table td.tr,
body#gmail-google-com div#nb_0 table td.bl,
body#gmail-google-com div#nb_0 table td.br {
   background: none !important;
}

body#gmail-google-com div#nb_0 table.nb {
   background: #d0e7c5 !important;
   -moz-border-radius-bottomright: 6 !important;
   -moz-border-radius-bottomleft: 6 !important;
}

body#gmail-google-com div#nb_0 table.nb div.lk {
   text-decoration: none !important;
   margin: 3px 0 0 3px !important;
}

/* edit labels links */
body#gmail-google-com div#nb_0 table.nb div#prf_l {
   margin-right: 50px !important;
   -moz-opacity: 0.7 !important;
}


/* hide invite link */
body#gmail-google-com #il {
   display: none !important;
}

/* hide footer */
body#gmail-google-com div#ft {
   display: none !important;
}


wer css kann kann sich das sicherlich noch selbst anpassen.

Demo

Den Code hab ich von Nemoflow vom firefox support forum.
Sould
Hat denn noch einer einen account für mich?
hab keinen abbekommen! unglücklich unglücklich

Name Franky (Christian Franke)
Nick Franky
E-Mail webmaster@frankyonline.de
Sebastian
Hab mal eine an sould verschickt Augenzwinkern .

wie siehtn das mit snoopy und neon aus?

Habt ihr schon eine bekommen?
Sould
vielen dank sebastian!!!!
Und wie ist mein Passwort und mein Username?^^
Sebastian
Guck mal in dein Postfach. da gibt es einen Link auf dne du klicken musst. da kannste dann alles slebst auswählen.
Sould
vielen vielen dank!!!!!!!! smile
deviled
Zitat:
Original von Sould
vielen vielen dank!!!!!!!! smile

Reparier bitte die Tage deine Tasta...Augenzwinkern
Air2
Zitat:
Original von Despair
Meine sind weg, ohne fantotal


hab meines bekommen danke Augenzwinkern
eichi
ich hätte auch noch vier anzubieten, wenn bedarf besteht, einfach hier posten Augenzwinkern

mfg eichi
Sould
@sebastian der code funzt net
hab das in C:\Programme\Mozilla Firefox\defaults\profile\chrome\userContent.css eingefügt... verwirrt
LordSilver
hi gibt es den noch einen account ?
wäre dran interesiert

lordsilver@kawaii-forum.de
eichi
ja, aber ich brauch von dir :

- Vorname
- Nachname
- E-Mailadresse

kannste mir auch per PN zukommen lassen Augenzwinkern

eichi
Sebastian
Zitat:
Original von Sould
@sebastian der code funzt net
hab das in C:\Programme\Mozilla Firefox\defaults\profile\chrome\userContent.css eingefügt... verwirrt


Ich weiß. deswegen hab ich mal nachgefragt.

€dit;

es muss noch diese erweiterung installiert werden.

http://www.extensionsmirror.nl/index.php?showtopic=241
blue-zero
Hab noch 6 Einladungen.

Eine PN mit eurem Namen und Mail-addy an mich.
Dirk17
Zitat:
Original von blue-zero
Hab noch 6 Einladungen.

Eine PN mit eurem Namen und Mail-addy an mich.


Hast ne PN von mir! Augenzwinkern
Sould
Zitat:
Original von Sebastian
Zitat:
Original von Sould
@sebastian der code funzt net
hab das in C:\Programme\Mozilla Firefox\defaults\profile\chrome\userContent.css eingefügt... verwirrt


Ich weiß. deswegen hab ich mal nachgefragt.

€dit;

es muss noch diese erweiterung installiert werden.

http://www.extensionsmirror.nl/index.php?showtopic=241


danke der nachfrage aber geht immernochnicht unglücklich
kannst du mir eventuell mal den link zum thread geben in dem du nachgefragt hattest?

mfg
neon1384
Zitat:
Original von Sebastian
Hab mal eine an sould verschickt Augenzwinkern .

wie siehtn das mit snoopy und neon aus?

Habt ihr schon eine bekommen?


Ich habe noch keinen!

Wer kann mir einen geben?

Meine Daten sind:

Tim Dietrich
neon@hackthenet2.de


MFG neon
Sebastian
Zitat:
Original von Sould
danke der nachfrage aber geht immernochnicht unglücklich
kannst du mir eventuell mal den link zum thread geben in dem du nachgefragt hattest?

mfg


also bei despair und mri funktionierts jezt Augenzwinkern
deviled
Zitat:
Original von Sould
Zitat:
Original von Sebastian
Zitat:
Original von Sould
@sebastian der code funzt net
hab das in C:\Programme\Mozilla Firefox\defaults\profile\chrome\userContent.css eingefügt... verwirrt


Ich weiß. deswegen hab ich mal nachgefragt.

€dit;

es muss noch diese erweiterung installiert werden.

http://www.extensionsmirror.nl/index.php?showtopic=241


danke der nachfrage aber geht immernochnicht unglücklich
kannst du mir eventuell mal den link zum thread geben in dem du nachgefragt hattest?

mfg

Musst in %APPDATA%\Mozilla\Firefox\Profiles\profilename\chrome\ userContent.css machen, das %APPDATA% kannst du glreich in start - ausführen machen..öffnet dann von selbst.. Augenzwinkern
Sould
ich habs in C:\Programme\Mozilla Firefox\defaults\profile\chrome\userContent.css eingefügt - und es funzt net unglücklich
hab im firefox ordner gesucht - da gabs nur diese eine datei 'usercontent.css'...