Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2e65d5f

Browse files
tacaswelltimhoffm
authored andcommitted
Backport PR#16065: Nicer formatting of community aspects on front page
1 parent5b684c4 commit2e65d5f

File tree

11 files changed

+154
-39
lines changed

11 files changed

+154
-39
lines changed

‎doc/_static/fa/LICENSE‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Font Awsome SVG Icons are covered by CC BY 4.0 License.
2+
3+
https://fontawesome.com/license/free
4+
5+
Icons are based on Font Awesome 5.11.2 and colors have been adapted.
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

‎doc/_static/fa/github-brands.svg‎

Lines changed: 1 addition & 0 deletions
Loading

‎doc/_static/fa/gitter-brands.svg‎

Lines changed: 1 addition & 0 deletions
Loading

‎doc/_static/fa/hashtag-solid.svg‎

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

‎doc/_static/mpl.css‎

Lines changed: 76 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ div.responsive_subfig img {
932932
width:100%;
933933
}
934934

935-
@mediaonly screenand (max-width:1000px){
935+
@mediaonly screenand (max-width:930px){
936936
/* The value of 1000px was handcrafted to provide a more or less */
937937
/* smooth transition between the 1x4 and the 2x2 layouts. It is */
938938
/* NB: it is slightly below 1024px: so one should still have a */
@@ -1016,3 +1016,78 @@ div.viewcode-block:target {
10161016
.sidebar-announcementp {
10171017
margin:0.4em0.4em0.6em0.4em;
10181018
}
1019+
1020+
/* new main nav */
1021+
nav.main-nav{
1022+
background-color:#002b47;
1023+
font-family:'CarlogoRegular','Carlito', sans-serif;
1024+
font-size:16px;
1025+
}
1026+
1027+
nav.main-navul{
1028+
margin:0;
1029+
padding:0;
1030+
display: flex;
1031+
flex-direction: row;
1032+
}
1033+
1034+
nav.main-navli{
1035+
margin:8px15px;
1036+
list-style-type: none;
1037+
}
1038+
1039+
nav.main-nava{
1040+
color: white;
1041+
}
1042+
1043+
nav.main-nava:hover{
1044+
text-decoration: underline;
1045+
}
1046+
1047+
nav.main-navli.nav-right{
1048+
margin:6px15px0 auto;
1049+
}
1050+
1051+
nav.main-navinput {
1052+
border:0;
1053+
padding:3px6px;
1054+
width:198px;
1055+
}
1056+
1057+
/* community items on main page */
1058+
div.box {
1059+
display: flex;
1060+
flex-flow: row wrap;
1061+
}
1062+
1063+
div.box-item {
1064+
flex:0045%;
1065+
padding:4px;
1066+
margin:8px12px;
1067+
}
1068+
1069+
div.box-itemimg {
1070+
float: left;
1071+
width:30px;
1072+
height:30px;
1073+
fill:#888;
1074+
1075+
}
1076+
div.box-itemp {
1077+
margin:00050px;
1078+
}
1079+
1080+
div.box-itemul {
1081+
margin:00050px;
1082+
padding-left:20px;
1083+
}
1084+
1085+
hr.box-sep {
1086+
margin:1em2em;
1087+
}
1088+
1089+
@mediaonly screenand (max-width:930px){
1090+
div.box-item {
1091+
flex:0090%;
1092+
}
1093+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp