• Flat MoTD
    16 replies, posted
Name: Flat MoTD Description: A flat motd that has a multiple theme system. Download: [url]https://github.com/Desimay[/url] Credits: Me, Adzter, and Crazyscooter Feature: • Easy to install: Just drag and drop • Config File: Edit the whole thing without editing a single line of the main coding • Them System: Choose between 4 themes How to install: Drag and drop into the addons folder. Images: Red: [IMG]http://i.imgur.com/5QZMKIf.png[/IMG] Orange: [IMG]http://i.imgur.com/eauqoyR.png[/IMG] Purple: [IMG]http://i.imgur.com/g4am8x2.png[/IMG] Green: [IMG]http://i.imgur.com/HwBCSzu.png[/IMG]
Snip because no one understood what i was tryong to say. You should fix alignment and colors aka the text color for the page content
[QUOTE=crazyscouter;45691779]My colors I put together are everywhere lmao. You should fix alignment and colors aka the text color for the page content[/QUOTE] [url=http://flatuicolors.com]"My colors"[/url]
[QUOTE=crazyscouter;45691779]My colors I put together are everywhere lmao. You should fix alignment and colors aka the text color for the page content[/QUOTE] Oh wow, you can't read the damn credits. They are not "your" colors, you can easily google "Flat UI Colors" and choose the 1st or 2nd link.
Snip because no one understood my point.
[QUOTE=crazyscouter;45691819]I said I put them together. Obviously I didn't make them. My artistic abilities are very low.[/QUOTE] You put them together? [IMG]http://i.imgur.com/swjbqy5.png[/IMG] They are already like that on the site.
[QUOTE=crazyscouter;45691819]I said I put them together. Obviously I didn't make them. My artistic abilities are very low.[/QUOTE] How exactly did you put the colors together? They are on the same [url=http://flatuicolors.com]page.[/url] Damn Ninja's :v:
Would you like me to edit my post? It was obviously too vague for what I was trying to say. Fixed just for you two ladies. To clarify to everyone. I was not in any way taking credit for, or creating, the colors used. I am however taking credit for taking them and assigning them parts to create a nice and effective color scheme.
[QUOTE=crazyscouter;45691868]Would you like me to edit my post? It was obviously too vague for what I was trying to say. Fixed just for you two ladies[/QUOTE] Thx bae, I will get on fixing the alignment. I will also be fixing the text color for two of the themes and making the orange a bit brighter.
Come on, what was your true purpose? There's already alot of plain and boring motd's here on facepunch with almost no difference to this. It's good 'n all, not saying it's bad, but do we really need it? :v: Also, the coolvetica looks really bad in my opinon. Try a font that doesnt look like its taken from a kindergarden. The grey text color ontop of the grey backround looks very bad too imo :v:
Needs some improvement but it is nicer than most the other ones out there. Imo I would use opensans for the fonts. What I used for some of my addons
[QUOTE=crazyscouter;45692202]Needs some improvement but it is nicer than most the other ones out there. Imo I would use opensans for the fonts. What I used for some of my addons[/QUOTE] Updated on github, please report any bugs to my steam or github.
Looks terrible with a bunch of buttons placed willy nilly down the side, text is not centered in the Agree/Disagree buttons, and what is the point in having a theme changer if it is not persistent?
Seems like a pretty good system but I think it would be better if you put the buttons that are on the side along the top. Here is my idea- [IMG]http://s30.postimg.org/ve4vq3g8f/5_QZMKIf.png[/IMG]
Someone posted it on coderhire.. What a douchebag : [url]http://coderhire.com/scripts/view/1293[/url]
It's most likely the same guy. [img]http://puu.sh/b6YPS/02f57e76d1.png[/img] [img]http://puu.sh/b6YQQ/c4b6154121.png[/img] [img]http://puu.sh/b6YSa/297873aec5.png[/img]
[QUOTE=UnderYouFive;45698354]Seems like a pretty good system but I think it would be better if you put the buttons that are on the side along the top. Here is my idea- [/QUOTE] Line 91-97: [code] addTab(MainFrame, "rulesPage", 245, 140, 100, 40, "Rules") addTab(MainFrame, "motdPage", 355, 140, 100, 40, "MOTD") addTab(MainFrame, "adminPage", 465, 140, 100, 40, "Admins") addTab(MainFrame, "donatePage", 575, 140, 100, 40, "Donate") //addTab(MainFrame, "optionsPage", 10, 380, 100, 40, "Settings") addTab(MainFrame, "agreeButton", 10, 620, 220, 50, "Agree To Rules") addTab(MainFrame, "disagreeButton", 690, 620, 220, 50, "Disagree To Rules") [/code] Settings isn't correctly spaced, since i don't use it. You should also change SetPos() of the DLabels. if you want settings spaced correctly, you need math. 920 / 2 (since we want the middle) - [100 / 2] (Since the Anchor is left, we need to space it out. 5 is odd, we need one in the middle.) And then you need to add or subtract 100 (size of the Button) + 10 (Spacing) Greetings :)
Sorry, you need to Log In to post a reply to this thread.