Search found 251 matches
- Tue Jul 28, 2020 2:16 pm
- Forum: MX Art
- Topic: Community artwork submissions for MX-KDE
- Replies: 10
- Views: 18290
Re: Community artwork submissions for MX-KDE
MX KDE Start Buttons:
promo.jpg
Light - Dark - SVG
MX Start Buttons.tar.gz
Antech, is the "MX" look dependent on a font that must be installed?
The "MX" in the svg files don't look like your screenshot, and extend past the boundaries of the canvas.
antech-start.png
I just updated a new ...
- Tue Jul 28, 2020 8:37 am
- Forum: MX Art
- Topic: Community artwork submissions for MX-KDE
- Replies: 10
- Views: 18290
Re: Community artwork submissions for MX-KDE
MX KDE Start Buttons:
Light - Dark - SVG
Light - Dark - SVG
- Sun Jul 26, 2020 9:22 am
- Forum: General
- Topic: MX19-KDE: POLL on application menu/launcher
- Replies: 36
- Views: 4831
Re: MX19-KDE: POLL on application menu/launcher
I did vote for other (Excalibur Menu) in this case but since its lacking translations and not been updated in a while, then whatever 

- Wed Jul 22, 2020 5:51 pm
- Forum: Software / Configuration
- Topic: Photo options on MX
- Replies: 6
- Views: 1161
Re: Photo options on MX
I am not even sure what I am attempting to ask so please bear with me: I want to use a green board/ green screen to photograph some of my wood working in front of a green board/ screen in order to manipulate the photos and make them appear as though they are on different backgrounds. Folks that do ...
- Sun Jan 06, 2019 11:44 am
- Forum: Website
- Topic: Forum is no longer across screen
- Replies: 26
- Views: 11174
Re: Forum is no longer across screen
Thinking out aloud, would it not be better installing a new phpBB theme that works with the new version rather than hacking the css/html ??
Just a thought....
Just a thought....
- Sun Jan 06, 2019 10:57 am
- Forum: Website
- Topic: Forum is no longer across screen
- Replies: 26
- Views: 11174
Re: Forum is no longer across screen
@antechdesigns Thank you for your feedback
Fixed. I experimented on my local copy of the forum. Although the css edit should have resolved the issue it had no effect. Styling on this sub theme does not result in what you expect. I was able to resolve it by adding a white background to the logo ...
- Sun Jan 06, 2019 5:50 am
- Forum: Website
- Topic: Forum is no longer across screen
- Replies: 26
- Views: 11174
Re: Forum is no longer across screen
That is the normal image. It was that way before the software change. I doubt it is repeating and believe that was the original design. However we can look into it.
By default css repeats an image unless you tell it not too, the code I posted should fix it in all browsers and would have also ...
- Sun Jan 06, 2019 5:23 am
- Forum: Website
- Topic: Forum is no longer across screen
- Replies: 26
- Views: 11174
Re: Forum is no longer across screen
Still showing part of the logo at the bottom, a quick fix is adding this to the .site_logo css: background-repeat: no-repeat;
example
.site_logo {
background-image: url("./images/site_logo.gif");
background-repeat: no-repeat;
}
Can you post a screenshot? I am not seeing that on any of ...
- Sun Jan 06, 2019 4:53 am
- Forum: Website
- Topic: Forum is no longer across screen
- Replies: 26
- Views: 11174
Re: Forum is no longer across screen
Still showing part of the logo at the bottom, a quick fix is adding this to the .site_logo css: background-repeat: no-repeat;
example
example
Code: Select all
.site_logo {
background-image: url("./images/site_logo.gif");
background-repeat: no-repeat;
}
- Wed Jan 02, 2019 10:30 am
- Forum: General
- Topic: Has anyone tried Deepin?
- Replies: 26
- Views: 7257
Re: Has anyone tried Deepin?
Great idea. Have seen your iso on your website, but it's an old version from Oct. 2018. For Arch it is recommenable to provide every month a new iso. Their packages changes fast and updating an old Arch-System isn't easy or perhaps not possible anymore.
I will be doing a new ISO soon, when I ...