Skip to content

Commit

Permalink
Update CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
GetGet99 committed Oct 7, 2022
1 parent aaaa186 commit dbf3bc2
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 9 deletions.
4 changes: 3 additions & 1 deletion Mica Discord Packager/Mica Discord Packager.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<DefaultLanguage>en-US</DefaultLanguage>
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<NoWarn>$(NoWarn);NU1702</NoWarn>
<EntryPointProjectUniqueName>..\Mica Discord WPF\Mica Discord WPF.csproj</EntryPointProjectUniqueName>
<GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
Expand All @@ -63,6 +63,8 @@
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundlePlatforms>x86|x64</AppxBundlePlatforms>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<PackageCertificateThumbprint>0D9E2C9F86DDB0624493B57939AD0E1B9570EE8C</PackageCertificateThumbprint>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
<AppxBundle>Always</AppxBundle>
Expand Down
2 changes: 1 addition & 1 deletion Mica Discord Packager/Mica Discord Packager.wapproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<SplashScreenSource>D:\Programming\VS\Mica Discord\Mica Discord WPF\Resources\Mica Discord.png</SplashScreenSource>
<PackageLogoSource>D:\Programming\VS\Mica Discord\Mica Discord WPF\Resources\Mica Discord.png</PackageLogoSource>
<AppxShowAllApps>False</AppxShowAllApps>
<UapAppxPackageBuildMode>StoreAndSideload</UapAppxPackageBuildMode>
<UapAppxPackageBuildMode>SideloadOnly</UapAppxPackageBuildMode>
<AppxBuildConfigurationSelection>x86|x64</AppxBuildConfigurationSelection>
<PackageOptionalProjectsInIdeBuilds>True</PackageOptionalProjectsInIdeBuilds>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Mica Discord Packager/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="3749Get.MicaDiscord"
Publisher="CN=95122495-0FC5-4CBE-B461-D28358AFE57A"
Version="1.10.4.0" />
Version="1.11.0.0" />

<Properties>
<DisplayName>Mica Discord</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion Mica Discord WPF/Mica Discord WPF.csproj.user
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_LastSelectedProfileId>C:\Users\Get\source\repos\Mica Discord\Mica Discord WPF\Properties\PublishProfiles\ClickONce Windows 10.pubxml</_LastSelectedProfileId>
<_LastSelectedProfileId>D:\Programming\VS\Mica Discord\Mica Discord WPF\Properties\PublishProfiles\ClickONce Windows 10.pubxml</_LastSelectedProfileId>
<ActiveDebugFramework>net6.0-windows10.0.17763.0</ActiveDebugFramework>
</PropertyGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<Project>
<PropertyGroup>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.10.3.0</ApplicationVersion>
<ApplicationVersion>1.11.0.0</ApplicationVersion>
<BootstrapperEnabled>True</BootstrapperEnabled>
<Configuration>Release</Configuration>
<CreateWebPageOnPublish>False</CreateWebPageOnPublish>
Expand All @@ -16,7 +16,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<IsWebBootstrapper>False</IsWebBootstrapper>
<MapFileExtensions>True</MapFileExtensions>
<OpenBrowserOnPublish>False</OpenBrowserOnPublish>
<Platform>Any CPU</Platform>
<Platform>x64</Platform>
<PublishDir>bin\publish win10\</PublishDir>
<PublishUrl>bin\publish win10\</PublishUrl>
<PublishProtocol>ClickOnce</PublishProtocol>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<History>True|2022-07-21T15:08:28.1336286Z;</History>
<History>True|2022-10-07T17:34:06.3140212Z;</History>
<LastFailureDetails />
</PropertyGroup>
</Project>
20 changes: 18 additions & 2 deletions Mica Discord WPF/The CSS.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ No, I don't want that since it will be hard to style later.
{
background: transparent !important;
}
.content-2a4AW9, .members-3WRCEx, .membersWrap-3NUR2t {
.content-2a4AW9:not(.list-3FIpnh>div:first-child), .members-3WRCEx, .membersWrap-3NUR2t {
min-height: 100%;
padding: 0px !important;
}
Expand Down Expand Up @@ -327,7 +327,22 @@ border-radius: var(--theme-border-radius) var(--theme-border-radius) 0px 0px;
font-weight: 600;
}
.hljs-comment {
color: seagreen !important;
color: #659952 !important;
}
.hljs-keyword {
color: #619dd8;
}
.hljs.csharp .hljs-keyword::content(using) {
color: #c186c1;
}
.hljs-string {
color: #c99076;
}
.hljs-title {
color: #62c9b0;
}
.hljs-attr {
color: #a4ddff;
}
div[class*="popout"]:not(.popoutBanner-16rVDY):not(.popoutBanner-3cqRD9) /* Popout (Class) */
{
Expand Down Expand Up @@ -379,6 +394,7 @@ div[id*="popout"] /* Thread Menu and Pinned Message */
.header-1w9Q93, /* Pinned Popout Header */
.container-18GwIk, /* Thread Popout */
.container-2rzKKA, /* Thread Popout Threads */
.container-3wLKDe, /* Forum Background */
.header-3_zmOb, /* Thread Popout Header */
.searchBox-3IjAC1, /* Thread Search Bar */
.recentMentionsPopout-2bI1ZN, /* Inbox Popout */
Expand Down

0 comments on commit dbf3bc2

Please sign in to comment.