Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
sora
/
achievement
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0b48b39a
authored
Mar 01, 2020
by
Orine Matsui
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
メタまわり抜けちょうせい
parent
dc56ec22
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
achievement-official.conohawing.com/assets/include/header.php
achievement-official.conohawing.com/catalogue/index.php
achievement-official.conohawing.com/common_previous/css/contact.css
achievement-official.conohawing.com/assets/include/header.php
View file @
0b48b39a
...
...
@@ -138,7 +138,7 @@
<link
rel=
"stylesheet"
href=
"/common_previous/css/other.css"
>
<?php
}
?>
<?php
if
(
$pageid
==
"contact"
)
{
?>
<?php
if
(
$pageid
==
"contact"
||
$pageid
==
"catalogue"
)
{
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/trainer.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/other.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/contact.css"
>
...
...
achievement-official.conohawing.com/catalogue/index.php
View file @
0b48b39a
<?php
$pageid
=
"c
ontact
"
;
?>
<?php
$pageid
=
"c
atalogue
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
...
...
achievement-official.conohawing.com/common_previous/css/contact.css
View file @
0b48b39a
...
...
@@ -12,12 +12,15 @@ contact.css
.page-other
.p-contact-content
p
,
.page-other
.p-contact-content
li
{
font-family
:
heisei-kaku-gothic-std
,
sans-serif
;
}
.page-contact
a
{
.page-contact
a
,
.page-catalogue
a
{
text-decoration
:
none
;
}
.page-contact
.container
{
.page-contact
.container
,
.page-catalogue
.container
{
margin-bottom
:
100px
;
}
@media
screen
and
(
max-width
:
767px
)
{
.page-contact
.container
{
.page-contact
.container
,
.page-catalogue
.container
{
margin-bottom
:
50px
;
}
}
.c-btn1
{
width
:
600px
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment