Warning: Undefined array key "HTTP_ACCEPT_LANGUAGE" in /var/www/minitokyo/www/includes/common.inc.php on line 360 Userpage Customization Tips and Tricks - Minitokyo

Userpage Customization Tips and Tricks

This thread is pinned.

page 2 of 3 « Previous 1 2 3 Next » 71 total items

Davo

Davo

I'll kill you

nope .. you need to write #search-form * with the asterisk

Signature Image
DAVO THE ECCHIMAKER :"If a demon stands in my way, I will cut him apart. If a saint stands in my way, I will cut him apart"

fluke

fluke

What once was good enough...

Quote by Davonope .. you need to write #search-form * with the asterisk

That is what Sheqel wrote, and the problem is still there.

Davo

Davo

I'll kill you

replace with this:

#search-form * { display: none; }
#search-form { background-position: 0 -300px; }


this fix the problem


Signature Image
DAVO THE ECCHIMAKER :"If a demon stands in my way, I will cut him apart. If a saint stands in my way, I will cut him apart"

fluke

fluke

What once was good enough...

Thank you. Now if I could only get the tile portion of the background to show up. Any idea's on that one?

Davo

Davo

I'll kill you

for this i refer you to the other thread by maplerose:

http://forum.minitokyo.net/t65258

in the "Part Two - Advanced" of this thread have a part of how to solve the tile portion problem , maybe this can help you.

Signature Image
DAVO THE ECCHIMAKER :"If a demon stands in my way, I will cut him apart. If a saint stands in my way, I will cut him apart"

ArtificialRaindrop

ArtificialRaindrop

We're All Mad Here.

Anyone know the coding for changing the properties of the lines in the sidebar? (the ones below things like Joined Groups or the anime watchlist).

Signature ImageYou can't live without the fire, it's the heat that makes you strong ~ Within Temptation, "Iron"
KHDownloads <-- Butterfly Chaser referred!

Davo

Davo

I'll kill you

i meant you refer the dotted lines, the code is:

#menu h2 {
border-bottom:1px dotted #XXXXXX;}

only changes these values :)

Signature Image
DAVO THE ECCHIMAKER :"If a demon stands in my way, I will cut him apart. If a saint stands in my way, I will cut him apart"

ArtificialRaindrop

ArtificialRaindrop

We're All Mad Here.

Thanks Davo! That's exactly what I was looking for :)

Signature ImageYou can't live without the fire, it's the heat that makes you strong ~ Within Temptation, "Iron"
KHDownloads <-- Butterfly Chaser referred!

NightShadow01

NightShadow01

Queen Of Otome Games Series

Hello,i need some help.

http://nightshadow01.minitokyo.net/

I can't change all those blue text colours into my own one.
I can't find the right codes too. x___x

???????????Signature Image

Davo

Davo

I'll kill you

mmm..maybe you're refering to the shoutbox, the code for change the color of the text of the shoutbox, this two change the color , text and post time :

#menu #shoutbox dd {
color:#XXXXXX;}

#menu #shoutbox dt span {
color:#XXXXXX;
}

some text of the right menu and other text depends of this:

*{color:#XXXXXX;}

this changes other text in right menu ("more information","more favorites", etc. text ):

#menu a {
color:#XXXXXX;
}

and scan's thumbnails text work with this:

.scans p a {color:#XXXXXX}

the text says "replying as...." in the comment box, can be modified with this:
form p {color:#xxxxxx}

For change the last text in " Minitokyo

Signature Image
DAVO THE ECCHIMAKER :"If a demon stands in my way, I will cut him apart. If a saint stands in my way, I will cut him apart"

NightShadow01

NightShadow01

Queen Of Otome Games Series

Ahh,it doesn't work. ToT

???????????Signature Image

Davo

Davo

I'll kill you

mmm.. first check in your css this:

form input[type="text"], form input[type="password"], textarea, select, #login-form input[type="text"], #login-form input[type="password"]{

this function have this { but don't have } to close this function... i addition this function have a duplicate with custome values , making the same function enters in conflict... other problem in this duplicate :

form input[type="text"], form input[type="password"], textarea, select, #login-form input[type="text"], #login-form input[type="password"] {

background:none;
color:#6e110e;
color:#9f2e2a;
}

the duplicted color values are creating more conflicts ....
------------------------------------

other problem i see is this:

.scan p a and form p function in color doesn't had this ; , this is my mistake forgive me ,in the code i provided i don't put the right sintax -__- '

the right sintax is this

.scan p a {color:#XXXXXX ;}
form p {color:#xxxxxx;}
---------------------------
other duplicated function with same value modifiers is:

#content, #tabs .active, #menu .more

maybe this fix the problems...

Signature Image
DAVO THE ECCHIMAKER :"If a demon stands in my way, I will cut him apart. If a saint stands in my way, I will cut him apart"

NightShadow01

NightShadow01

Queen Of Otome Games Series

hmmmm,it still doesn't work. x___x

???????????Signature Image

Davo

Davo

I'll kill you

mmm weird.... is still very weird.... let me see

i think i found the problem delete this text:

[You can also change the size of the border, change the "1px" to a bigger number. Or if you want a solid border, replace "dotted" with "solid"]

and other comments like this in brackets, 'cuz brackets is used to define function and tags in CSS so if you put a comment inside this brackets the browser thinks this is a function and try to find the values of this, but the browser don't find 'em, the result all function you putted after the text in brackets doesn't works , the right form to put comments in CSS is this:

/* You can also change the size of the border, change the "1px" to a bigger number. Or if you want a solid border, replace "dotted" with "solid"*/

i think this solve a the problems

Signature Image
DAVO THE ECCHIMAKER :"If a demon stands in my way, I will cut him apart. If a saint stands in my way, I will cut him apart"

FNatt

FNatt

Like a boss.

anyone know how I can change the orange text that plagues my sidebar?
and also, the time stamp for the watchlist?

Signature
	Image

maryshee

maryshee

Songtress

hi! This code is not working. . . ^^,
/*that bit where it says "minitokyo >> members >> country >> user"*/
#nav a{color:#xxxxx;}
#nav a:hover{color:#xxxxx;}

Love never fails. . .
Signature
	Image

Davo

Davo

I'll kill you

Quote by marysheehi! This code is not working. . . ^^,
/*that bit where it says "minitokyo >> members >> country >> user"*/
#nav a{color:#xxxxx;}
#nav a:hover{color:#xxxxx;}

remember 6 numbers or MT ignore the function
#nav a{color:#xxxxxx;}
#nav a:hover{color:#xxxxxx;}

Signature Image
DAVO THE ECCHIMAKER :"If a demon stands in my way, I will cut him apart. If a saint stands in my way, I will cut him apart"

maryshee

maryshee

Songtress

Quote by Davo
remember 6 numbers or MT ignore the function
#nav a{color:#xxxxxx;}
#nav a:hover{color:#xxxxxx;}

I've used 6 characters, but it is still not working for me,, thank you!

Love never fails. . .
Signature
	Image

Davo

Davo

I'll kill you

i see what is the problem .. they changed the tags so:

Quote:
#nav a{color:#xxxxxx;}
#nav a:hover{color:#xxxxxx;}

this code actually is not valid .

try using this :

Quote:
#breadcrumbs a { color: #XXXXXX;}
#breadcrumbs a:hover { color : #XXXXXX;}
#breadrumbs i {color:#XXXXXX;}

this tag have a weird name XD

Signature Image
DAVO THE ECCHIMAKER :"If a demon stands in my way, I will cut him apart. If a saint stands in my way, I will cut him apart"

maryshee

maryshee

Songtress

Quote by Davoi see what is the problem .. they changed the tags so:

Quote:
#nav a{color:#xxxxxx;}
#nav a:hover{color:#xxxxxx;}

this code actually is not valid .

try using this :

Quote:
#breadcrumbs a { color: #XXXXXX;}
#breadcrumbs a:hover { color : #XXXXXX;}
#breadrumbs i {color:#XXXXXX;}

this tag have a weird name XD

I'll try this out, thank you!

merged: 10-08-2010 ~ 06:38am
Hi! Would anyone know how to change the background color for these areas?

http://img841.imageshack.us/img841/444/headerpart.jpg

Love never fails. . .
Signature
	Image

ndox900

ndox900

ndeso forever ^_^

you can change it by editing your header and footer background image =)

hmm... i'm sleepy Signature Image

Thanks for the helping tips :)

fortis Fortuna adiuvat

Tell me how to deal with this problem? --> http://s2.ipicture.ru/uploads/20110327/U2tfCCw3.png

This is really helpful ^^

i Will try it out in the near future :)

Thanks for sharing !

Signature
	Image
La inteligencia no se mide por cuantas operaciones o cálculos puedo hacer, la inteligencia se mide por la creatividad y la imaginación de cada persona, lo demás solo es memoria.

page 2 of 3 « Previous 1 2 3 Next » 71 total items

Back to Userpage Customization | Active Threads | Forum Index

Only members can post replies, please register.

Warning: Undefined array key "cookienotice" in /var/www/minitokyo/www/html2/footer.html on line 73
This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies. Read more.