Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Darl181

Pages: 1 ... 10 11 [12] 13 14 ... 253
166
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: May 22, 2013, 02:48:06 am »
a little different design optimized for square corners
Frankly I didn't intend for the square corners to be implemented, but now I'm curious - how does one optimize something for square corners ???


One thing I actually would like to see get through is the tabs moving up a pixel or two when hovered - the background color change doesn't stick out much :/
td.chan:hover {padding-top: 3px}

E: and the unnecessary slide-out transition on page load if userlist is set to show

E2: to fix spacing for links in /me things change td.action > a {} to td.action > a > span{}

167
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: May 21, 2013, 10:15:13 pm »
Rounded seems better to me, as long as they continue to work in every current browser (so far they work fine in Opera)
Yeah, border-radius pretty much works across the board.
..except for mobile ones :P

168
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: May 21, 2013, 09:39:50 pm »
It was more for personal preference than anything, but why not I guess :P
Poll edited, gogogo.

169
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: May 21, 2013, 09:34:25 pm »
Looking good :) It's a bit difficult to bring the tabs out tho, maybe make that happen if the mouse goes over the channel area or something?

---

Simplified a bit to personal preference. Also to fit with the right-angles of the site a bit more :P Also hovering over tabs makes them a bit taller.
It assumes the userlist is always showing.

http://darl181.webuda.com/other/messing_with_omnomirc_B.png

Spoiler For stylish code, fix for personal browser if want as usual etc etc:
@-moz-document url("http://omnomirc.www.omnimaga.org/") {

#Channels {
    width: 100% !important;
}

#topicBox {
    width: 100% !important;
    border-left: none !important;
/*    box-shadow: 0 2px 2px rgba(0,0,0,0.5) !important; */
/*    meh shadows, line highlight messes them up */
}

#topic {
    margin-bottom: 2px !important;
    margin-top: -1px !important;
}

input[type="text"] {
    width: 84% !important;
}

#UserListContainer {
    height: 100% !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
    border: none !important;
    border-left: 1px solid #69f !important;
/*
    OR REPLACE WITH PROPER BORDER COLOR
    #999 IN V5R
*/
    left: 90% !important;
    width: 10% !important;
/*    box-shadow: -2px 4em 2px rgba(0,0,0,0.4) !important; */
}

#UserList {
    height: calc(100% - 4em) !important;
}

.arrowButtonHoriz2:nth-child(1) {
/* all arrows */
/* this part achieves so much :o */
}

.arrowButtonHoriz2, .arrowButtonHoriz3 > div {
/* both top */
    margin-top: 2.5em !important;
}

#windowbg2 > span:nth-child(8) > div {
/* main bottom */
    margin-bottom: 1.5em !important;
}

#UserListContainer .arrowButtonHoriz3 > div {
/* userlist top */
    margin-top: 4.3em !important;
}

#UserListContainer > *:nth-child(4) > div {
/* userlist bottom */
    margin-top: -1.5em !important;
}

td.chan,
td.curchan {
    border-radius: 0 !important;
}

td.chan:hover {
    padding-top: 3px !important;
}

}

170
Humour and Jokes / Re: Weird/funny pictures thread
« on: May 19, 2013, 05:09:48 pm »
Hm, evidently it causes hair loss as well :P
Some of these things have the strangest side effects.

171
TI Z80 / Re: zStart - an app that runs on ram clears
« on: May 18, 2013, 03:37:02 pm »
Random idea #92638: On+Up/Down to skip multiple pages at once in program (and/or apps if quick apps isn't active) menu. And maybe catalog as well, but that's pretty fast already.
Skipping to a letter kind of does it better tho, so idk.

172
Humour and Jokes / Re: Funny #omnimaga quotes (NSFW)
« on: May 18, 2013, 01:43:10 pm »
It's still going :P
link

173
Axe / Re: Axe Q&A
« on: May 18, 2013, 01:11:20 pm »
I've seen countless optimizations with this, but never completely understood it myself..

How exactly is hl handled throughout loops? Does For(I,#,#) change it every iteration? Or do all loops leave hl untouched when execution goes back to the start?

174
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: May 17, 2013, 04:15:11 am »
5164: You remember a time when such irrelevant randomness was kept somewhat to a minimum, or at least well-encouraged to be that way :P

Tho to be fair this is the humor and jokes board.

175
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: May 17, 2013, 12:19:31 am »
Userlist is still correct after a few hours :D


Also random note to people - for the highlight, if you disable bold/red text in the options the red background is still there. I've seen a few comments about readability, so that might help ;)

176
Humour and Jokes / Re: Weird/funny pictures thread
« on: May 16, 2013, 11:04:10 pm »
[insert obligatory yo dawg here]
Also that highlight on "spend"..maybe the letter match limit should be upped lol
* Darl181 wonders how much that happens to people

177
Miscellaneous / Re: Random YouTube Videos
« on: May 16, 2013, 08:17:13 pm »

do-ri-tos

178
Art / Re: General purpose art thread
« on: May 15, 2013, 11:08:35 pm »
MS paint
O.O
Windows 7 paint has brushes etc right? Last time I really used it was XP :P

179
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: May 15, 2013, 08:15:25 pm »
Yeah, I used both..idk it's not measured out very carefully tbh :P
Might fix that eventually but for now it doesn't seem too bad anyway.


Edit: picture says it all :P

180
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: May 15, 2013, 08:00:22 pm »
Thanks for implementing it, it works great :D

Hope people like it. If something goes wrong with the css, I guess poke me about it when I'm online and I should be able to find out what's wrong. Tho some browsers/fonts might have certain spacings off by a pixel or two..not sure how to remedy that unfortunately :/

Pages: 1 ... 10 11 [12] 13 14 ... 253