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 ... 11 12 [13] 14 15 ... 253
181
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: May 15, 2013, 06:17:51 pm »
Omnomirc V2 used the same transparent black color for all the themes - which kind of worked most of the time - but this seems to match better? There's a fix in the works anyway.

Now I'm wondering, what's the current seeing as it isn't V3? 2.5? :P

Also looking at that tied in-favor-of-same-tab ourl poll..still hoping to see an option relating to that >.>
* Darl181 hides

182
Miscellaneous / MOVED: How fast can we count to 1 million?
« on: May 15, 2013, 06:03:20 pm »
This topic has been moved to Spam.

http://ourl.ca/18926

183
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: May 15, 2013, 05:18:41 pm »
For the ~20 other people using the gray theme, here's a quick-fix userstyle for until it adapts to the theme:

Spoiler For Spoiler:
@-moz-document url("http://omnomirc.www.omnimaga.org/") {
/* put ^ in url entry in url entry as necessary in non-fx browsers */

#UserListContainer,
#smileyselect,
#topicbox,
td.curchan,
.linehigh {
    background: #cacaca !important;
    border: 1px solid #999999 !important;
}

#topicbox {
    border-top: none !important;
}

#Channels {
    box-shadow: inset 0 -1px #999999 !important;
}

td.chan {
    border: 1px solid rgba(153, 153, 153, 0.4) !important;
    border-top-color: rgba(153, 153, 153, 0.8) !important;
}

td.curchan {
    border-bottom-color: #cacaca !important;
}

td.chan:hover {
    background: rgba(202, 202, 202, 0.4) !important;
}

.linehigh {
    border: none !important;
}

}

table thingy for theme implementation
a few of the themes have the same color for all posts, so I improvised on a few
--
Theme

V5
V4
V3
V2.5
V2
V5 Retro 
Bg color   

#CAE4FF
#EBF1F9
#A8A8A8
#EBEAEA
#EBEBEB
#CACACA
border color

#6699FF
#DDDDFF
#B0B0B0
#EFEFEF
#FFFFFF
#999999

184
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: May 15, 2013, 04:46:55 pm »
index2 looks pretty much there atm :D
Tested in a number of browsers, works well all around (except for less-knowns like epiphany, but even then it's nothing terrible), tho someone else would have to check ie and safari.

Random idea I got..maybe for the smiley selector it could be like a panel in the bottom-left corner that expands when hovered over for a bit? Kind of like the userlist except actually in the corner.
Current implementation isn't bad per se, it just seems kind of a done-just-to-be-done sort of thing :/

185
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: May 14, 2013, 06:03:35 pm »
5147: You tolerate all the mlp stuff because it's omni*

also adblockplus ftw =P

*(true story) is implied

186
TI Z80 / Re: YAMGT
« on: May 13, 2013, 11:58:25 am »
Did a bit of retrofitting on Recon. Changes include the gray/white being flipped from the way they were before, inverted lines in the explosion and some half-complete "smart moving" because getting stuck on corners is/was such a huge problem.

Arrows - move around
2nd (while pushing squarely into a block) - Explode block
Alpha - Line up with block - useful for 2nd if you're having a hard time of it
Clear - Quit
Mode - End game and tally up score

Source and Ion exec attached.

Not quite finished - I plan on adding more stuff to put it on ticalc - so there might be another update to this sometime in the next week or so..

IRC people, this isn't the large project I've talked about a few times..that one's still in the works tho ;)

187
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: May 13, 2013, 04:45:38 am »
Just updated the pastebins again with some fallback stuffs, they should be more opera(and-other-browsers-in-general)-friendly now.  By no means perfect, but stuffs mainly where it should be (some parts are off by a few pixels at most, the worst part by far is the top-right border of the topic box :P)
Also changed the background colors of the custom parts to the darker post color (copied from forum theme) so it might fit in a bit better? As well as the alternating line highlights.
The red username highlight is a bit darker. /me lines don't have that large gap after the name anymore.

http://darl181.webuda.com/other/messing_with_omnomirc_8.png
Default | V5R

188
TI Z80 / Re: zStart - an app that runs on ram clears
« on: May 13, 2013, 01:44:08 am »
A couple feature requests:

 - If Omnicalc ram restore is enabled, do it automatically upon quitting from program and/or before [On]+[Zoom]/[Trace] test runs
 - An updated readme :P

189
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: May 12, 2013, 10:49:30 pm »
Also not sure what is http://omnomirc.www.omnimaga.org/index2.php but it seems very broken in Opera O.O
It's kind of the WIP area :P Parts are broken, more are in chrome and even more in opera.
Opera doesn't have anything for the calc() function, so a lot of the stuff is probably out-of-line :/ Might be able to do pixel-based offsets but it might not look the same.
https://developer.mozilla.org/en-US/docs/Web/CSS/calc#Browser_compatibility

190
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: May 12, 2013, 06:42:46 pm »
3140: You go through at least 7 different versions of it (search messing_with_omnomirc in this :P (#2 is here)) and pastebin different versions for different smf themes

191
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: May 12, 2013, 06:20:17 pm »
Unless something has changed (or I'm just not remembering correctly) OmnomIRC should inherit the CSS off of the main page, you should just have to give the tabs the appropriate classes to inherit the colors.
If it was before it should still be that way
Iirc it's in the html, if class="quote" or something like that is added in it should catch and use it afaict.
even cross-iframe? O.O
I guess not? :P This is why I don't design websites lol
Where does it get the main background color from?

192
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: May 12, 2013, 03:47:51 pm »
Cool :)
Just updated the pastebins and now they look a ton better in chrome (apparently chrome wants gets its own special prefixes..?), changed the smiley select bg/border to match, and the userlist shrinks vertically into a tab when not hovered over. Not sure if the last part is really necessary, but it looks pretty smooth imo :P (it's easy enough to comment out, just comment out everything past the box-shadow and copy the left and height from :hover)
http://darl181.webuda.com/other/messing_with_omnomirc_7.png
It's still set up for stylish, in the actual implementation the !important overrides aren't needed.

Unless something has changed (or I'm just not remembering correctly) OmnomIRC should inherit the CSS off of the main page, you should just have to give the tabs the appropriate classes to inherit the colors.
If it was before it should still be that way
Iirc it's in the html, if class="quote" or something like that is added in it should catch and use it afaict.

193
Miscellaneous / Re: Random YouTube Videos
« on: May 11, 2013, 10:36:28 pm »

194
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: May 11, 2013, 04:40:25 pm »
Unless something has changed (or I'm just not remembering correctly) OmnomIRC should inherit the CSS off of the main page, you should just have to give the tabs the appropriate classes to inherit the colors.
This could work. The stuff I did uses the quote box colors, partly transparent.

Edit:
Spoiler For this is too much fun =P:
userlist autohides to the right, highlight looks a bit different. Also the smiley face thing is more in-line with the textbox.

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

Default | V5R
(same pastebin links as before)




195
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: May 11, 2013, 05:38:19 am »
Messed around a bit more. :P
Spoiler For img:
Pastebin links:
Default theme
V5-Retro Theme

E: it fails pretty hard in chrome tho :/ might look into it if I have the time later, or someone more chrome-savvy could.

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