mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-08 04:48:44 +00:00
parent
d43d7468ca
commit
ab86df13a5
2 changed files with 11 additions and 11 deletions
|
@ -74,17 +74,6 @@
|
||||||
gtag('config', '@ServerSettings.Instance.GoogleAnalyticsId');
|
gtag('config', '@ServerSettings.Instance.GoogleAnalyticsId');
|
||||||
</script>
|
</script>
|
||||||
}
|
}
|
||||||
|
|
||||||
<style>
|
|
||||||
canvas.photo-subjects {
|
|
||||||
opacity: 1;
|
|
||||||
transition: opacity 0.3s;
|
|
||||||
}
|
|
||||||
|
|
||||||
canvas.hide-subjects {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="pageContainer">
|
<div class="pageContainer">
|
||||||
|
|
|
@ -12,6 +12,17 @@ div.main {
|
||||||
margin-bottom: 1px;
|
margin-bottom: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
canvas.photo-subjects {
|
||||||
|
opacity: 1;
|
||||||
|
transition: opacity 0.3s;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
canvas.hide-subjects {
|
||||||
|
opacity: 0;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
/*#region Cards*/
|
/*#region Cards*/
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue