Warning: Undefined array key "HTTP_ACCEPT_LANGUAGE" in /var/www/minitokyo/www/includes/common.inc.php on line 360 UserpageSkinDesigns - Minitokyo

Announcements

No Announcements

Featured Gallery Items

View Complete Featured Gallery...

View Complete Featured Gallery...

Guestbook Comments

Comments

  1. Blue-Crescent Apr 27, 2016

    May I ask how to use codes to make someone's account appear in your userpage? Please.

  2. jakuro Apr 27, 2016

    If anyone comes across this, I'm here if anyone needs anything :D

  3. melymay May 15, 2015

    Hello everyone,

    We need to talk about how we're going to go about this all. I haven't been active on Minitokyo for years, but I love this group and thoroughly enjoyed the time when I was able to create userpages for other members. I wish I could be a better resource for you all, but I'm not and I'm afraid I may not ever be.

    If you know anyone that's interested in webdesign or coding, please refer them to here. Creating userpages and group pages for UPSD is a good opportunity for them to apply their knowledge and to learn through trial and error. I'd join in on this, but because I'm in school and working I won't have any time to.

  4. Shimazaki Feb 06, 2015

    Knowing all those thing will make thing easier. Dont know why making UPs isnt that fascinating anymore as back then but i think one reason is that people might be to lazy trying it and newer Members might not even know about that feature

    merged: 02-08-2015 ~ 12:17am
    I managed to switch the #menu and the #content, im glad it worked out also i play right now with those rounded borders but it looks like the angle can not be changed.

    Still try to figure out How to center and resize my whole UP i think i need to to find the code for resizing and use it on every Section manually.

    Might end up reworking my whole UP with those new codes and put everything in order.

  5. pandemonium91 Retired Moderator Feb 06, 2015

    You can mix up HTML and CSS provided you separate them (I swear it makes sense). Any CSS must be contained within two <style> tags, else it won't work (it'll just show up as text). MT offers two sections so you don't have to deal with a giant document and scroll enough to reach old age. So you can have a document like this:

    <html whatever>
    <style type="text/css">
    your CSS here
    </style>
    <body>
    text here
    </body>
    </html>

    elisadevelon has a page similar to what you're describing.
    As for the rounded borders, you have this tutorial: CSS3 borders
    For future reference, the "column" on the right is called "menu" in the MT CSS and the main body on the right is called "content".
    From a brief look at the MT CSS, it appears the alignment for CONTENT is "width: 72%; float: left;" and the one for MENU is "width: 28%; float: right;". If you reverse these, I'm pretty sure you can flip the UP.

  6. Shimazaki Feb 06, 2015

    looks like i have to try serval codes i ffind here and there just to see if they are working. I never used Html Codes since i thought they cant be mixed?

    There were also that one UP where the the Column of the right side were switched to the left or the GB looked pretty amazing with rounded edges in the post field do you know that was based on a Code do i need to make that via Images?

  7. pandemonium91 Retired Moderator Feb 06, 2015

    I think it depends what codes you want to use. CSS and HTML should be OK. PHP and Java won't work.
    While I normally don't advocate "stealing", as long as you take a bit of code (i.e. not 50% of the codes) it should be OK if you credit the person you got it from. Sometimes I see a nifty effect on someone's UP and take a look at the codes to see how they achieved it. Sometimes you can achieve the same effect in more ways than one. For example, I used a table on my UP but I also found the same effect can be done with div layers.

    It also depends on whether the codes are still supported by browsers or not. Certain table properties that used to work in older HTML standards don't work anymore, as they're handled by CSS.

    You don't need any add-ons for FF to use Inspect Element. It comes with vanilla FF. If you hover over the all-purpose button at the right, there's a Developer button. Clicking on it will give you more options for viewing the source codes of pages. The "Inspector" option is basically the "Inspect Element" one.

  8. Shimazaki Feb 06, 2015

    I used once Firefox addon but it didnt helped much though,the sad thing is the poeple who are online from time to time never reply and the others werent online for months so i should try it with firefox once more.

    As much as i know i cant use basic CSS codes i find on external Websites or is there some kind of trick i need to know?
    I visited once some of the tutorial sides from that group but none could help me

  9. pandemonium91 Retired Moderator Feb 06, 2015

    If you want a particular set of codes, you can either ask the people who use them directly or just take a look at the codes via Ctrl+U (works for me in Firefox). If you use Firefox, there's also the "Inspect Element" option that you get by right-clicking an object. This has some disadvantages, though, as FF might pick up the div layer underneath what you're trying to look at, or something else near it. It's reasonably good for quickly finding out what you want to change without going through a mile of code and changing colors.

    e.g. a quick Inspect Element revealed that your username at the left on your UP is coded as H1 (that's a header) under the "backbone" section.
    I think the "tabs" are the Wallpapers, Indy Art, Scans etc. buttons on the right.
    It's been ages since I've taken a serious look at codes and done tricks.

    As for the background not repeating properly at the top, check your bg.png file. You might have to modify it manually.

  10. Shimazaki Feb 06, 2015

    Usually i use a bright green thats can be seen always, after i use that color on every code to see whats what i thought i had everything but looks like there are codes i didnt get. im sure ive seen somewhere in the tutorials the old MT CSS codes so when i find the time i will pamper with it once more and look for the sections you mentioned. thanks for the help.

    Originally i want my UP complettly change.
    Centered and compact like http://fiifo.minitokyo.net/ UP but thats are thing i cant expect to find here.
    There are so many great UP ive seen but they were far beyond normal versions of MT

  11. pandemonium91 Retired Moderator Feb 06, 2015

    The blue parts are from the "tabs and backbone navigation" and possibly "sections" sections (if going by the CSS to my skin). The blue part on the right of the page is listed as "space underneath the menu on the right" under the SRS BSNS CODES section at the beginning.

    Really, your best bet would be to get MT's CSS and keep copy/pasting different sections of it in your UP CSS page to see what they do. It's what I did, aside from organizing it into sections (it's organized by attributes here, instead of sections, like in my version).

    If you're unsure of what something does, either change its color to something very visible e.g. FF0000 (bright red) or add a "display: none;" to the code (which will make the section disappear).
    In case of the latter, make sure you have the CSS editing page in one tab and your userpage in another. You might make something invisible and have no way of accessing menus and such afterwards.

  12. Shimazaki Feb 06, 2015

    yeah i used a lot of your codes in my new userpage but there are still parts i coudnr change and i didnt found the codes for that.
    If you look at my page you will see that there are still blue parts which i wanted to make grey or black as well but like i said i dont know the codes since i dont know anything about CSS at all. also if i submitt my Header into the code ( the original of MT just overworked) then there are also blue parts croped of my header, i had to make some parts transparent to match the BG image

  13. pandemonium91 Retired Moderator Feb 06, 2015

    Quote by ShimazakiNice one, i this Group may be dead but if someone still uploading skins then it could be revived after all.

    Sure it could. Problem is that people aren't that interested in UP skins anymore, and it's fairly easy to make basic ones now (just upload some images). I released the coding I use for my stuff both here and on my own UP, so people can pretty much cut & paste links and hex codes to make new skins, if they have the time.

  14. Shimazaki Feb 04, 2015

    Nice one, i this Group may be dead but if someone still uploading skins then it could be revived after all.

  15. pandemonium91 Retired Moderator Dec 13, 2014

    Group may be dead, but I'm still making some skins!
    Here's a blue winter version for MT, if the red/green/yellow is too bright.

    Preview | Download

  16. Scarlatus Restricted Member Aug 04, 2014

    um can anyone write a css code for me i dont know much bout it :{
    please im new and i want my page to look kawai enough if you have time for me than thanks

  17. angelearth10 Jun 14, 2013

    Hello,

    I just wanted to let you know I no longer need the Userpage/Group page design I asked for. With help from melymay, other MT members, and searching the net. I've been able to get it done on my own.

    So, thanks and if I need anything more I'll be sure to contact you again.

    Thanks!
    ::Angel::

    Spoiler (show)

    Hi,

    I know the group seems to be inactive but I am desperate enough to still ask.

    Can anyone here help me re-design my group Wallpaper Games-2 group? or Not?

    I also would like to note I don't use MT, so I'm completely in the dark about anything MT related. So, please help.

    Thank you.
    ::Angel::

  18. Dancerinthedark Jun 28, 2012

    Quote by melymay
    I'm in the same boat ^^ Thank you for showing interest in UPSD. Welcome to the group!
    I think this should help:

    #profile-actions a{background-color:#xxxxxx;}
    #profile-actions a:hover{background-color:#fbd94c; color:#xxxxxx;}

    Unless you meant "Submit" and "Post Options" buttons for guestbooks, this might work:

    INPUT { background-color: #xxxxxx;
    border-color: #xxxxxx;
    color: #xxxxxx;
    font-family: Arial;
    font-weight: none;
    font-size: 12pt; }


    thanx melmay-san x3
    you are a big help!

  19. melymay Jun 27, 2012

    Quote by Dancerinthedarkwell I only ask and not help others ^^;
    this group is not really active so I wanna make it more active....but I know that everyone is busy though >___>
    so''ahem'' I was wondering if someone can help me with a little thing
    it is: what code can change the buttons?
    sorry for bothering everyone >.<

    I'm in the same boat ^^ Thank you for showing interest in UPSD. Welcome to the group!
    I think this should help:

    #profile-actions a{background-color:#xxxxxx;}
    #profile-actions a:hover{background-color:#fbd94c; color:#xxxxxx;}

    Unless you meant "Submit" and "Post Options" buttons for guestbooks, this might work:

    INPUT { background-color: #xxxxxx;
    border-color: #xxxxxx;
    color: #xxxxxx;
    font-family: Arial;
    font-weight: none;
    font-size: 12pt; }

  20. Dancerinthedark Jun 27, 2012

    well I only ask and not help others ^^;
    this group is not really active so I wanna make it more active....but I know that everyone is busy though >___>
    so''ahem'' I was wondering if someone can help me with a little thing
    it is: what code can change the buttons?
    sorry for bothering everyone >.<

  21. dianas Jun 12, 2012

    You can really delete my request - for the Trinity Blood theme - it is not necessary anymore, this group is not actually active.

  22. Rapshield31 May 24, 2012

    *helpies*

    since that for the Member name over the avatar we use 'menu h2 .member' or 'menu:first-child', what should we use for the 'shoutbox' voice?

    i tried everything o.o (~)

    Edit:

    Jokin! No prob, resolved. ^^.

  23. Raffachan May 19, 2012

    Hello here! oo
    I never be really active here since I applied to the group >.< Kommene!
    Anyway...I would like to take some requests as "designer" (as "coder" I couldn't be able to do a good work alone >.<) ..but I don't understand how much "old" these requests are...
    In addition..since we're the group about userpage costumation, should we have an our group's skin design? :P

  24. Dancerinthedark May 04, 2012

    Hi there everyone!
    sorry for being inactive lately ;-;
    so how is everyone doing?
    I miss this group and all the kind members <3

View All Guestbook Posts

Only members can post guestbook entries, 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.