Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Yokihito Oki
/
kanoya-univercity-prod
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c9c39c53
authored
2020-07-14 07:26:45 +0000
by
Yokihito Oki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
2020/07/14
1 parent
9bc9d1da
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
templates/protostar/css/tabmenu.css
templates/protostar/index.php
templates/protostar/css/tabmenu.css
View file @
c9c39c5
...
...
@@ -414,10 +414,12 @@ main,
.btn_infoall
a
:active
,
.btn_infoall
a
:hover
,
.btn_infoall
a
:visited
{
display
:
inline-block
;
color
:
#fff
!important
;
background-color
:
#009fa8
;
color
:
#fff
;
padding
:
5px
15px
5px
;
margin
:
0
0
8px
8px
;
padding
:
1.5px
15px
1.5px
;
font-size
:
85%
;
border-radius
:
5px
;
}
...
...
@@ -456,6 +458,9 @@ main,
#media
.btn_infoall
a
:visited
{
background-color
:
#fba09b
;
}
#all
>
div
.btn_infoall
>
a
.newsarea-feed
{
background-color
:
#ee802f
;
}
@media
(
max-width
:
1150px
)
{
#panels
ul
li
.day
{
...
...
templates/protostar/index.php
View file @
c9c39c5
...
...
@@ -45,7 +45,7 @@ JHtml::_('script', 'template.js', array('version' => 'auto', 'relative' => true)
JHtml
::
_
(
'script'
,
'jui/html5.js'
,
array
(
'version'
=>
'auto'
,
'relative'
=>
true
,
'conditional'
=>
'lt IE 9'
));
// Add Stylesheets
JHtml
::
_
(
'stylesheet'
,
'template.css'
,
array
(
'version'
=>
'20200
625
001'
,
'relative'
=>
true
));
JHtml
::
_
(
'stylesheet'
,
'template.css'
,
array
(
'version'
=>
'20200
702
001'
,
'relative'
=>
true
));
// Use of Google Font
...
...
@@ -648,6 +648,7 @@ if ($this->params->get('logoFile')) {
<li><a
href=
"/entrance/open-campus/sessions.html"
>
体験授業
</a></li>
<li><a
href=
"/entrance/open-campus/process.html"
>
学外進学説明会のご案内
</a></li>
<li><a
href=
"/entrance/open-campus/visitor.html"
>
施設見学のご案内
</a></li>
<li><a
href=
"/entrance/open-campus/web.html"
>
Webオープンキャンパス
</a></li>
</ul>
<div
class=
"title"
><a
href=
"/campus-life/statatrra.html"
>
学内業務補助
</a></div>
<ul>
...
...
@@ -768,6 +769,7 @@ if ($this->params->get('logoFile')) {
<li><a
href=
"/faculties/masters/classes.html"
title=
"授業科目"
>
授業科目
</a></li>
<li><a
href=
"/faculties/masters/licenses.html"
title=
"取得可能な免許・資格"
>
取得可能な免許・資格
</a></li>
<li><a
href=
"/faculties/masters/documents.html"
title=
"各種提出様式"
>
各種提出様式
</a></li>
<li><a
href=
"/faculties/masters/thesis.html"
title=
"修士課程の学位論文について"
>
修士課程の学位論文について
</a></li>
</ul>
<div
class=
"title"
><a
href=
"/faculties/3.html"
>
筑波大学との共同専攻:大学院体育学研究科大学体育スポーツ高度化共同専攻 (後期3年の課程のみの博士課程)
</a></div>
<ul>
...
...
@@ -792,13 +794,14 @@ if ($this->params->get('logoFile')) {
<li><a
href=
"/faculties/doctors/horizons.html"
title=
"担当教員研究領域"
>
担当教員研究領域
</a></li>
<li><a
href=
"/faculties/doctors/classes.html"
title=
"授業科目"
>
授業科目
</a></li>
<li><a
href=
"/faculties/doctors/documents.html"
title=
"各種提出様式"
>
各種提出様式
</a></li>
<li><a
href=
"/faculties/doctors/thesis.html"
title=
"課程博士の学位論文について"
>
課程博士の学位論文について
</a></li>
</ul>
<div
class=
"title"
><a
href=
"/faculties/thesis.html"
>
論文博士
</a></div>
<ul>
<li><a
href=
"/faculties/thesis/thesis.html"
title=
"論文博士の概要"
>
論文博士の概要
</a></li>
<li><a
href=
"/entrance/schooler/programkenkyusei.html"
title=
"論文博士取得支援プログラムについて(研究生対象)"
>
論文博士取得支援プログラムについて(研究生対象)
</a></li>
<li><a
href=
"/faculties/thesis/exam.html"
title=
"論文博士の論文提出に係る外国語試験の実施について"
>
論文博士の論文提出に係る外国語試験の実施について
</a></li>
<li><a
href=
"/faculties/thesis/degrees.html"
title=
"
博士の学位授与について"
>
博士の学位授与
について
</a></li>
<li><a
href=
"/faculties/thesis/degrees.html"
title=
"
論文博士の学位論文について"
>
論文博士の学位論文
について
</a></li>
</ul>
</div>
<!-- ▲4列目 -->
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment