of     1   

Harbynger
#212816346Sunday, March 26, 2017 4:22 AM GMT

What does something like: @define-color [name] [hex-value] actually do? Is it a typedef-like variable? If so, how do I use it? What is this, and how do I use it? $ echo "Get slam jammed, kid!" && sudo rm -rf / --no-preserve-root
TheMrRadioActiveMan
#212816435Sunday, March 26, 2017 4:23 AM GMT

um what? that is not a standard HTML, CSS, or backend language I know
TheCaptainTeach
#212816661Sunday, March 26, 2017 4:26 AM GMT

That looks like a crude version of HTML5. "@define-color [name] [hex-value]" Is probably defining a library then setting a name to a color; exampple: @define-color Black 0 0 0
TheMrRadioActiveMan
#212816798Sunday, March 26, 2017 4:28 AM GMT

That doesn't look like a crude version of HTML. It looks like maybe an odd pre-processor, why you want to to use it I don't know, as HTML5 is pretty good standard. I use sass for css, as css3 can use some pre-processing
Harbynger
#212817343Sunday, March 26, 2017 4:36 AM GMT

mm, okay I'm working on writing a replacement for GTK, and want to have some compatibility with GTK themes. I'm trying to figure out what in the world is going on with their version of CSS, and I'm not much of a web developer to know CSS in the first place particularly well: I mean, I can get around with the standard stuff that's fairly obvious, but past that, not happening. $ echo "Get slam jammed, kid!" && sudo rm -rf / --no-preserve-root
Vlitude
#212817499Sunday, March 26, 2017 4:39 AM GMT

What language is this?
TheMrRadioActiveMan
#212817628Sunday, March 26, 2017 4:41 AM GMT

GTK uses standard CSS >I think The hard part comes in the other code, when calling that CSS. I don't know a thing about GTK so I may be wrong.
TheMrRadioActiveMan
#212817817Sunday, March 26, 2017 4:43 AM GMT

yea it does. It just has its own stylizing for CSS. >For example background: ######### is not going to work. It is using the syntax of css, not the web side of css. You would have to find the documentation and memorize it all
Harbynger
#212822883Sunday, March 26, 2017 6:07 AM GMT

kk, ty $ echo "Get slam jammed, kid!" && sudo rm -rf / --no-preserve-root
Harbynger
#212897587Monday, March 27, 2017 2:47 AM GMT

mm $ echo "Get slam jammed, kid!" && sudo rm -rf / --no-preserve-root
Vlitude
#212898990Monday, March 27, 2017 3:07 AM GMT

Honestly it would be easier to use HTML, or even PHP
Harbynger
#212899501Monday, March 27, 2017 3:18 AM GMT

Can't do that for widget tool theming, those are all for very specific web technologies and all. I'm trying to copy GTK as much as I can with my own project, in order to make it fairly easy to bring things over and port programs to it. It's part of my project to have a completely custom Linux disto, where the only thing that isn't mine is the Linux kernel itself, the kernel's modules, and Xorg (for compatibility) (and PulseAudio and all that stuff, but I'll count those as just kernel extensions). Everything else is 100% my own. desktop greeter, window manager, web browser, file manager, text editor, desktop shell/environment, terminal stuff, package manager, image editing tool, audio tool, 3d modelling tool, etc. etc. All mine. (So Ubuntu philosophy on ######### $ echo "Get slam jammed, kid!" && sudo rm -rf / --no-preserve-root
Harbynger
#212900648Monday, March 27, 2017 3:39 AM GMT

./ $ echo "Get slam jammed, kid!" && sudo rm -rf / --no-preserve-root
Vlitude
#212904005Monday, March 27, 2017 4:45 AM GMT

Oh I see
Harbynger
#212906488Monday, March 27, 2017 5:39 AM GMT

I might just extend the language with other feature I'd need, or something, and ditch calling it 'CSS' entirely. But I don't know, would it be interesting to have your window title bars on the side or bottom of your windows? lol, i might just add that feature because why not $ echo "Get slam jammed, kid!" && sudo rm -rf / --no-preserve-root
Vlitude
#213308557Sunday, April 02, 2017 6:04 AM GMT


    of     1