mizzzuno commited on
Commit
ba23e1e
·
verified ·
1 Parent(s): 4d6f9af

Update templates/talkDetail.html

Browse files
Files changed (1) hide show
  1. templates/talkDetail.html +2 -87
templates/talkDetail.html CHANGED
@@ -6,97 +6,12 @@
6
  <title>会話詳細画面</title>
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <script src="https://use.fontawesome.com/releases/v5.10.0/js/all.js"></script>
 
 
9
  <link
10
  rel="stylesheet"
11
  href="{{ url_for('static', filename='loading.css') }}"
12
  />
13
- <style>
14
- /* Main Container */
15
- body {
16
- background: linear-gradient(135deg, #2c3e50, #1f2937);
17
- display: flex;
18
- align-items: center;
19
- justify-content: center;
20
- min-height: 100vh;
21
- font-family: "Arial", sans-serif;
22
- color: #fff;
23
- }
24
-
25
- .main-content {
26
- border: 5px solid rgba(255, 255, 255, 0.2);
27
- border-radius: 1rem;
28
- margin: 1rem; /* 外側の余白 */
29
- width: 90%;
30
- max-width: 500px;
31
- /*width: 100%; */ /* 枠線全体を広げる */
32
- /*max-width: 90%;*/ /* 最大幅を画面の90%に設定 */
33
- }
34
-
35
- /* Hamburger Menu Button */
36
- #menuButton {
37
- background-color: rgba(255, 255, 255, 0.1);
38
- border: none;
39
- border-radius: 50%;
40
- padding: 0.5rem;
41
- cursor: pointer;
42
- transition: background-color 0.2s ease;
43
- }
44
-
45
- #menuButton:hover {
46
- background-color: rgba(255, 255, 255, 0.2);
47
- }
48
-
49
- /* Hamburger Menu Styles */
50
- #menu {
51
- position: absolute;
52
- top: 0;
53
- left: 0;
54
- z-index: 10;
55
- transform: translateX(-100%);
56
- visibility: hidden;
57
- opacity: 0;
58
- background-color: rgb(31, 41, 55);
59
- transition: transform 0.3s ease-in-out, visibility 0s 0.3s,
60
- opacity 0.3s ease-in-out;
61
- backdrop-filter: blur(10px);
62
- border-right: 1px solid rgba(255, 255, 255, 0.2);
63
- }
64
-
65
- #menu.open {
66
- transform: translateX(0);
67
- visibility: visible;
68
- opacity: 1;
69
- transition: transform 0.3s ease-in-out, visibility 0s 0s,
70
- opacity 0.3s ease-in-out;
71
- }
72
-
73
- #menu button {
74
- transition: background-color 0.2s ease;
75
- background-color: rgba(0, 0, 0, 0.1);
76
- margin: 2px;
77
- border-radius: 5px;
78
- display: flex;
79
- align-items: center;
80
- justify-content: flex-start;
81
- gap: 10px;
82
- padding: 0.75rem 1rem;
83
- width: 100%;
84
- text-align: left;
85
- border: none;
86
- color: #fff;
87
- font-size: 1rem;
88
- cursor: pointer;
89
- }
90
-
91
- #menu button:hover {
92
- background-color: rgba(55, 65, 81, 0.7);
93
- }
94
- </style>
95
- <script>
96
- if (!document.documentElement.classList.contains("dark")) {
97
- document.documentElement.classList.add("dark");
98
- }
99
- </script>
100
  </head>
101
  <body>
102
  <div class="main-content relative">
 
6
  <title>会話詳細画面</title>
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <script src="https://use.fontawesome.com/releases/v5.10.0/js/all.js"></script>
9
+ <link rel="stylesheet" type="text/css" href="menu.css" />
10
+ <link rel="stylesheet" type="text/css" href="main.css" />
11
  <link
12
  rel="stylesheet"
13
  href="{{ url_for('static', filename='loading.css') }}"
14
  />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  </head>
16
  <body>
17
  <div class="main-content relative">