File tree Expand file tree Collapse file tree 1 file changed +70
-0
lines changed
Expand file tree Collapse file tree 1 file changed +70
-0
lines changed Original file line number Diff line number Diff line change @@ -124,3 +124,73 @@ firstp {
124124 }
125125}
126126
127+
128+ /* Bibliography container */
129+ .bibliography {
130+ margin : 2em 0 ;
131+ }
132+
133+ /* Individual bibliography entries */
134+ .bibliography li {
135+ margin-bottom : 1.5em ;
136+ padding : 1em ;
137+ border-left : 3px solid #007acc ;
138+ background-color : #f8f9fa ;
139+ list-style : none ;
140+ position : relative ;
141+ }
142+
143+ /* Entry content */
144+ .bibliography .entry {
145+ line-height : 1.6 ;
146+ }
147+
148+ /* Author names */
149+ .bibliography .author {
150+ font-weight : 600 ;
151+ color : #2c3e50 ;
152+ }
153+
154+ /* Paper titles */
155+ .bibliography .title {
156+ font-size : 1.1em ;
157+ font-weight : 500 ;
158+ color : #34495e ;
159+ margin : 0.5em 0 ;
160+ }
161+
162+ /* Journal/Conference names */
163+ .bibliography .venue {
164+ font-style : italic ;
165+ color : #7f8c8d ;
166+ }
167+
168+ /* Year styling */
169+ .bibliography .year {
170+ font-weight : bold ;
171+ color : #e74c3c ;
172+ }
173+
174+ /* Links */
175+ .bibliography a {
176+ color : #007acc ;
177+ text-decoration : none ;
178+ margin-right : 1em ;
179+ padding : 0.2em 0.5em ;
180+ border-radius : 3px ;
181+ background-color : #e3f2fd ;
182+ font-size : 0.9em ;
183+ }
184+
185+ .bibliography a :hover {
186+ background-color : #007acc ;
187+ color : white ;
188+ }
189+
190+ /* Responsive design */
191+ @media (max-width : 768px ) {
192+ .bibliography li {
193+ padding : 0.8em ;
194+ margin-bottom : 1em ;
195+ }
196+ }
You can’t perform that action at this time.
0 commit comments