News:

Join the Facebook Fan Page.

Main Menu

Aurora

Started by TwitchisMental, October 23, 2021, 05:34:27 PM

Previous topic - Next topic

TwitchisMental

Quote from: mickjav on February 17, 2022, 05:42:44 PMGot Last sorted thanks Just one more Thing lol

Would it be possible to remove this image

You cannot view this attachment.
Open custom.css in your favorite editor

Find and remove this -
h1.forumtitle a::before {
    font-family: "Font Awesome\ 5 Free";
    color: rgb(187,146,145);
    font-weight: 700;
    display: inline;
    margin-right: 10px;
    content: '\f109';
}

mickjav

Thanks Also removed this

h1.forumtitle a:hover::before {
    font-family: "Font Awesome\ 5 Free";
    color: rgba(207,194,237,0.5);
    font-weight: 700;
    display: inline;
    margin-right: 10px;
    content: '\f109';
}

TwitchisMental

Quote from: mickjav on February 19, 2022, 06:02:22 PMThanks Also removed this

h1.forumtitle a:hover::before {
    font-family: "Font Awesome\ 5 Free";
    color: rgba(207,194,237,0.5);
    font-weight: 700;
    display: inline;
    margin-right: 10px;
    content: '\f109';
}
Yep that would be needed aswell. Good callout :).

TwitchisMental

A new version has been uploaded.

Fixed a few things for guest view in the top bar.  Mainly the login button, a border issue, and some padding.

TwitchisMental

Minor update released. Just some color fixes in the calendar section, admin section, and random borders. Also fixed issues with certain icons not displaying properly.

All changes are just in the custom.css .


1.2.1 :
Adjustment: Fixed multiple color issues.
Bug Fix : Fixed certain icons not displaying.

mickjav

Cool i'll just replace that file

Thanks

Neoni


TwitchisMental

Quote from: mickjav on August 07, 2022, 04:45:36 PMCool i'll just replace that file

Thanks
Be sure to add the other css files like calendar.css aswell.

TwitchisMental

New Version Uploaded -

1.2.2 :
Update : Updated for SMF 2.1.3
Adjustment: Fixed more color issues with the Admin CP borders, Quote Box, Code Box, and the Editor.


TwitchisMental

New Version Released:

1.2.3
Updated for SMF 2.1.4 and the Attachment UI changes.
Adjustment: Adjusted the background colors for various moderation specific styles.
Adjustment: Adjusted some text colors and background colors in the ACP to follow with the rest of the theme.
Adjustment: Adjusted several border colors to match the rest of the theme.

mickjav

This is not a problem with the theme, But thought I would ask your advice.

@Diego Andrés did the hard bits, lol.

I haven't asked Diego, as he did a fantastic job, and it's only this theme that has the problem.

link to page using my default theme: https://www.databasedreams.co.uk/charts/gallery/?cat=35

The problem I'm having is with my aurora theme The update uses the following CSS which I am no good at.

As you can see in the image, some of the text is not centred.
.gallery_subcat {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.gallery_subcat .item {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.gallery_subcat .item span {
    padding: 0 !important;
    width: 100% !important;
    flex-basis: 0;
}

All the best mick

TwitchisMental

#31
in custom.css

Find :

.lastpost {
    width: 30%;
    font-size: 1em;
    padding-right: 6px;
    padding-top: 0px;
    text-align: right;
    margin: 0px
}

Remove:

text-align: right;

That or you could give that section its own unique class for the gallery. like .gallery_lastpost

mickjav

Quote from: TwitchisMental on October 20, 2023, 10:45:05 PMRemove the text-align: right;

Thanks Done That, worked a treat

TwitchisMental


Panoulis64

Quote from: TwitchisMental on February 17, 2022, 07:57:29 PM
Quote from: mickjav on February 17, 2022, 05:42:44 PMGot Last sorted thanks Just one more Thing lol

Would it be possible to remove this image

You cannot view this attachment.
Open custom.css in your favorite editor

Find and remove this -
h1.forumtitle a::before {
    font-family: "Font Awesome\ 5 Free";
    color: rgb(187,146,145);
    font-weight: 700;
    display: inline;
    margin-right: 10px;
    content: '\f109';
}


Allow me, if we want to replace the image, with one of mine, related to my forum topic, what should I do? and where?

TwitchisMental

You could in theory change it to a font awesome icon that matches your theme.

If you wanna remove the icon in general and just use your own image. The logo url setting should be what you need.

Advertisement: